Description
A security flaw has been discovered in code-projects Online Food Order System 1.0. This affects an unknown part of the file /edit_food_items.php. The manipulation of the argument update results in sql injection. It is possible to launch the attack remotely. The exploit has been released to the public and may be used for attacks.
Published: 2026-07-08
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in code-projects Online Food Order System version 1.0 allows attackers to manipulate the "update" parameter in /edit_food_items.php, enabling arbitrary SQL statements to be executed against the backend database. The weakness is a classic input‑validation failure that can lead to data disclosure, modification, or deletion, affecting all records managed by the system. This vulnerability is identified as CWE-74 (CWE-74) and CWE-89 (CWE-89).

Affected Systems

The impacted product is Code‑Projects Online Food Order System version 1.0. The vulnerability resides in edit_food_items.php; the publicly accessible nature of this script is not explicitly stated in the vendor documentation, so it remains unclear whether the file is exposed to unauthenticated users or only to administrators.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate to high severity. The description states that the attack can be launched remotely, implying network access, and that public exploit code has been released. The EPSS score of <1% suggests a very low estimated probability of exploitation, and the vulnerability is not listed in CISA KEV. Because the entry does not specify whether administrator authentication is bypassed, it is inferred that the attacker may need to access the web interface, but the exact authentication requirement is uncertain.

Generated by OpenCVE AI on July 28, 2026 at 09:00 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply any available patch or upgrade for Code-Projects Online Food Order System 1.0 from the vendor’s site or code repository.
  • If no patch is released, restrict access to edit_food_items.php to authenticated administrators only or place the script behind a firewall allowing only trusted IP ranges.
  • Implement input validation and use prepared statements or parameterized queries for all SQL statements that use the "update" parameter, ensuring that data supplied by users cannot be executed as code.

Generated by OpenCVE AI on July 28, 2026 at 09:00 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 09 Jul 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Wed, 08 Jul 2026 23:45:00 +0000

Type Values Removed Values Added
Description A security flaw has been discovered in code-projects Online Food Order System 1.0. This affects an unknown part of the file /edit_food_items.php. The manipulation of the argument update results in sql injection. It is possible to launch the attack remotely. The exploit has been released to the public and may be used for attacks.
Title code-projects Online Food Order System edit_food_items.php sql injection
First Time appeared Code-projects
Code-projects online Food Order System
Weaknesses CWE-74
CWE-89
CPEs cpe:2.3:a:code-projects:online_food_order_system:*:*:*:*:*:*:*:*
Vendors & Products Code-projects
Code-projects online Food Order 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

Code-projects Online Food Order System
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-09T14:40:03.876Z

Reserved: 2026-07-08T17:11:33.840Z

Link: CVE-2026-15135

cve-icon Vulnrichment

Updated: 2026-07-09T13:37:13.131Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-28T09:15:06Z

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