CVE-2025-8613
BaseFortify
Publication date: 2025-09-02
Last updated on: 2025-09-04
Assigner: Zero Day Initiative
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| vacron | camera | 3.0 |
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?
CVE-2025-8613 is a remote code execution vulnerability in Vacron Camera devices, specifically in the webs.cgi endpoint. It occurs because the device does not properly validate a user-supplied string before using it in a system call. This flaw allows an authenticated remote attacker to execute arbitrary code with root privileges on the affected device. [1]
How can this vulnerability impact me? :
This vulnerability can allow an authenticated attacker to execute arbitrary code with root privileges on the affected Vacron Camera device. This means the attacker can take full control of the device, potentially compromising confidentiality, integrity, and availability of the system and any data it handles. [1]
What immediate steps should I take to mitigate this vulnerability?
The primary mitigation is to restrict interaction with the affected Vacron Camera devices, specifically limiting access to the vulnerable webs.cgi endpoint to prevent exploitation. Since authentication is required for exploitation, ensure strong authentication controls are in place and consider isolating or segmenting the affected devices from untrusted networks. [1]