CVE-2025-0455
Published: 16 January 2025
Summary
CVE-2025-0455 is a critical-severity SQL Injection (CWE-89) vulnerability in Org (inferred from references). Its CVSS base score is 9.8 (Critical).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked in the top 14.4% 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 product from NetVision Information contains a SQL injection vulnerability tracked as CVE-2025-0455 and CWE-89. The flaw permits construction of arbitrary SQL statements against the backend database and carries a CVSS 3.1 base score of 9.8 reflecting network attack vector, low complexity, and no required credentials or user interaction.
Unauthenticated remote attackers can therefore read, modify, or delete database contents by sending crafted requests to the affected application. The vulnerability is exploitable over the Internet with no prior access or privileges.
Public advisories published by Taiwan's Computer Emergency Response Team (TWCERT) on 16 January 2025 describe the issue and are available at the referenced URLs; organizations should consult those documents for any vendor-supplied patches or configuration guidance. The associated EPSS score remains low and unchanged at 0.0247.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-1683
Vulnerability details
The airPASS from NetVision Information has a SQL Injection vulnerability, allowing unauthenticated remote attackers to inject arbitrary SQL commands to read, modify, and delete database contents.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Direct unauthenticated remote SQL injection in a network-exposed application matches T1190 Exploit Public-Facing Application.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly prevents SQL injection by validating and sanitizing unauthenticated inputs to the airPASS application before they reach the database.
Remediates the specific SQL injection flaw in airPASS through identification, reporting, and timely patching.
Mitigates exploitation by implementing boundary protections like web application firewalls to filter and block SQL injection attempts against airPASS.