Description
A security flaw has been discovered in SourceCodester Simple Online Food Ordering System 1.0. Impacted is an unknown function of the file /fos/admin/view_order.php. The manipulation of the argument ID results in sql injection. The attack may be performed from remote. The exploit has been released to the public and may be used for attacks.
Published: 2026-08-20
Score: 6.9 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Manipulation of the ID argument in the view_order.php file of SourceCodester Simple Online Food Ordering System 1.0 causes an SQL injection flaw that allows an attacker to craft arbitrary SQL statements. The impact is that the attacker can retrieve, modify, or delete sensitive data from the underlying database or even gain administrative access if higher‑privilege accounts exist. This vulnerability was classified as a moderate severity flaw with a CVSS score of 6.9.

Affected Systems

The affected product is SourceCodester Simple Online Food Ordering System version 1.0. The exact function contaminated is view_order.php, and no additional versions are listed as impacted. No vendor-provided version range was supplied, so all installations running 1.0 are considered vulnerable unless otherwise noted by the vendor.

Risk and Exploitability

The CVSS score of 6.9 indicates a moderate risk, and the EPSS score is not available from the data set, so the likelihood of exploitation is unclear. The vulnerability is not listed in the CISA KEV catalog, but the public release of an exploit and the note that it can be performed from remote via HTTP query parameters suggest that it is a realistic threat. An attacker with network access to the web server can trigger the injection and potentially obtain unauthorized data access or manipulation.

Generated by OpenCVE AI on August 20, 2026 at 20:51 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to a patched version of SourceCodester Simple Online Food Ordering System once the vendor releases a fix.
  • Add server‑side validation to ensure the ID parameter is numeric or meets a strict whitelist before it is used in any SQL query.
  • Rewrite the vulnerable code to use parameterized queries or stored procedures to separate data from code logic.

Generated by OpenCVE AI on August 20, 2026 at 20:51 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 15:15:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in SourceCodester Simple Online Food Ordering System 1.0. Impacted is an unknown function of the file /fos/admin/view_order.php. The manipulation of the argument ID results in sql injection. The attack may be performed from remote. The exploit has been released to the public and may be used for attacks.
Title SourceCodester Simple Online Food Ordering System view_order.php 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-20T15:00:10.067Z

Reserved: 2026-08-20T07:16:52.675Z

Link: CVE-2026-76996

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T15:18:40.783

Modified: 2026-08-20T15:18:40.783

Link: CVE-2026-76996

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T21:00:05Z

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