CVE-2025-10829

7.3

Campcodes · Computer Sales and Inventory System

A SQL injection vulnerability in Campcodes Computer Sales and Inventory System 1.0 allows remote attackers to manipulate the ID argument in the sup_edit1.php file.

Executive summary

A critical SQL injection vulnerability in Campcodes Computer Sales and Inventory System 1.0 exposes the application to remote data manipulation and unauthorized database access.

Vulnerability

This vulnerability is a SQL injection flaw located in the /pages/sup_edit1.php file. An unauthenticated remote attacker can inject malicious SQL commands by manipulating the ID parameter.

Business impact

The vulnerability carries a CVSS score of 7.3, indicating a high severity risk that could lead to unauthorized data disclosure, modification, or destruction of inventory records. Successful exploitation allows for complete interaction with the backend database, which may result in significant operational disruption and the compromise of sensitive business information.

Remediation

Immediate Action: As no official vendor patch is currently available, administrators should restrict network access to the application or disable the vulnerable /pages/sup_edit1.php file if it is not business-critical.

Proactive Monitoring: Review web server access logs for anomalous requests containing SQL syntax or unusual characters directed at the sup_edit1.php endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns targeting the identified vulnerable argument.

Exploitation status

Public Exploit Available: Yes, a public proof-of-concept exists as detailed in the referenced GitHub repository.

Analyst recommendation

Given the availability of a public proof-of-concept and the ease of exploitation, this vulnerability poses a significant risk to affected installations. Organizations must prioritize limiting exposure by placing the application behind a WAF or restricting network access until the vendor releases a security update. Continuous monitoring of logs for signs of database probing is advised until remediation is confirmed.

Sources

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