SEPTEMBER 17, 2026
Live Feed
Back to database
Case File

CVE-2026-54254

MEDIUM · CVSS 5.9 EPSS 0.32% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-09-15 · Last synced 2026-09-17

CyberRota Analysis

AI-Generated

Cyberdrop-DL versions 8.5.0 to 9.14.0 are vulnerable due to improper host validation in the Pixeldrain crawler, allowing attackers to exploit substring matching to capture users' Pixeldrain API keys via crafted URLs. This vulnerability can lead to unauthorized access to users' accounts and sensitive data. Users and administrators of Cyberdrop-DL should prioritize upgrading to version 9.14.0 or later to mitigate this risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-54254
Severity
MEDIUM
CVSS
5.9
EPSS
0.32%

Original NVD Description

Cyberdrop-DL is a bulk asynchronous downloader for multiple file hosts. From 8.5.0 until 9.14.0, the Pixeldrain crawler uses substring host matching instead of requiring the input host to be an exact member of SUPPORTED_DOMAINS, and then reuses that input host for API requests. When a Pixeldrain API key is configured, processing a crafted URL from an attacker-controlled lookalike host causes cyberdrop_dl/crawlers/pixeldrain.py to send the Authorization header to that host. The URL may be introduced through a third-party site that can cause downloads for other sites, and the attacker receives the user's Pixeldrain API key. This issue is fixed in version 9.14.0.