CVE-2026-76996
Received Received - Intake

SQL Injection in Simple Online Food Ordering System 1.0

Vulnerability report for CVE-2026-76996, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-20

Last updated on: 2026-08-20

Assigner: VulDB

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-20
Last Modified
2026-08-20
Generated
2026-08-20
AI Q&A
2026-08-20
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
sourcecodester simple_online_food_ordering_system 1.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-89 The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
CWE-74 The product constructs all or part of a command, data structure, or record using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify how it is parsed or interpreted when it is sent to a downstream component.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a SQL injection flaw in the Simple Online Food Ordering System 1.0, specifically in the file /fos/admin/view_order.php. It occurs due to improper input validation of the 'ID' parameter, allowing attackers to inject malicious SQL queries remotely without authentication.

Detection Guidance

To detect SQL injection vulnerabilities like CVE-2026-76996, you can test the /fos/admin/view_order.php endpoint by sending crafted input to the 'id' parameter. Use tools like curl to send requests with SQL payloads such as ' OR 1=1 -- or ' OR '1'='1. Monitor responses for database errors or unexpected behavior indicating successful injection.

Impact Analysis

Exploitation may lead to unauthorized database access, data tampering, sensitive information leakage, and potential system compromise. Attackers can extract, modify, or delete data, disrupt services, or gain full control over the affected system.

Compliance Impact

This vulnerability can lead to non-compliance with GDPR and HIPAA due to unauthorized data access or leakage. GDPR requires protecting personal data, while HIPAA mandates safeguarding health information. Exploitation may result in legal penalties, fines, and reputational damage.

Mitigation Strategies

Immediately update the application to use prepared statements with parameter binding for all database queries. Implement strict input validation to sanitize the 'id' parameter. Reduce database user permissions to the minimum required. Conduct a full security audit of the application and database.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-76996. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart