Description
A flaw has been found in SourceCodester Simple Online Food Ordering System 1.0. The impacted element is an unknown function of the file /admin/ajax.php?action=login. Executing a manipulation of the argument Username can lead to sql injection. The attack may be performed from remote. The exploit has been published 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 in SourceCodester Simple Online Food Ordering System version 1.0 allows an attacker to manipulate the Username parameter in the /admin/ajax.php?action=login endpoint, resulting in a remote SQL injection. This weakness, identified as CWE‑89 and CWE‑74, could enable unauthorized access to, modification of, or deletion of database contents, compromising the confidentiality and integrity of sensitive user data. The vendor’s description indicates that the flaw is publicly exploitable and that an exploit has already been published.

Affected Systems

The vulnerability affects the SourceCodester Simple Online Food Ordering System 1.0, specifically the admin login functionality accessed via /admin/ajax.php. No additional affected versions are listed in the available data.

Risk and Exploitability

The CVSS score of 6.9 assigns this flaw a medium severity level. Although the EPSS score is not available, the lack of a KEV listing does not eliminate exploitation risk; an attacker can launch the attack remotely by issuing a crafted Username in the login request, and published exploits are already in circulation. Since a vendor patch is not publicly documented, organizations must rely on mitigation measures to reduce the risk.

Generated by OpenCVE AI on August 19, 2026 at 07:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • If a vendor patch or update is available for CVE‑2026‑76048, install it immediately.
  • Modify the application’s login routine to use prepared statements or parameterized queries, ensuring that user‑supplied data is never concatenated directly into SQL commands.
  • Limit the database privileges granted to the account used by the application, restricting it to only the tables and operations required for normal operation.
  • Apply network‑layer controls (firewall or IP whitelisting) to restrict remote access to the /admin interface.

Generated by OpenCVE AI on August 19, 2026 at 07:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Description A flaw has been found in SourceCodester Simple Online Food Ordering System 1.0. The impacted element is an unknown function of the file /admin/ajax.php?action=login. Executing a manipulation of the argument Username can lead to sql injection. The attack may be performed from remote. The exploit has been published and may be used.
Title SourceCodester Simple Online Food Ordering System ajax.php login 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-21T19:23:14.325Z

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

Link: CVE-2026-76048

cve-icon Vulnrichment

Updated: 2026-08-21T19:23:10.089Z

cve-icon NVD

Status : Deferred

Published: 2026-08-19T03:16:53.430

Modified: 2026-08-21T20:16:43.330

Link: CVE-2026-76048

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-19T11:45:04Z

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