CVE-2026-78247
Received Received - Intake

SQL Injection in Simple Online Food Ordering System

Vulnerability report for CVE-2026-78247, 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 found in SourceCodester Simple Online Food Ordering System 1.0. This issue affects some unknown processing of the file /fos/admin/ajax.php?action=confirm_order. The manipulation of the argument ID results in sql injection. The attack can be executed remotely. The exploit has been made public and could 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-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.
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.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This is a SQL injection vulnerability in the Simple Online Food Ordering System 1.0. It exists in the file /fos/admin/ajax.php when handling the 'ID' parameter during order confirmation. Attackers can manipulate this parameter to inject malicious SQL commands, potentially accessing or altering database contents without authentication.

Detection Guidance

To detect this SQL injection vulnerability, monitor network traffic for suspicious requests targeting /fos/admin/ajax.php?action=confirm_order with unusual ID parameters. Use tools like SQLmap to test for injection by sending crafted inputs such as ' OR 1=1 --. Check web server logs for repeated failed login attempts or unexpected database queries.

Impact Analysis

Exploitation could lead to unauthorized database access, data tampering, sensitive information leakage, system compromise, or service disruption. Attackers might steal customer data, modify orders, or take control of the system remotely without needing login credentials.

Compliance Impact

This vulnerability could violate GDPR by exposing personal data or HIPAA by leaking protected health information if such data is stored. Organizations may face legal penalties, loss of customer trust, and regulatory fines for failing to protect sensitive data due to inadequate security measures.

Mitigation Strategies

Immediately update the software to a patched version if available. Implement strict input validation for the ID parameter in /fos/admin/ajax.php. Use prepared statements for all database queries. Restrict database user permissions to limit potential damage. Disable the vulnerable endpoint if not in use and conduct a security audit.

Chat Assistant

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

EPSS Chart