CVE-2025-34099
BaseFortify
Publication date: 2025-07-10
Last updated on: 2025-08-07
Assigner: VulnCheck
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vicidial | vicidial | 2.11_rc2 |
| vicidial | vicidial | 2.10_rc1 |
| vicidial | vicidial | 2.9_rc1 |
| vicidial | vicidial | 2.13_rc1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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 VICIdial versions 2.9 RC1 through 2.13 RC1. It occurs in the vicidial_sales_viewer.php component when password encryption is enabled. The application improperly passes the HTTP Basic Authentication password directly to the exec() function without proper sanitation, allowing remote attackers to inject and execute arbitrary operating system commands as the web server user.
How can this vulnerability impact me? :
An attacker can remotely execute arbitrary operating system commands on the server running VICIdial without authentication. This can lead to full compromise of the server, data theft, service disruption, or further attacks within the network.