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.5th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

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)
CWE-74CWE-89

Affected Products

projectworlds
life insurance management system
1.0

MITRE ATT&CK Enterprise Techniques

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).

References