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

Impact

The reported flaw allows an attacker to supply arbitrary SQL code through the ID parameter of the delete_menu endpoint in the admin AJAX interface, causing the application to execute malicious statements on the underlying database. This level of control can lead to unauthorized read, update, or deletion of data, compromising the confidentiality, integrity, and availability of the system’s information. The weakness is an injection flaw categorized as CWE‑74 and CWE‑89.

Affected Systems

SourceCodester Simple Online Food Ordering System, version 1.0, accessed through the /admin/ajax.php action delete_menu endpoint.

Risk and Exploitability

The CVSS score of 6.9 indicates a medium impact risk, and despite the EPSS score being unavailable, the exploit is publicly disclosed and can be launched remotely by an unauthenticated attacker. The attack vector is remote, requiring only the ability to construct a malicious ID value, and hosts the potential for complete data disclosure or manipulation if not mitigated. The vulnerability is not listed in CISA KEV, but its public availability means that a risk assessment should be performed promptly.

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

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the SourceCodester Simple Online Food Ordering System to a patched release that validates the ID parameter and uses prepared statements
  • If an upgrade is not immediately feasible, restrict access to the /admin/ajax.php endpoint to trusted administrators and reject non‑numeric IDs
  • Deploy a Web Application Firewall rule set configured to detect and block common SQL injection payload patterns on the delete_menu action

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

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 15: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 04:00:00 +0000

Type Values Removed Values Added
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.
Title SourceCodester Simple Online Food Ordering System ajax.php delete_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-19T13:44:57.775Z

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

Link: CVE-2026-76050

cve-icon Vulnrichment

Updated: 2026-08-19T13:44:54.286Z

cve-icon NVD

Status : Deferred

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

Modified: 2026-08-20T12:48:31.843

Link: CVE-2026-76050

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')