CVE-2026-76050
Deferred Deferred - Pending Action

SQL Injection in Simple Online Food Ordering System

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

Publication date: 2026-08-19

Last updated on: 2026-08-19

Assigner: VulDB

Description

A vulnerability was found in SourceCodester Simple Online Food Ordering System 1.0. This impacts an unknown function of the file /admin/ajax.php?action=delete_menu. The manipulation of the argument ID results in sql injection. It is possible to launch the attack remotely. The exploit has been made public and could be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-08-19
Generated
2026-09-08
AI Q&A
2026-08-19
EPSS Evaluated
2026-09-07
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester simple_online_food_ordering_system 1.0

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 vulnerability is a SQL injection flaw in the Simple Online Food Ordering System 1.0. It exists in the file /admin/ajax.php when handling the action=delete_menu parameter. The 'id' argument lacks proper input validation, allowing attackers to inject malicious SQL commands. This can be exploited remotely without authentication.

Detection Guidance

To detect this SQL injection vulnerability, monitor HTTP requests to /admin/ajax.php?action=delete_menu for unusual parameters like 'id' with suspicious values such as quotes, semicolons, or SQL keywords. Use tools like sqlmap to test for SQLi by sending crafted payloads to the vulnerable endpoint.

Impact Analysis

An attacker could exploit this to access, modify, or delete sensitive data in the database. They might steal customer information, alter menu prices, or delete orders. The system could also be compromised to run unauthorized commands on the server.

Compliance Impact

This vulnerability could lead to unauthorized access or leakage of personal data, violating GDPR and HIPAA requirements for data protection. Organizations may face legal penalties, fines, or reputational damage if customer data is compromised due to this flaw.

Mitigation Strategies

Immediately apply input validation to sanitize the 'id' parameter in /admin/ajax.php. Replace direct SQL queries with prepared statements and parameter binding. Restrict database user permissions to least privilege and audit system logs for signs of exploitation.

Chat Assistant

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

EPSS Chart