CVE-2025-11603: SQL Injection in code-projects Simple Food Ordering System
A vulnerability was found in code-projects Simple Food Ordering System 1.0. This vulnerability affects unknown code of the file /editproduct.php. The manipulation of the argument Category results in sql injection. The attack may be launched remotely. The exploit has been made public and could be used.
AI Analysis
Technical Summary
CVE-2025-11603 identifies an SQL injection vulnerability in the Simple Food Ordering System version 1.0 developed by code-projects. The flaw exists in the /editproduct.php script, where the 'Category' parameter is not properly sanitized or validated before being incorporated into SQL queries. This allows an unauthenticated remote attacker to inject arbitrary SQL commands, potentially leading to unauthorized data access, modification, or deletion within the backend database. The vulnerability does not require user interaction or elevated privileges, increasing its exploitability. The CVSS 4.0 vector indicates network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:L - low privileges), no user interaction (UI:N), and low impact on confidentiality, integrity, and availability (VC:L, VI:L, VA:L). Although the impact is limited, the exploitability is straightforward due to lack of authentication and input validation. The exploit code has been publicly disclosed, increasing the risk of exploitation, though no active exploitation has been reported to date. The absence of patches or official fixes necessitates immediate mitigation efforts by users of this software. The vulnerability highlights the critical need for secure coding practices, especially input validation and use of parameterized queries in web applications handling sensitive data such as food ordering systems.
Potential Impact
For European organizations using the Simple Food Ordering System, this vulnerability could lead to unauthorized access to sensitive customer and business data stored in the backend database. Attackers could manipulate orders, alter product information, or extract confidential data, impacting data confidentiality and integrity. Although the availability impact is low, data manipulation could disrupt business operations and damage customer trust. The food service sector, including restaurants and catering services relying on this system, may face reputational damage and regulatory scrutiny under GDPR if personal data is compromised. The medium severity suggests that while the threat is not immediately critical, it poses a tangible risk that could be exploited by attackers with minimal effort. Organizations with limited IT security resources or those using outdated versions of the software are particularly vulnerable. The public availability of exploit code increases the likelihood of opportunistic attacks, especially in countries with high adoption of this software or similar platforms.
Mitigation Recommendations
1. Immediately implement input validation and sanitization on the 'Category' parameter in /editproduct.php to prevent SQL injection. 2. Refactor the code to use parameterized queries or prepared statements instead of directly embedding user input into SQL commands. 3. Restrict database user permissions to the minimum necessary, limiting the potential damage from successful injection attacks. 4. Monitor web application logs for suspicious activity related to the 'Category' parameter or unexpected SQL errors. 5. If patching is not available, consider deploying a Web Application Firewall (WAF) with rules to detect and block SQL injection attempts targeting this endpoint. 6. Conduct a security audit of the entire application to identify and remediate similar injection vulnerabilities. 7. Educate developers on secure coding practices to prevent recurrence. 8. Regularly back up databases and ensure backups are secure to enable recovery in case of data tampering.
Affected Countries
Germany, France, United Kingdom, Italy, Spain, Netherlands, Belgium
CVE-2025-11603: SQL Injection in code-projects Simple Food Ordering System
Description
A vulnerability was found in code-projects Simple Food Ordering System 1.0. This vulnerability affects unknown code of the file /editproduct.php. The manipulation of the argument Category results in sql injection. The attack may be launched remotely. The exploit has been made public and could be used.
AI-Powered Analysis
Technical Analysis
CVE-2025-11603 identifies an SQL injection vulnerability in the Simple Food Ordering System version 1.0 developed by code-projects. The flaw exists in the /editproduct.php script, where the 'Category' parameter is not properly sanitized or validated before being incorporated into SQL queries. This allows an unauthenticated remote attacker to inject arbitrary SQL commands, potentially leading to unauthorized data access, modification, or deletion within the backend database. The vulnerability does not require user interaction or elevated privileges, increasing its exploitability. The CVSS 4.0 vector indicates network attack vector (AV:N), low attack complexity (AC:L), no privileges required (PR:L - low privileges), no user interaction (UI:N), and low impact on confidentiality, integrity, and availability (VC:L, VI:L, VA:L). Although the impact is limited, the exploitability is straightforward due to lack of authentication and input validation. The exploit code has been publicly disclosed, increasing the risk of exploitation, though no active exploitation has been reported to date. The absence of patches or official fixes necessitates immediate mitigation efforts by users of this software. The vulnerability highlights the critical need for secure coding practices, especially input validation and use of parameterized queries in web applications handling sensitive data such as food ordering systems.
Potential Impact
For European organizations using the Simple Food Ordering System, this vulnerability could lead to unauthorized access to sensitive customer and business data stored in the backend database. Attackers could manipulate orders, alter product information, or extract confidential data, impacting data confidentiality and integrity. Although the availability impact is low, data manipulation could disrupt business operations and damage customer trust. The food service sector, including restaurants and catering services relying on this system, may face reputational damage and regulatory scrutiny under GDPR if personal data is compromised. The medium severity suggests that while the threat is not immediately critical, it poses a tangible risk that could be exploited by attackers with minimal effort. Organizations with limited IT security resources or those using outdated versions of the software are particularly vulnerable. The public availability of exploit code increases the likelihood of opportunistic attacks, especially in countries with high adoption of this software or similar platforms.
Mitigation Recommendations
1. Immediately implement input validation and sanitization on the 'Category' parameter in /editproduct.php to prevent SQL injection. 2. Refactor the code to use parameterized queries or prepared statements instead of directly embedding user input into SQL commands. 3. Restrict database user permissions to the minimum necessary, limiting the potential damage from successful injection attacks. 4. Monitor web application logs for suspicious activity related to the 'Category' parameter or unexpected SQL errors. 5. If patching is not available, consider deploying a Web Application Firewall (WAF) with rules to detect and block SQL injection attempts targeting this endpoint. 6. Conduct a security audit of the entire application to identify and remediate similar injection vulnerabilities. 7. Educate developers on secure coding practices to prevent recurrence. 8. Regularly back up databases and ensure backups are secure to enable recovery in case of data tampering.
Affected Countries
For access to advanced analysis and higher rate limits, contact root@offseq.com
Technical Details
- Data Version
- 5.1
- Assigner Short Name
- VulDB
- Date Reserved
- 2025-10-10T12:58:37.725Z
- Cvss Version
- 4.0
- State
- PUBLISHED
Threat ID: 68ea5e7a5baaa01f1cb96f92
Added to database: 10/11/2025, 1:41:14 PM
Last enriched: 10/18/2025, 2:26:40 PM
Last updated: 12/3/2025, 2:50:35 AM
Views: 104
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-13646: CWE-434 Unrestricted Upload of File with Dangerous Type in wpchill Image Gallery – Photo Grid & Video Gallery
HighCVE-2025-13645: CWE-22 Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') in wpchill Image Gallery – Photo Grid & Video Gallery
HighCVE-2025-13448: CWE-79 Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in anastis CSSIgniter Shortcodes
MediumCVE-2025-55181: Excessive Iteration (CWE-834) in Facebook proxygen
MediumCVE-2025-64778: CWE-798 Use of Hard-coded Credentials in Mirion Medical EC2 Software NMIS BioDose
HighActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need enhanced features?
Contact root@offseq.com for Pro access with improved analysis and higher rate limits.