CVE-2026-19917
Received Received - Intake

SQL Injection in Online Food Order System

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

Publication date: 2026-08-15

Last updated on: 2026-08-15

Assigner: VulDB

Description

A flaw has been found in code-projects Online Food Order System 1.0. The impacted element is an unknown function of the file delete_food_items1.php. Executing a manipulation of the argument checkbox can lead to sql injection. The attack can be executed remotely. The exploit has been published and may be used.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

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

Affected Vendors & Products

Currently, no data is known.

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 Online Food Order System 1.0. It exists in the delete_food_items1.php file where an attacker can manipulate the checkbox argument to execute unauthorized SQL commands. The attack can be performed remotely and an exploit has already been published.

Detection Guidance

To detect SQL injection vulnerabilities in the Online Food Order System, inspect the delete_food_items1.php file for improper input validation. Check for direct use of user-supplied data in SQL queries without sanitization. Use tools like SQLmap to test for SQL injection flaws by sending crafted payloads to the parameter 'checkbox'.

Impact Analysis

This vulnerability allows remote attackers to execute arbitrary SQL commands on the database. This could lead to unauthorized data access, modification, or deletion of sensitive information such as user credentials, orders, or payment details stored in the system.

Compliance Impact

This vulnerability could lead to non-compliance with GDPR and HIPAA by exposing sensitive personal and health data. GDPR requires protection of personal data, while HIPAA mandates safeguards for protected health information. A successful exploit may result in data breaches, leading to legal penalties and reputational damage.

Mitigation Strategies

Immediately update the Online Food Order System to the latest version or apply patches from the vendor. Implement input validation for the 'checkbox' parameter in delete_food_items1.php. Use prepared statements with parameterized queries to prevent SQL injection. Restrict database user permissions to limit damage from potential exploits.

Chat Assistant

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

EPSS Chart