Cyber Posture

CVE-2025-2067

HighPublic PoC

Published: 07 March 2025

Published
07 March 2025
Modified
14 May 2025
KEV Added
Patch
CVSS Score 7.3 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0004 12.6th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-2067 is a high-severity Injection (CWE-74) vulnerability in Projectworlds Life Insurance Management System. Its CVSS base score is 7.3 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 12.6th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly enforces validation of the untrusted 'key' parameter in /search.php to block SQL injection payloads before they reach the database.

prevent

Requires timely remediation of the specific SQL injection flaw in /search.php, eliminating the vulnerability through patching or code fixes.

detect

Mandates vulnerability scanning that identifies SQL injection flaws like CVE-2025-2067 in web applications such as /search.php.

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.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
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).

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

Affected Products

projectworlds
life insurance management system
1.0

CVEs Like This One

CVE-2025-2065Same product: Projectworlds Life Insurance Management System
CVE-2025-2062Same product: Projectworlds Life Insurance Management System
CVE-2025-2066Same product: Projectworlds Life Insurance Management System
CVE-2025-2064Same product: Projectworlds Life Insurance Management System
CVE-2025-2063Same product: Projectworlds Life Insurance Management System
CVE-2025-2657Same vendor: Projectworlds
CVE-2025-2661Same vendor: Projectworlds
CVE-2025-2662Same vendor: Projectworlds
CVE-2025-1962Same vendor: Projectworlds
CVE-2025-1965Same vendor: Projectworlds

References