Severity by source
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
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.
Primary rating from Vendor (https://github.com/Cyberdrop-DL/cyberdrop-dl).
CVSS VectorVendor: https://github.com/Cyberdrop-DL/cyberdrop-dl
Lifecycle Timeline
3DescriptionCVE.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.
The mailSend function in the isMail transport in PHPMailer before 5.2.18 might allow remote attackers to pass extra para
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
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
Same weakness CWE-20 – Improper Input Validation
View allSame technique Information Disclosure
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-78589
GHSA-f5pf-q7c7-m3vv