CVE-2025-1192
Published: 12 February 2025
Summary
CVE-2025-1192 is a medium-severity Injection (CWE-74) vulnerability in Janobe Multi Restaurant Table Reservation System. Its CVSS base score is 6.3 (Medium).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 34.7th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-2 (Flaw Remediation).
Threat & Defense at a Glance
Threat & Defense Details
Mitigating Controls (NIST 800-53 r5)AI
SI-10 directly prevents SQL injection by validating and sanitizing the manipulable 'table' argument in select-menu.php.
SI-2 remediates the specific SQL injection flaw in select-menu.php through identification, correction, and verification of patches or fixes.
SI-9 restricts the 'table' argument inputs to authorized types, formats, and values, mitigating SQL injection attempts.
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
SQL injection in public-facing web application (select-menu.php) enables exploitation of public-facing application (T1190) and data collection from databases (T1213.006).
NVD Description
A vulnerability was found in SourceCodester Multi Restaurant Table Reservation System 1.0. It has been classified as critical. Affected is an unknown function of the file select-menu.php. The manipulation of the argument table leads to sql injection. It is possible…
more
to launch the attack remotely. The exploit has been disclosed to the public and may be used.
Deeper analysisAI
CVE-2025-1192 is a SQL injection vulnerability affecting SourceCodester Multi Restaurant Table Reservation System 1.0. The issue resides in an unknown function within the file select-menu.php, where manipulation of the "table" argument enables SQL injection. Published on 2025-02-12, it 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 is associated with CWE-74 and CWE-89.
The vulnerability can be exploited remotely by a low-privileged user (PR:L) over the network (AV:N) with low complexity (AC:L) and no user interaction required. Successful exploitation allows limited impacts on confidentiality, integrity, and availability (C:L/I:L/A:L), potentially enabling unauthorized data access, modification, or disruption within the application's database.
Advisories from VulDB (ctiid.295098, id.295098, submit.496730) confirm the remote attack vector and public disclosure of the exploit. A proof-of-concept is detailed in a GitHub-hosted PDF analyzing the select-menu.php SQL injection. The vendor site at sourcecodester.com provides the affected software but no specific patch or mitigation guidance is referenced in the available advisories.
Details
- CWE(s)