CVE-2025-45017
Published: 30 April 2025
Summary
CVE-2025-45017 is a critical-severity SQL Injection (CWE-89) vulnerability in Phpgurukul Park Ticketing Management System. 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 27.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.
Deeper analysis
A SQL injection vulnerability exists in the edit-ticket.php file of PHPGurukul Park Ticketing Management System v2.0, tracked as CVE-2025-45017. The flaw, assigned CWE-89, permits unsanitized input in the tprice POST parameter to be passed directly into SQL queries, enabling attackers to manipulate database operations.
Remote, unauthenticated attackers can exploit the issue over the network by submitting crafted POST requests to the affected endpoint. Successful exploitation grants full read, write, and delete access to the database, allowing arbitrary code execution with complete impact on confidentiality, integrity, and availability as reflected in the CVSS 9.8 score.
Public references consist of GitHub proof-of-concept disclosures that detail the injection vector but contain no vendor advisories, patches, or official mitigation guidance.
The associated EPSS score rose from a low baseline to a peak of 0.0192 on 2026-02-24 before receding to the current value of 0.0068, indicating a temporary increase in exploitation interest following disclosure.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-12713
Vulnerability details
A SQL injection vulnerability was discovered in edit-ticket.php of PHPGurukul Park Ticketing Management System v2.0. This vulnerability allows remote attackers to execute arbitrary code via the tprice POST request parameter.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web application enables exploitation (T1190) and unauthorized database access for data collection (T1213.006).
Affected Assets
Mitigating Controls
Likely Mitigating Controls AI
Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.