CVE-2025-65074
BaseFortify
Publication date: 2025-12-16
Last updated on: 2025-12-22
Assigner: CERT.PL
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| wavestore | video_management_software_server | to 6.42.4 (inc) |
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-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?
CVE-2025-65074 is a path traversal vulnerability in the WaveView client connected to WaveStore Server software versions prior to 6.44.44. It allows a malicious attacker with high privileges to exploit the 'showerr' script to execute arbitrary operating system commands on the server. This happens because the pathname is not properly limited to a restricted directory, enabling unauthorized command execution. [1]
How can this vulnerability impact me? :
This vulnerability can allow a high-privileged attacker to execute arbitrary OS commands on the WaveStore Server, potentially leading to unauthorized control over the server, data compromise, or disruption of services. Since the attacker can run commands on the server, it poses a significant security risk. [1]
What immediate steps should I take to mitigate this vulnerability?
The immediate step to mitigate this vulnerability is to upgrade the WaveStore Server software to version 6.44.44 or later, where the issue has been fixed. [1]