CVE-2025-50688
BaseFortify
Publication date: 2025-08-05
Last updated on: 2025-11-06
Assigner: MITRE
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| twistedmatrix | twistedweb | 14.0.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-77 | The product constructs all or part of a command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended command when it is sent to a downstream component. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a command injection flaw in TwistedWeb version 14.0.0 caused by improper input sanitization in the file upload feature. An attacker can send a specially crafted HTTP PUT request to upload a malicious file, such as a reverse shell script, and then execute arbitrary commands on the target system remotely.
How can this vulnerability impact me? :
Exploiting this vulnerability allows an attacker to execute arbitrary commands remotely on the affected system, potentially leading to remote code execution and escalation of privileges depending on the web server's permissions. This poses a significant risk to the confidentiality and integrity of the system.