CVE-2025-11558
7.3code-projects · E-Commerce Website
A SQL injection vulnerability exists in the E-Commerce Website 1.0 search functionality, allowing remote attackers to manipulate database queries via the Search argument in user_index_search.php.
Executive summary
A critical SQL injection vulnerability in code-projects E-Commerce Website 1.0 allows for remote, unauthenticated database manipulation.
Vulnerability
This is a SQL injection flaw (CWE-89) located in the /pages/user_index_search.php script. The vulnerability permits an unauthenticated remote attacker to inject malicious SQL commands via the Search parameter.
Business impact
Successful exploitation of this vulnerability could lead to unauthorized access to sensitive data, potential modification of database content, and compromise of the application's integrity. While the CVSS score of 7.3 reflects a high severity rating, the ability for an unauthenticated attacker to remotely execute queries poses a significant risk to the confidentiality and availability of the E-Commerce platform.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the affected script or implement strict input validation to sanitize the Search parameter.
Proactive Monitoring: Security teams should review web server access logs for anomalous patterns, specifically looking for SQL syntax characters such as single quotes, semicolons, or comments in the Search request parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to block common SQL injection patterns targeting the /pages/user_index_search.php endpoint.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the research write-up referenced in the CVE record.
Analyst recommendation
Given the public availability of exploit material and the lack of a vendor-supplied patch, this vulnerability must be treated with high priority. Organizations utilizing this software should immediately implement input filtering or disable the affected search functionality until a secure update is provided by the vendor.
More code-projects CVEs
Sources
Originally found and disclosed by chenximi (VulDB User), per the CVE Program record.