CVE-2025-24971
Published: 04 February 2025
Summary
CVE-2025-24971 is a critical-severity OS Command Injection (CWE-78) vulnerability. Its CVSS base score is 9.5 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 6.7% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
DumbDrop is a minimal file-upload application that exposes a drag-and-drop interface. CVE-2025-24971 is an OS command-injection flaw (CWE-78) in the /upload/init endpoint that is reachable when Apprise notifications are enabled; the vulnerability permits unauthenticated remote attackers to execute arbitrary operating-system commands.
An attacker can supply a crafted request to the affected endpoint and obtain code execution with the privileges of the DumbDrop process, resulting in full compromise of confidentiality, integrity, and availability on the host. The CVSS 4.0 vector reflects network attack vector, low complexity, and no required user interaction or privileges.
The project’s security advisory and the referenced commit 4ff8469d state that the issue is resolved in that patch and that no workarounds exist; administrators are advised to update immediately.
EPSS for the CVE rose sharply from a low baseline to a peak of 0.4905 on 2025-12-11 before receding to the current value of 0.1026, indicating that exploitation interest materialized after public disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-3997
Vulnerability details
DumpDrop is a stupid simple file upload application that provides an interface for dragging and dropping files. An OS Command Injection vulnerability was discovered in the DumbDrop application, `/upload/init` endpoint. This vulnerability could allow an attacker to execute arbitrary code…
more
remotely when the **Apprise Notification** enabled. This issue has been addressed in commit `4ff8469d` and all users are advised to patch. There are no known workarounds for this vulnerability.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection in public-facing web endpoint enables remote exploitation of the application (T1190) and direct execution of arbitrary OS commands via shell interpreters (T1059).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents OS command injection by requiring validation of inputs to the /upload/init endpoint before processing with Apprise Notification.
Mandates timely patching of the specific flaw in commit 4ff8469d to remediate the command injection vulnerability.
Restricts enabling unnecessary Apprise Notification functionality, which is required for exploitation of the /upload/init endpoint.