CVE-2026-78199
Received Received - Intake

SQL Injection in Simple Online Food Ordering System 1.0

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

Publication date: 2026-08-24

Last updated on: 2026-08-24

Assigner: VulDB

Description

A vulnerability was detected in SourceCodester Simple Online Food Ordering System 1.0. Impacted is an unknown function of the file /fos/view_prod.php. Performing a manipulation of the argument ID results in sql injection. Remote exploitation of the attack is possible. The exploit is now public and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-24
Last Modified
2026-08-24
Generated
2026-08-24
AI Q&A
2026-08-24
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

CVE-2026-78199 is a SQL injection vulnerability in the Simple Online Food Ordering System 1.0. It exists in the /fos/view_prod.php file due to insufficient input validation of the 'ID' parameter. Attackers can inject malicious SQL queries without authentication, enabling unauthorized database access and data tampering.

Detection Guidance

To detect SQL injection in /fos/view_prod.php, test the 'id' parameter with payloads like ' OR 1=1 -- or ' OR '1'='1. Use tools like sqlmap with: sqlmap -u "http://target/fos/view_prod.php?id=1" --batch. Check server responses for database errors or delays indicating blind SQLi.

Impact Analysis

This vulnerability allows attackers to manipulate the database, steal sensitive information, alter or delete data, and potentially disrupt services. It can lead to unauthorized access to user credentials, order details, and other confidential data stored in the system.

Compliance Impact

This vulnerability can lead to non-compliance with GDPR and HIPAA due to unauthorized data access and potential data breaches. GDPR requires protection of personal data, while HIPAA mandates safeguarding protected health information. Exploitation may result in legal penalties and loss of trust.

Mitigation Strategies

Immediately apply input validation for the 'id' parameter. Replace direct SQL queries with prepared statements using parameter binding. Restrict database user permissions to least privilege. Conduct a security audit to identify other vulnerable endpoints.

Chat Assistant

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

EPSS Chart