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.
Published: 2026-08-19
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw is a SQL injection in the admin ajax endpoint that processes the ID parameter. Because the application does not properly sanitize or escape the input, a crafted value can break out of the intended SQL context and inject arbitrary commands. Attackers can retrieve database contents, modify records, or drop tables, compromising the confidentiality and integrity of application data.

Affected Systems

The vulnerability is present in SourceCodester Simple Online Food Ordering System 1.0, the web‑based ordering platform available at sourcecodester.com. Any deployment of this version that has the /admin/ajax.php endpoint exposed to the Internet is affected.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate severity and the EPSS score is not available, but the exploit has been publicly disclosed and can be executed remotely over HTTP without any special privileges. The vulnerability is not listed in the CISA KEV catalog, yet a determined adversary can use it to exfiltrate data or alter inventory by sending malicious requests to the admin endpoint. The absence of authentication requirements in the public description suggests that the endpoint may be reachable for authenticated users only, but the remote nature compounds the risk.

Generated by OpenCVE AI on August 19, 2026 at 06:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a patched release of the Simple Online Food Ordering System that eliminates the injection.
  • If no patch is immediately available, replace the unsanitized ID handling with parameterized queries or stored procedures to neutralize injected content.
  • Harden the administrative interface by enforcing authentication and role‑based access controls, limiting exposure to trusted networks, and monitoring logs for abnormal query patterns.
  • Deploy a web application firewall configured to block typical SQL injection payloads against the ajax.php endpoint.

Generated by OpenCVE AI on August 19, 2026 at 06:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 23 Aug 2026 04:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 03:30:00 +0000

Type Values Removed Values Added
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.
Title SourceCodester Simple Online Food Ordering System ajax.php save_menu sql injection
First Time appeared Sourcecodester
Sourcecodester simple Online Food Ordering System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:sourcecodester:simple_online_food_ordering_system:*:*:*:*:*:*:*:*
Vendors & Products Sourcecodester
Sourcecodester simple Online Food Ordering System
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Sourcecodester Simple Online Food Ordering System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-21T21:49:44.635Z

Reserved: 2026-08-18T19:46:23.441Z

Link: CVE-2026-76049

cve-icon Vulnrichment

Updated: 2026-08-21T21:37:06.856Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T04:17:38.277

Modified: 2026-08-21T22:16:45.113

Link: CVE-2026-76049

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-19T12:45:03Z

Weaknesses
  • CWE-74

    Improper Neutralization of Special Elements in Output Used by a Downstream Component ('Injection')

  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')