Cyber Posture

CVE-2025-1952

HighPublic PoC

Published: 04 March 2025

Published
04 March 2025
Modified
03 April 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.0018 39.4th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1952 is a high-severity Injection (CWE-74) vulnerability in Phpgurukul Restaurant Table Booking 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 39.4th 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 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly requires validating user inputs such as username and mobileno to block SQL injection exploitation in /admin/password-recovery.php.

prevent

Mandates timely identification and correction of flaws like this critical SQL injection vulnerability in the Restaurant Table Booking System.

preventdetect

Requires vulnerability scanning to detect and remediate SQL injection issues like CVE-2025-1952 prior to exploitation.

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.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in unauthenticated public-facing web app password recovery allows remote exploitation for initial access (T1190), stealing credentials from the database (T1212), and collecting data from databases (T1213.006).

NVD Description

A vulnerability, which was classified as critical, was found in PHPGurukul Restaurant Table Booking System 1.0. Affected is an unknown function of the file /admin/password-recovery.php. The manipulation of the argument username/mobileno leads to sql injection. It is possible to launch…

more

the attack remotely. The exploit has been disclosed to the public and may be used.

Deeper analysisAI

CVE-2025-1952 is a critical SQL injection vulnerability in PHPGurukul Restaurant Table Booking System 1.0. The flaw resides in an unknown function within the file /admin/password-recovery.php, where manipulation of the username or mobileno arguments enables SQL code injection. Published on 2025-03-04, it carries a CVSS v3.1 base score of 7.3 (AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L) and is associated with CWE-74 and CWE-89.

The vulnerability is exploitable remotely by unauthenticated attackers with low complexity, requiring no user interaction or privileges. Successful exploitation allows attackers to achieve low-level impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via injected SQL queries.

Advisories and details are documented on VULDB (https://vuldb.com/?ctiid.298542, https://vuldb.com/?id.298542, https://vuldb.com/?submit.509955) and a GitHub issue (https://github.com/zrlianc/CVE/issues/1), with the vendor site at https://phpgurukul.com/. The exploit has been publicly disclosed and may be used by attackers.

Details

CWE(s)

Affected Products

phpgurukul
restaurant table booking system
1.0

CVEs Like This One

CVE-2025-1894Same product: Phpgurukul Restaurant Table Booking System
CVE-2025-1900Same product: Phpgurukul Restaurant Table Booking System
CVE-2025-1906Same product: Phpgurukul Restaurant Table Booking System
CVE-2025-1901Same product: Phpgurukul Restaurant Table Booking System
CVE-2025-1954Same vendor: Phpgurukul
CVE-2025-2052Same vendor: Phpgurukul
CVE-2025-2381Same vendor: Phpgurukul
CVE-2025-2658Same vendor: Phpgurukul
CVE-2025-2627Same vendor: Phpgurukul
CVE-2025-1857Same vendor: Phpgurukul

References