CVE-2025-10791

7.3

code-projects · Online Bidding System

A SQL injection vulnerability in the Online Bidding System 1.0 allows unauthenticated remote attackers to execute arbitrary database queries via the aduser parameter in the index.php file.

Executive summary

The code-projects Online Bidding System 1.0 is vulnerable to unauthenticated SQL injection, posing a critical risk of complete database compromise and unauthorized system access.

Vulnerability

This is a SQL injection vulnerability (CWE-89) located in the aduser parameter of the /administrator/index.php file. The application fails to properly sanitize user-supplied input, allowing an unauthenticated attacker to manipulate database queries.

Business impact

Successful exploitation of this vulnerability allows an attacker to extract sensitive information, modify or delete database content, and potentially gain full control over the application backend. With a CVSS score of 7.3, this flaw represents a high-severity risk that could lead to significant data breaches, loss of intellectual property, and prolonged operational disruption.

Remediation

Immediate Action: As no official vendor patch is currently available, administrators should restrict network access to the /administrator/ directory to trusted internal IP addresses only. If possible, consider disabling the vulnerable application until a secure version is released.

Proactive Monitoring: Review web server access logs for anomalous POST requests to the index.php endpoint containing SQL syntax characters such as single quotes, semicolons, or sleep commands. Monitor database logs for unusual query patterns or unauthorized access attempts.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection payloads targeting the aduser parameter.

Exploitation status

Public Exploit Available: Yes, a published proof-of-concept exists, as documented in the linked security researcher write-up on GitHub.

Analyst recommendation

Given the availability of public proof-of-concept code and the ease of exploitation, this vulnerability poses a severe threat to any deployment of the Online Bidding System. Organizations should prioritize implementing strict network access controls immediately and monitor for signs of attempted exploitation while awaiting a vendor-supplied security update.

More code-projects CVEs

Sources

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