CVE-2026-94042
Received Received - Intake

SQL Injection in Restaurant Management System

Vulnerability report for CVE-2026-94042, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-20

Last updated on: 2026-09-20

Assigner: VulDB

Description

A vulnerability was found in AdithyaYelloju Restaurant Management System up to 7f0e7e84255e8fcfd488e83f8f91451bbbff6b9c. This affects the function mysqli_query of the file admin/add_table.php. The manipulation of the argument table/members/price results in sql injection. It is possible to launch the attack remotely. The exploit has been made public and could be used. This product takes the approach of rolling releases to provide continious delivery. Therefore, version details for affected and updated releases are not available. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-20
Last Modified
2026-09-20
Generated
2026-09-21
AI Q&A
2026-09-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
adithyayelloju restaurant_management_system to 7f0e7e84255e8fcfd488e83f8f91451bbbff6b9c (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL injection vulnerability in the AdithyaYelloju Restaurant Management System. It affects the admin/add_table.php file where user input from table, members, and price parameters is directly used in an SQL INSERT statement without proper sanitization. This allows attackers to inject malicious SQL commands by manipulating these inputs.

Detection Guidance

To detect this SQL injection vulnerability, monitor for unusual SQL queries in logs, especially those involving the admin/add_table.php endpoint. Check for POST requests with table, members, or price parameters containing suspicious SQL syntax like quotes, semicolons, or comments. Use tools like SQLmap to test for injection by sending crafted payloads to the vulnerable parameter.

Impact Analysis

An attacker could exploit this to inject arbitrary rows into the tables database, potentially disrupting table bookings or enabling further attacks like remote code execution if stacked queries are supported. The vulnerability allows unauthorized data manipulation and system compromise.

Compliance Impact

This SQL injection vulnerability could lead to unauthorized data access or manipulation, which may violate GDPR's data protection requirements if personal data is exposed. For HIPAA, it risks compromising protected health information if such data is stored in the affected system. The lack of input sanitization and session validation increases the likelihood of non-compliance with these regulations.

Mitigation Strategies

Immediately restrict access to admin/add_table.php by implementing proper authentication and authorization checks. Sanitize all user inputs using prepared statements or input validation for table, members, and price parameters. Disable stacked queries if supported by the database to prevent multi-statement injection. Monitor for exploitation attempts in logs.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-94042. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart