Cyber Resilience

CVE-2025-15133

LowPublic PoC

Published: 28 December 2025

Published
28 December 2025
Modified
29 April 2026
KEV Added
Patch
CVSS Score v4 2.1 CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P/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.0688 93.2th percentile
Risk Priority 35 floored blend · peak EPSS

Summary

CVE-2025-15133 is a low-severity Injection (CWE-74) vulnerability in Zspace Z4Pro\+ Firmware. Its CVSS base score is 2.1 (Low).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 6.8% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 RA-5 (Vulnerability Monitoring and Scanning) and SI-10 (Information Input Validation).

Deeper analysis

CVE-2025-15133 is a command injection vulnerability (CWE-74, CWE-77) in ZSPACE Z4Pro+ version 1.0.0440024. The affected component is the HTTP POST Request Handler, specifically the zfilev2_api_CloseSafe function at the /v2/file/safe/close endpoint. Manipulation of this function enables command injection, with the vulnerability published on 2025-12-28 and assigned a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L).

The vulnerability can be exploited remotely by an attacker with low privileges (PR:L), requiring low attack complexity and no user interaction. Successful exploitation grants limited impacts on confidentiality, integrity, and availability, potentially allowing arbitrary command execution on the affected system. A public exploit is available and might be used in attacks.

Advisories referenced in VulDB entries (ctiid.338511, id.338511, submit.713887) and a GitHub issue (LX-66-LX/cve/issues/3) provide details on the vulnerability. The vendor was contacted early regarding this disclosure, though specific patch information is not detailed in the available references.

OWASP Top 10 for Web (2025)

EU & UK References

Vulnerability details

A vulnerability was identified in ZSPACE Z4Pro+ 1.0.0440024. The impacted element is the function zfilev2_api_CloseSafe of the file /v2/file/safe/close of the component HTTP POST Request Handler. Such manipulation leads to command injection. It is possible to launch the attack remotely.…

more

The exploit is publicly available and might be used. The vendor was contacted early about this disclosure.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1059 Command and Scripting Interpreter Execution
Adversaries may abuse command and script interpreters to execute commands, scripts, or binaries.
Why these techniques?

Command injection vulnerability in HTTP POST endpoint enables remote exploitation of public-facing application (T1190) and execution via command and scripting interpreter (T1059).

Confidence: HIGH · MITRE ATT&CK Enterprise v19.0

CVEs Like This One

CVE-2025-15132Same product: Zspace Z4Pro\+
CVE-2025-15131Same product: Zspace Z4Pro\+
CVE-2025-14106Same vendor: Zspace
CVE-2025-14107Same vendor: Zspace
CVE-2025-14108Same vendor: Zspace
CVE-2026-8344Shared CWE-74, CWE-77
CVE-2025-1947Shared CWE-74, CWE-77
CVE-2026-7058Shared CWE-74, CWE-77
CVE-2025-1845Shared CWE-74, CWE-77
CVE-2025-8752Shared CWE-74, CWE-77

Affected Assets

zspace
z4pro\+ firmware
1.0.0440024

Mitigating Controls

Mitigating Controls (NIST 800-53 r5) AI

prevent

Requires validation of untrusted HTTP POST inputs to the zfilev2_api_CloseSafe function, directly preventing command injection exploitation.

prevent

Mandates timely remediation of the identified command injection flaw in ZSPACE Z4Pro+ version 1.0.0440024.

detect

Vulnerability scanning detects command injection vulnerabilities like CVE-2025-15133 in HTTP POST handlers for subsequent remediation.

References