CVE-2025-34101
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-07-15
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| six_lines | serviio | 1.8 |
| six_lines | serviio | 1.7 |
| six_lines | serviio | 1.5 |
| six_lines | serviio | 1.4 |
| six_lines | serviio | 1.6 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-306 | The product does not perform any authentication for functionality that requires a provable user identity or consumes a significant amount of resources. |
| CWE-20 | The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly. |
| CWE-78 | The product constructs all or part of an OS command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended OS 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 an unauthenticated command injection in Serviio Media Server versions 1.4 through 1.8 on Windows. It occurs in the /rest/action API endpoint of the console component, where the checkStreamUrl method takes a VIDEO parameter and passes it unsanitized to cmd.exe. This allows an attacker to execute arbitrary commands on the server with the privileges of the web server without needing any authentication, because the REST API is exposed by default and lacks access controls.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute arbitrary commands on the affected server remotely without authentication. This could lead to full compromise of the server, unauthorized access to data, disruption of services, or use of the server as a foothold for further attacks within the network.