Cyber Posture

CVE-2025-1192

Medium

Published: 12 February 2025

Published
12 February 2025
Modified
18 February 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.0015 34.7th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

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

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-10 directly prevents SQL injection by validating and sanitizing the manipulable 'table' argument in select-menu.php.

prevent

SI-2 remediates the specific SQL injection flaw in select-menu.php through identification, correction, and verification of patches or fixes.

prevent

SI-9 restricts the 'table' argument inputs to authorized types, formats, and values, mitigating SQL injection attempts.

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 (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)

Affected Products

janobe
multi restaurant table reservation system
1.0

CVEs Like This One

CVE-2025-1191Same product: Janobe Multi Restaurant Table Reservation System
CVE-2026-2090Same vendor: Janobe
CVE-2026-2089Same vendor: Janobe
CVE-2026-2087Same vendor: Janobe
CVE-2024-48245Same vendor: Janobe
CVE-2026-36236Same vendor: Janobe
CVE-2024-13092Shared CWE-74, CWE-89
CVE-2026-3149Shared CWE-74, CWE-89
CVE-2025-0946Shared CWE-74, CWE-89
CVE-2025-0949Shared CWE-74, CWE-89

References