CVE-2025-0457
Published: 16 January 2025
Summary
CVE-2025-0457 is a high-severity OS Command Injection (CWE-78) vulnerability in Org (inferred from references). Its CVSS base score is 8.8 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 15.0% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Deeper analysis
The airPASS software from NetVision Information contains an OS command injection vulnerability tracked as CVE-2025-0457 and assigned CWE-78. The flaw received a CVSS 3.1 score of 8.8 and permits unauthenticated command execution when reached over the network.
Remote attackers holding regular user privileges can supply crafted input that is passed to the underlying operating system, enabling them to execute arbitrary commands and obtain full control over confidentiality, integrity, and availability of the affected system.
Official advisories published by Taiwan's CERT on 16 January 2025 provide mitigation guidance and are available at https://www.twcert.org.tw/en/cp-139-8362-efb33-2.html and https://www.twcert.org.tw/tw/cp-132-8361-ff3fb-1.html. The associated EPSS score remains low at 0.0228 with no material increase since disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-1685
Vulnerability details
The airPASS from NetVision Information has an OS Command Injection vulnerability, allowing remote attackers with regular privileges to inject and execute arbitrary OS commands.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
OS command injection (CWE-78) in a remotely accessible application directly enables arbitrary command execution via T1059 (Command and Scripting Interpreter) and remote exploitation of a public-facing app via T1190.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents OS command injection by requiring validation and sanitization of inputs before they are processed or passed to system commands.
Mitigates the specific CVE by requiring identification, reporting, and timely remediation of known software flaws like this command injection vulnerability.
Limits the impact of successful command injection by enforcing least privilege on accounts and processes, restricting arbitrary OS command execution even with regular user privileges.