this post was submitted on 31 Oct 2024
74 points (100.0% liked)

Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ

69405 readers
179 users here now

⚓ Dedicated to the discussion of digital piracy, including ethical problems and legal advancements.

Rules • Full Version

1. Posts must be related to the discussion of digital piracy

2. Don't request invites, trade, sell, or self-promote

3. Don't request or link to specific pirated titles, including DMs

4. Don't submit low-quality posts, be entitled, or harass others



Loot, Pillage, & Plunder

We heartily recommend visiting the free port of freemediaheckyeah (aka FMHY) while you sail the high seas, for all the freshest links the ocean has to offer.

📜 c/Piracy Wiki (Community Edition):

🏴‍☠️ Other communities

FUCK ADOBE!

Torrenting/P2P:

Gaming:


💰 Please help cover server costs.

Ko-Fi Liberapay
Ko-fi Liberapay

founded 3 years ago
MODERATORS
 

I dont know who needs to hear this bit qBittorrent has a nasty vulnerability ( and there are some older ones too)

qBittorrent, on all platforms, did not verify any SSL certificates in its DownloadManager class from 2010 until October 2024. If it failed to verify a cert, it simply logged an error and proceeded.

To be exploitable, this bug requires either MITM access or DNS spoofing attacks, but under those conditions (seen regularly in some countries), impacts are severe.

The primary impact is single-click RCE for Windows builds from 2015 onward, when prompted to update python the exe is downloaded from a hardcoded URL, executed, and then deleted afterwards.

The secondary impact for all platforms is the update RSS feed can be poisoned with malicious update URLs which the user will open in their browser if they accept the prompt to update. This is browser hijacking and arbitrary exe delivery to a user who would likely trust whatever URL this software sent them to.

The tertiary impact is this means that an older CVE (CVE-2019-13640 https://www.cvedetails.com/cve/CVE-2019-13640/) which allowed remote command execution via shell metacharacters could have been exploited by (government) attackers conducting either MITM or DNS spoofing attacks at the time, instead of only by the author of the feed.

Full write up is here: https://sharpsec.run/rce-vulnerability-in-qbittorrent/

all 18 comments
sorted by: hot top controversial new old
[–] AmbiguousProps@lemmy.today 44 points 2 years ago* (last edited 2 years ago) (1 children)

If you are running Windows [...]

and

from June 2015 until the present, affecting v3.2.1 through v5.0.0 inclusive. The behaviour does not appear to be replicated for other OS variants

[–] Kissaki@lemmy.dbzer0.com 8 points 2 years ago* (last edited 2 years ago)

Notably, 5.0.1 was released three days ago. So a fix is available.

The first patched release is version 5.0.1, released 2 days ago.

[–] navi@lemmy.tespia.org 11 points 2 years ago

Containerization helps, but best to patch asap.

[–] Supermariofan67@programming.dev 10 points 2 years ago

Perfect example of a (part of a) security vulnerability being fixed in a commit that doesn't immediately seem security related and would never be back ported to a ~~stable~~stale distro

The code which parses the binary MaxMind database after decompression is well guarded as of 2024 but used to look different, potentially providing more attack surface. There is also an interesting commit where a contributor makes adjustments to the gzip::decompress() function which hints at a stack overflow, as the destination buffer was changed from static allocation on the stack to dynamic allocation on the heap, though it was not exploitable due to checks before it is written to

[–] JCPhoenix@beehaw.org 6 points 2 years ago* (last edited 2 years ago) (2 children)

Mitigations

Just use another torrent client. Deluge and Transmission etc do not have this vulnerability.

Was wondering what the takeaway is here. I updated to 5.0.1. Does that fix all these? If not, guess I'll try a different torrent client.

[–] ArtikBanana@lemmy.dbzer0.com 11 points 2 years ago

The first patched release is version 5.0.1, released 2 days ago.

[–] ReversalHatchery@beehaw.org 2 points 2 years ago

yeah, they have other undiscovered vulnerabilities

[–] BrundleFly2077@sh.itjust.works 4 points 2 years ago (2 children)

Is there something we should do in the meantime? I’m not the most savvy individual when it comes to tech on this level.

[–] Majestic@lemmy.ml 15 points 2 years ago* (last edited 2 years ago) (1 children)

Not really. This requires a sophisticated attacker. I’d suggest updating soon but I doubt most people are at risk. As always verify downloads before running them and check where you should be getting updates and if you’re sent to a sketchy file host try to find updates from the official website instead.

The biggest risk is MTM interception and replacement of the python executable if you try and use the search tool for the first time. I suppose avoid doing that until you update the client from their website.

[–] BrundleFly2077@sh.itjust.works 2 points 2 years ago

Thanks. This makes it a lot clearer.

[–] ArtikBanana@lemmy.dbzer0.com 7 points 2 years ago (1 children)

Just update it to the latest

[–] BrundleFly2077@sh.itjust.works 7 points 2 years ago (1 children)

Ah. So this has already been addressed? Okay, thanks for responding.

[–] Blxter@lemmy.zip 2 points 2 years ago

Yea that was very unclear to me that it was already addressed.

[–] Churbleyimyam@lemm.ee 1 points 2 years ago (2 children)

Will I be OK updating from the Debian repo?

[–] N0x0n@lemmy.ml 6 points 2 years ago* (last edited 2 years ago)

From another poster above, it seems only Windows machines are affected.

[–] rolandtb303@lemmy.ml 1 points 2 years ago

i kinda wish that some people who post security vulns stop being so vague and cherry-picky sometimes, like you could have written in your post that it only affects windows and it affects only a certain range of versions of the program. would have clearned things up better imo. interesting to know, though.