CVE-2025-9811
7.3Campcodes · Farm Management System
Campcodes Farm Management System 1.0 contains a SQL injection vulnerability in the rating argument of the reviewInput.php file, allowing remote attackers to execute arbitrary database commands.
Executive summary
A critical SQL injection vulnerability in Campcodes Farm Management System 1.0 allows unauthenticated remote attackers to manipulate database queries, posing a severe risk of data compromise.
Vulnerability
The application is susceptible to SQL injection via the rating parameter within the reviewInput.php file. This flaw permits unauthenticated remote attackers to inject malicious SQL statements directly into the backend database.
Business impact
Successful exploitation of this SQL injection vulnerability could lead to unauthorized access to sensitive agricultural data, potential modification of records, or the complete exfiltration of the backend database contents. Given the CVSS score of 7.3, this represents a high-severity risk that could facilitate further unauthorized access to the underlying server infrastructure.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict network access to the affected web interface and disable the vulnerable functionality if it is not business critical.
Proactive Monitoring: Security teams should review web server access logs for anomalous request patterns targeting reviewInput.php, particularly those containing SQL syntax characters in the rating parameter.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection patterns to provide a virtual patch until an official vendor update is released.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists as documented in the GitHub issue referenced in the vulnerability report.
Analyst recommendation
Given the availability of a public proof-of-concept and the ease of remote exploitation, organizations using Campcodes Farm Management System must prioritize limiting exposure. Until the vendor provides a formal security update, the implementation of strict WAF filtering and egress traffic monitoring is necessary to mitigate the risk of unauthorized data access.
Sources
Originally found and disclosed by Daojie Zhao (VulDB User), per the CVE Program record.