CVE-2026-26713: SQL Injection
Published Mar 2, 2026
·Updated
code-projects Simple Food Order System v1.0 is vulnerable to SQL Injection in /food/routers/cancel-order.php.
Affected Software
2 affected components
Code-projects Simple Food Order System
Carmelo Simple Food Order System=1.0
Event History
Mar 2, 2026
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
Description
Data Sourced
via NVD·08:16 PM
DescriptionSeverityWeaknessAffected Software
Frequently Asked Questions
1
What is the severity of CVE-2026-26713?
CVE-2026-26713 is classified as a critical vulnerability due to its potential to allow attackers to execute arbitrary SQL queries.
2
How do I fix CVE-2026-26713?
To fix CVE-2026-26713, you should sanitize user inputs and use prepared statements in your SQL queries within the Simple Food Order System.
3
What type of attack is associated with CVE-2026-26713?
CVE-2026-26713 is associated with SQL Injection attacks, which can compromise the database and expose sensitive information.
4
What software version is affected by CVE-2026-26713?
CVE-2026-26713 affects version 1.0 of the Simple Food Order System developed by Code-projects.
5
How can I detect if my system is vulnerable to CVE-2026-26713?
You can detect vulnerability to CVE-2026-26713 by testing your system with SQL injection payloads in the cancel-order.php endpoint.