Cyber Resilience

CVE-2025-8613

HighRCE

Published: 02 September 2025

Published
02 September 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v3 7.2 CVSS:3.0/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0077 74.0th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-8613 is a high-severity OS Command Injection (CWE-78) vulnerability in Zerodayinitiative (inferred from references). Its CVSS base score is 7.2 (High).

Operationally, ranked in the top 26.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

Deeper analysis

CVE-2025-8613 is a command injection vulnerability in Vacron Camera devices that permits remote code execution. The flaw resides in the webs.cgi endpoint, where insufficient validation of a user-supplied string allows it to be passed directly to a system call, enabling execution in the root context. The issue was originally tracked as ZDI-CAN-25892 and carries a CVSS 3.0 score of 7.2.

Remote attackers who possess valid credentials can exploit the weakness to run arbitrary code on affected installations. Because the injection occurs after authentication, the attacker gains root-level access without needing to bypass additional controls or user interaction.

The vulnerability is detailed in the Zero Day Initiative advisory ZDI-25-805, which identifies the affected Vacron Camera component and the specific webs.cgi handling flaw. No separate patch information is provided in the available references.

EPSS scores remain low, with a current value of 0.0077 and a recorded peak of 0.0123.

EU & UK References

Vulnerability details

Vacron Camera ping Command Injection Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of Vacron Camera devices. Authentication is required to exploit this vulnerability. The specific flaw exists within the webs.cgi endpoint.…

more

The issue results from the lack of proper validation of a user-supplied string before using it to execute a system call. An attacker can leverage this vulnerability to execute code in the context of root. Was ZDI-CAN-25892.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

Zerodayinitiative
inferred from references and description; NVD did not file a CPE for this CVE

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-78

Platform-independent apps typically execute inside a managed runtime or sandbox that restricts direct OS command execution, reducing the ability to exploit OS command injection.

addresses: CWE-78

Validates inputs to block special elements that would alter OS command execution.

References