Cyber Resilience

CVE-2025-45017

CriticalPublic PoC

Published: 30 April 2025

Published
30 April 2025
Modified
09 May 2025
KEV Added
Patch
CVSS Score v3.1 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0068 72.1th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

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

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

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?

SQL injection in public-facing web application enables exploitation (T1190) and unauthorized database access for data collection (T1213.006).

Affected Assets

phpgurukul
park ticketing management system
2.0

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.

addresses: CWE-89

Penetration testing uses SQL injection payloads against database interfaces, identifying and supporting fixes for SQL injection weaknesses.

addresses: CWE-89

Validates query inputs to prevent SQL syntax or command manipulation.

References