CVE-2025-10802
7.3code-projects · Online Bidding System
The Online Bidding System 1.0 contains an unauthenticated SQL injection vulnerability in the remove.php file due to improper validation of the id parameter.
Executive summary
An unauthenticated SQL injection vulnerability in the code-projects Online Bidding System 1.0 allows remote attackers to manipulate database queries and potentially compromise the entire system.
Vulnerability
This flaw is a SQL injection vulnerability located in the remove.php script, which fails to sanitize the id parameter before processing it in database queries. The vulnerability is accessible to unauthenticated remote attackers.
Business impact
Successful exploitation of this vulnerability can lead to unauthorized access to the backend database, data leakage, data tampering, and potential full system compromise. Given the CVSS score of 7.3, this represents a significant security risk that could cause severe service disruption and loss of sensitive information, potentially leading to long term reputational damage.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict network access to the /administrator/ directory using IP allowlisting or VPN requirements.
Proactive Monitoring: Review web server and database logs for anomalous activity, specifically looking for SQL syntax patterns or unexpected boolean-based testing strings in POST requests to /administrator/remove.php.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns, specifically targeting the id parameter in the affected script.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the referenced GitHub research write-up.
Analyst recommendation
The severity of this SQL injection vulnerability, combined with the availability of public proof-of-concept code, necessitates immediate defensive action. Organizations utilizing this software must implement the recommended compensating controls and restrict access to the administrative interface until a formal security update is released by the vendor.
More code-projects CVEs
Sources
Originally found and disclosed by Chenguang Wang-GuangZhou University (VulDB User), per the CVE Program record.