CVE-2025-34452
Path Traversal and SSRF in Streama Subtitle Download Enables RCE
Publication date: 2025-12-18
Last updated on: 2025-12-18
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| streama | streama | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-22 | The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory. |
| CWE-918 | The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in Streama versions 1.10.0 through 1.10.5 and prior to commit b7c8767 involves a combination of path traversal and server-side request forgery (SSRF). An authenticated attacker can exploit the subtitle download functionality by supplying a crafted subtitle download URL and a path traversal sequence in the file name. This allows the attacker to write arbitrary files to arbitrary locations on the server filesystem without proper validation, potentially leading to remote code execution.
How can this vulnerability impact me? :
The vulnerability can allow an attacker to write arbitrary files anywhere on the server filesystem, which can lead to remote code execution. This means the attacker could potentially take control of the server, manipulate data, disrupt services, or use the server as a foothold for further attacks.