Cyber Posture

CVE-2025-1191

MediumPublic PoC

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.0018 39.4th percentile
Risk Priority 13 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2025-1191 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 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 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 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

Requires validation of untrusted inputs like the breject_id parameter to neutralize or reject SQL injection payloads.

prevent

Mandates timely identification and remediation of the SQL injection flaw in /dashboard/approve-reject.php through patching or mitigation.

preventdetect

Boundary protection via web application firewalls can inspect and block SQL injection attempts targeting the breject_id argument.

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.
T1505 Server Software Component Persistence
Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems.
T1213.006 Databases Collection
Adversaries may leverage databases to mine valuable information.
Why these techniques?

SQL injection in public-facing web application (/dashboard/approve-reject.php) enables exploitation of public-facing application (T1190), abuse of server software component (T1505 as cited in advisory), and data collection from databases (T1213.006).

NVD Description

A vulnerability was found in SourceCodester Multi Restaurant Table Reservation System 1.0 and classified as critical. This issue affects some unknown processing of the file /dashboard/approve-reject.php. The manipulation of the argument breject_id leads to sql injection. The attack may be…

more

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

Deeper analysisAI

CVE-2025-1191 is a critical SQL injection vulnerability in SourceCodester Multi Restaurant Table Reservation System 1.0, published on 2025-02-12. The flaw resides in the processing of the file /dashboard/approve-reject.php, where manipulation of the breject_id argument enables SQL injection. It is associated with CWE-74 (Improper Neutralization of Special Elements used in an SQL Command) and CWE-89 (SQL Injection), carrying 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).

The vulnerability can be exploited remotely by an attacker with low privileges (PR:L), requiring network access and low attack complexity with no user interaction needed. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, potentially enabling unauthorized data access, modification, or disruption via injected SQL queries.

Advisories from VulDB (ctiid.295097, id.295097, submit.496729) document the issue, and a public proof-of-concept exploit is available in a GitHub-hosted PDF detailing the SQL injection in approve-reject.php. The vendor site at sourcecodester.com provides the affected software, but no specific patches are detailed in the provided references.

The exploit has been disclosed publicly and may be used, increasing the risk for unpatched deployments of this reservation system.

Details

CWE(s)

Affected Products

janobe
multi restaurant table reservation system
1.0

CVEs Like This One

CVE-2025-1192Same 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-2025-1379Shared CWE-74, CWE-89
CVE-2025-1820Shared CWE-74, CWE-89
CVE-2025-7185Shared CWE-74, CWE-89
CVE-2025-1167Shared CWE-74, CWE-89

References