CVE-2025-8236
7.3code-projects · Online Ordering System
A SQL injection vulnerability in the Online Ordering System 1.0 allows remote attackers to manipulate the Name argument in /admin/edit_product.php.
Executive summary
The code-projects Online Ordering System 1.0 contains an unauthenticated SQL injection vulnerability that poses a significant risk of unauthorized database access.
Vulnerability
This is a SQL injection vulnerability (CWE-89) affecting the /admin/edit_product.php file. An unauthenticated remote attacker can inject malicious SQL commands via the Name argument to interact with the underlying database.
Business impact
Successful exploitation of this vulnerability could lead to unauthorized data exfiltration, modification, or deletion within the database. Given the CVSS score of 7.3, this represents a high risk to data confidentiality and integrity, potentially resulting in severe operational disruption or loss of sensitive customer information.
Remediation
Immediate Action: Since no official patch is currently available, administrators should restrict access to the /admin directory using IP allowlisting or authentication proxies. If the functionality is not critical, disable the affected file or the entire application until a vendor-provided security update is released.
Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax patterns directed at /admin/edit_product.php. Monitor database query logs for unusual activity or unexpected errors originating from the web application user.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns. Ensure the database user account associated with the application operates with the principle of least privilege to limit the impact of potential injections.
Exploitation status
Public Exploit Available: Yes, a public proof-of-concept exists, as documented in the GitHub issue referenced by the vulnerability record.
Analyst recommendation
Due to the presence of a public proof-of-concept and the ease of remote exploitation, this vulnerability should be prioritized for mitigation. Organizations currently running version 1.0 of the Online Ordering System must implement strict network-level access controls immediately to prevent unauthorized access to the vulnerable endpoint until a formal patch is provided by the vendor.
More code-projects CVEs
Sources
Originally found and disclosed by xiajian (VulDB User), per the CVE Program record.