CVE-2025-10842

7.3

code-projects · Online Bidding System

The code-projects Online Bidding System version 1.0 contains an unauthenticated SQL injection vulnerability in the /administrator/wew.php file via the ID parameter.

Executive summary

A critical SQL injection vulnerability in the code-projects Online Bidding System allows unauthenticated remote attackers to compromise the application database.

Vulnerability

This flaw is an unauthenticated SQL injection vulnerability (CWE-89) triggered by improper sanitization of the ID argument within the /administrator/wew.php script. The vulnerability allows a remote, unauthenticated attacker to manipulate database queries.

Business impact

Successful exploitation of this vulnerability could lead to unauthorized access to sensitive data, potential modification or deletion of bidding records, and complete compromise of the application backend. Given the CVSS score of 7.3, this represents a high-severity risk to the integrity and availability of organizational assets managed by this platform.

Remediation

Immediate Action: Since no official patch is currently available, administrators should restrict access to the /administrator directory at the network level or disable the vulnerable component until a fix is released.

Proactive Monitoring: Inspect web server access logs for anomalous requests containing SQL syntax patterns targeting the /administrator/wew.php endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules specifically configured to detect and block SQL injection payloads targeting URL parameters.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists as detailed in the referenced security report by the researcher.

Analyst recommendation

Due to the public availability of exploit material and the lack of a vendor-supplied patch, this vulnerability poses an immediate risk to any deployment of the Online Bidding System. Organizations should prioritize isolating the affected system from public-facing networks to prevent unauthorized database access while awaiting a permanent security update.

More code-projects CVEs

Sources

Originally found and disclosed by fengyilin (VulDB User), per the CVE Program record.