Skip to main content

cyberdrop-dl-patched EUVDEUVD-2026-78589

| CVE-2026-54254 MEDIUM
Improper Input Validation (CWE-20)
2026-07-15 https://github.com/Cyberdrop-DL/cyberdrop-dl GHSA-f5pf-q7c7-m3vv PYSEC-2026-3460
5.9
CVSS 4.0 · Vendor: https://github.com/Cyberdrop-DL/cyberdrop-dl
Share

Severity by source

Vendor (https://github.com/Cyberdrop-DL/cyberdrop-dl) PRIMARY
5.9 MEDIUM
CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
vuln.today AI
6.5 MEDIUM

Network-delivered via crafted URL requiring user to run the tool (UI:R); no privileges needed by attacker; only confidentiality impacted via API key leakage.

3.1 AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
4.0 AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

Primary rating from Vendor (https://github.com/Cyberdrop-DL/cyberdrop-dl).

CVSS VectorVendor: https://github.com/Cyberdrop-DL/cyberdrop-dl

Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
A
Scope
X

Lifecycle Timeline

3
CVSS changed
Sep 15, 2026 - 15:22 NVD
5.9 (MEDIUM)
Source Code Evidence Fetched
Jul 15, 2026 - 22:17 vuln.today
Analysis Generated
Jul 15, 2026 - 22:17 vuln.today

DescriptionCVE.org

Summary

When processing Pixeldrain URLs, cyberdrop-dl-patched could send an Authorization header that includes the user's API key to unverified hosts.

Details

Pixeldrain offers several alternative domains in case the user's ISP blocks the primary domain. To support this, requests made by cyberdrop-dl-patched are not hardcoded and will use the same host as the input URL for API requests.

cyberdrop-dl-patched matches URLs to a crawler based on their host. If the host contains a crawler's supported host as a sub-string, it will match to that crawler.

An URL from a malicious domain (ex: https://evil-pixeldrain.com) would successfully match to the Pixeldrain crawler and cyberdrop-dl-patched will blindly use that host for any API request (https://evil-pixeldrain.com/api), leaking the user's API key to the malicious actor via the Authorization header.

Impact

Anyone who has setup a Pixeldrain API key with cyberdrop-dl-patched and uses cyberdrop-dl-patched on sites that could spawn downloads for other sites (ex: forums, Wordpress, Pixeldrain itself, etc...)

Patches

cyberdrop-dl-patched v9.14.0 fixes this issue by rejecting any Pixedrain URL if the host does not match an official domain __exactly__.

Workarounds

It's recommended to upgrade cyberdrop-dl-patched to version v9.14.0

Anyone who has used a Pixeldrain API key with cyberdrop-dl-patched should consider them compromised and delete them from their Pixeldrain account.

AnalysisAI

Pixeldrain API key exfiltration in cyberdrop-dl-patched (versions 8.5.0 through 9.13.x) allows a network attacker who controls a lookalike domain (e.g., evil-pixeldrain.com) to receive the victim's Pixeldrain Authorization header when the tool processes a crafted URL. The root cause is substring-based host matching: any domain containing 'pixeldrain' as a substring is accepted as a valid Pixeldrain host, causing the tool to blindly send API credentials to attacker-controlled infrastructure. No public exploit code has been identified and this vulnerability is not listed in the CISA KEV catalog, but the attack path is straightforward and fully described in the advisory.

Technical ContextAI

cyberdrop-dl-patched is a Python pip package (pkg:pip/cyberdrop-dl-patched) that automates bulk downloading from file-hosting services including Pixeldrain. Pixeldrain supports alternative domains to circumvent ISP-level blocks (documented at docs.pixeldrain.com), so the tool was designed to dynamically derive the API host from the input URL rather than hardcode it. The crawler-matching logic uses substring containment rather than exact equality to associate an input URL's host with the appropriate crawler. CWE-20 (Improper Input Validation) is the root cause: the host value extracted from user-supplied URLs is not validated against an allowlist of known-good Pixeldrain domains before being used to construct authenticated API requests. The patch in commit 4479555a introduces a SUPPORTED_DOMAINS exact-match check in _prepare_headers within cyberdrop_dl/crawlers/pixeldrain.py, raising a ValueError and rejecting the request if the host is not an officially recognized Pixeldrain domain.

RemediationAI

Upgrade cyberdrop-dl-patched to version 9.14.0 or later via pip (pip install --upgrade cyberdrop-dl-patched). The release is available at https://github.com/Cyberdrop-DL/cyberdrop-dl/releases/tag/9.14.0. Additionally, any Pixeldrain API key used with prior versions should be treated as compromised: revoke and regenerate it immediately through the Pixeldrain account settings. There is no effective workaround short of upgrading, since the flaw is in the host-matching logic itself. As a partial compensating control, users can avoid running the tool against untrusted aggregator sites or community forums until upgraded, which reduces the likelihood of encountering a malicious URL. The vendor advisory is at https://github.com/Cyberdrop-DL/cyberdrop-dl/security/advisories/GHSA-f5pf-q7c7-m3vv.

CVE-2016-10033 CRITICAL POC
9.8 Dec 30

The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra para

CVE-2016-10045 CRITICAL POC
9.8 Dec 30

The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-5084 CRITICAL POC
9.8 May 23

The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil

CVE-2024-44000 CRITICAL POC
9.8 Oct 20

Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

CVE-2020-36847 CRITICAL POC
9.8 Jul 12

The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner

CVE-2025-11749 CRITICAL POC
9.8 Nov 05

The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint

CVE-2025-27007 CRITICAL POC
9.8 May 01

The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut

CVE-2016-1209 CRITICAL POC
9.8 May 14

The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via

CVE-2024-4443 CRITICAL POC
9.8 May 22

The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based

CVE-2026-63030 CRITICAL POC
9.8 Jul 17

Remote code execution in WordPress 6.9.x (before 6.9.5) and 7.0.x (before 7.0.2) arises from a REST API batch endpoint r

Share

EUVD-2026-78589 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy