CVE-2025-2067
Published: 07 March 2025
Summary
CVE-2025-2067 is a medium-severity Injection (CWE-74) vulnerability in Projectworlds Life Insurance Management System. Its CVSS base score is 6.9 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 13.0th percentile by exploit likelihood (below the median); 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-2067 is a critical SQL injection vulnerability (CWE-74, CWE-89) in projectworlds Life Insurance Management System 1.0. The flaw affects the processing of the /search.php file, where manipulation of the "key" argument enables SQL injection attacks.
Attackers can exploit this vulnerability remotely without authentication or user interaction, requiring only low attack complexity, as reflected in its CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L). Successful exploitation grants limited impacts to confidentiality, integrity, and availability, such as unauthorized data access, modification, or disruption.
Advisories from VulDB (https://vuldb.com/?ctiid.298823, https://vuldb.com/?id.298823, https://vuldb.com/?submit.514762) and a GitHub issue (https://github.com/ubfbuz3/cve/issues/9) document the vulnerability, with the exploit publicly disclosed and available for use.
The public availability of the exploit elevates the risk of real-world attacks against exposed instances of the affected software.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-6237
Vulnerability details
A vulnerability was found in projectworlds Life Insurance Management System 1.0 and classified as critical. This issue affects some unknown processing of the file /search.php. The manipulation of the argument key leads to sql injection. The attack may be initiated…
more
remotely. The exploit has been disclosed to the public and may be used.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unauthenticated SQL injection in public-facing /search.php enables exploitation of public-facing applications (T1190) and unauthorized data collection from databases via UNION-based and blind SQLi payloads (T1213.006).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces validation of the untrusted 'key' parameter in /search.php to block SQL injection payloads before they reach the database.
Requires timely remediation of the specific SQL injection flaw in /search.php, eliminating the vulnerability through patching or code fixes.
Mandates vulnerability scanning that identifies SQL injection flaws like CVE-2025-2067 in web applications such as /search.php.