CVE-2025-64126
BaseFortify
Publication date: 2025-11-26
Last updated on: 2025-12-01
Assigner: ICS-CERT
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| 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 OS command injection caused by improper input validation. The application takes a parameter directly from user input without checking if it is a valid IP address or filtering out malicious characters. This flaw allows an unauthenticated attacker to inject and execute arbitrary commands on the system.
How can this vulnerability impact me? :
This vulnerability can have severe impacts including unauthorized remote code execution, full system compromise, data theft, disruption of services, and potential spread of malware. Because it allows unauthenticated attackers to execute arbitrary commands, it poses a critical security risk.