Cyber Posture

CVE-2025-0229

MediumPublic PoC

Published: 05 January 2025

Published
05 January 2025
Modified
23 October 2025
KEV Added
Patch
CVSS Score 6.3 CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L
EPSS Score 0.0007 21.6th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Description

Adversaries may leverage databases to mine valuable information.

Security Summary

CVE-2025-0229 is a critical SQL injection vulnerability (classified under CWE-74 and CWE-89) affecting code-projects Travel Management System version 1.0. The flaw exists in the processing of the /enquiry.php file, where manipulation of arguments including pid, t1, t2, t3, t4, t5, t6, and t7 enables SQL injection attacks.

The vulnerability carries a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L) and can be exploited remotely by attackers possessing low privileges. Exploitation requires no user interaction and allows limited impacts on confidentiality, integrity, and availability via SQL injection, potentially enabling unauthorized data access, modification, or disruption within the affected application's database.

Advisories from VulDB (ctiid.290225, id.290225, submit.474572) and references including code-projects.org and a GitHub repository (Huandtx/cve/sql1.md) detail the issue, with the exploit publicly disclosed and available for potential use. No specific patches or mitigations are outlined in the provided information.

Details

CWE(s)
CWE-74CWE-89

Affected Products

fabian
travel 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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

The SQL injection in the public-facing /enquiry.php endpoint enables exploitation of public-facing applications (T1190), abuse of server software components through arbitrary SQL execution (T1505 as noted in advisory), and collection of data from databases via UNION-based queries (T1213.006).

References