Cyber Resilience

CVE-2025-34042

CriticalPublic PoCRCE

Published: 26 June 2025

Published
26 June 2025
Modified
15 April 2026
KEV Added
Patch
CVSS Score v4 9.4 CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0127 79.9th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-34042 is a critical-severity OS Command Injection (CWE-78) vulnerability in Cxsecurity (inferred from references). Its CVSS base score is 9.4 (Critical).

Operationally, ranked in the top 20.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

Deeper analysis

An authenticated command injection vulnerability affects the Beward N100 IP Camera running firmware version M2.1.6.04C014. The flaw resides in the servetest CGI page, where the ServerName and TimeZone parameters are passed directly into backend system calls without sanitization, enabling arbitrary command execution under the CWE-78 category.

An attacker who already possesses valid credentials to the web interface can supply malicious input in these parameters to execute system commands with root privileges, resulting in full remote code execution on the device. The CVSS 4.0 score of 9.4 reflects the high impact across confidentiality, integrity, and availability when network access is available.

Exploitation evidence was recorded by the Shadowserver Foundation on 2024-12-02 UTC. The EPSS score remains flat at a peak and current value of 0.0127 with no material increase after disclosure.

EU & UK References

Vulnerability details

An authenticated command injection vulnerability exists in the Beward N100 IP Camera firmware version M2.1.6.04C014 via the ServerName and TimeZone parameters in the servetest CGI page. An attacker with access to the web interface can inject arbitrary system commands into…

more

these parameters, which are unsafely embedded into backend system calls without proper input sanitization. Successful exploitation results in remote code execution with root privileges. Exploitation evidence was observed by the Shadowserver Foundation on 2024-12-02 UTC.

CWE(s)

Related Threats

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

Affected Assets

Cxsecurity
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