CVE-2026-76997
Received Received - Intake

SQL Injection in Simple Online Food Ordering System 1.0

Vulnerability report for CVE-2026-76997, 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 weakness has been identified in SourceCodester Simple Online Food Ordering System 1.0. The affected element is an unknown function of the file /admin/ajax.php?action=save_category. This manipulation of the argument ID causes sql injection. It is possible to initiate the attack remotely. The exploit has been made available to the public and could 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. It exists in the file /admin/ajax.php when handling the 'ID' parameter during category saving operations. Attackers can inject malicious SQL queries due to insufficient input validation, potentially allowing unauthorized database access or manipulation.

Detection Guidance

To detect this SQL injection vulnerability in the Simple Online Food Ordering System, inspect the /admin/ajax.php file for improper input handling of the 'id' parameter. Check web server logs for unusual requests targeting /fos/admin/ajax.php?action=save_category with suspicious SQL patterns like quotes or SQL keywords. Use tools like SQLmap to test for blind SQL injection by sending crafted payloads to the parameter.

Impact Analysis

This vulnerability could allow attackers to steal, modify, or delete sensitive data from the database. They might access customer information, order details, or administrative credentials. The system could also be compromised to perform unauthorized actions or be used as a pivot point for further attacks.

Compliance Impact

This vulnerability likely violates GDPR and HIPAA requirements for data protection and security. It could lead to unauthorized access to personal data, triggering mandatory breach notifications and potential fines under these regulations.

Mitigation Strategies

Immediately update the application to validate and sanitize all user inputs, especially the 'id' parameter in /admin/ajax.php. Replace direct SQL queries with prepared statements to prevent injection. Restrict database user permissions to the minimum required. Conduct a security audit to identify other potential vulnerabilities and apply patches as needed.

Chat Assistant

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

EPSS Chart