CVE-2026-94041
Received Received - Intake

SQL Injection in Restaurant Management System

Vulnerability report for CVE-2026-94041, 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 has been found in AdithyaYelloju Restaurant-Management-System up to 7f0e7e84255e8fcfd488e83f8f91451bbbff6b9c. Affected by this issue is some unknown functionality of the file admin/add_menu.php. The manipulation of the argument item/price/image/type leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used. This product is using a rolling release to provide continious delivery. Therefore, no version details for affected nor updated releases are 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 Restaurant-Management-System project. The issue is in the admin/add_menu.php file where user-controlled inputs (item, price, image, type) are directly used in SQL INSERT statements without sanitization. Attackers can manipulate these inputs to inject malicious SQL code, potentially altering or inserting data in the database.

Detection Guidance

To detect this SQL injection vulnerability, inspect the admin/add_menu.php file for direct SQL query construction using user inputs (item, price, image, type). Check for POST requests to this endpoint with suspicious payloads like 'AuditLegit','100','x.jpg','veg')#. Monitor database logs for unexpected INSERT operations into the menu table.

Impact Analysis

An attacker could exploit this to insert fake menu items, modify existing data, or even execute additional malicious SQL commands if MySQL supports multi-queries. This could lead to unauthorized data changes, database corruption, or further system compromise if combined with other vulnerabilities.

Compliance Impact

This vulnerability could violate compliance requirements like GDPR (data integrity) and HIPAA (data confidentiality) by allowing unauthorized modifications to sensitive data. Unauthorized data changes may lead to legal penalties, loss of trust, and regulatory fines.

Mitigation Strategies

Immediately patch the application by replacing direct SQL queries with prepared statements. Validate and sanitize all user inputs (item, price, image, type) before processing. Restrict admin/add_menu.php access to admin-level users only. Disable multi-query execution in MySQL if enabled.

Chat Assistant

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

EPSS Chart