CVE-2026-76049
Deferred Deferred - Pending Action

SQL Injection in Simple Online Food Ordering System

Vulnerability report for CVE-2026-76049, 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-21

Assigner: VulDB

Description

A vulnerability has been found in SourceCodester Simple Online Food Ordering System 1.0. This affects an unknown function of the file /admin/ajax.php?action=save_menu. The manipulation of the argument ID leads to sql injection. It is possible to initiate the attack remotely. The exploit has been disclosed to the public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-19
Last Modified
2026-08-21
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

CVE-2026-76049 is a SQL injection vulnerability in the Simple Online Food Ordering System version 1.0. The flaw exists in the file /admin/ajax.php when handling the action=save_menu parameter. The 'ID' argument is not properly validated or sanitized before being used in SQL queries, allowing attackers to inject malicious SQL code.

Detection Guidance

To detect this SQL injection vulnerability, you can test the affected endpoint by sending crafted input to the 'id' parameter in the URL /admin/ajax.php?action=save_menu. Use tools like curl or Burp Suite to send requests with SQL payloads such as a single quote or SQL keywords. Example curl command: curl 'http://target-site.com/admin/ajax.php?action=save_menu&id=1''' or curl 'http://target-site.com/admin/ajax.php?action=save_menu&id=1 OR 1=1--'. Monitor responses for database errors or unexpected behavior.

Impact Analysis

This vulnerability could allow attackers to gain unauthorized access to the database, steal sensitive data like user credentials or orders, modify or delete data, take full control of the system, or disrupt services. Exploitation does not require authentication.

Compliance Impact

This vulnerability could lead to violations of GDPR (data breaches exposing personal data) and HIPAA (unauthorized access to health-related order data). Non-compliance may result in legal penalties, fines, and reputational damage due to compromised sensitive information.

Mitigation Strategies

Immediately update the application to use prepared statements with parameter binding for all database queries. Implement strict input validation to sanitize the 'id' parameter. Restrict database user permissions to the minimum required. Conduct a security audit to identify other potential vulnerabilities. If an update is unavailable, consider disabling the affected functionality or isolating the system until a patch is applied.

Chat Assistant

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

EPSS Chart