CVE-2025-10808
7.3Campcodes · Farm Management System
Campcodes Farm Management System 1.0 is vulnerable to SQL injection via the Type argument in the uploadProduct.php file, allowing remote attackers to execute unauthorized database queries.
Executive summary
Campcodes Farm Management System version 1.0 contains a critical SQL injection vulnerability that allows remote, unauthenticated attackers to manipulate database queries.
Vulnerability
This vulnerability is a SQL injection flaw (CWE-89) located in the uploadProduct.php file. An unauthenticated attacker can exploit this by manipulating the Type parameter to execute arbitrary SQL commands.
Business impact
The ability to perform SQL injection allows an attacker to interact directly with the backend database. This could lead to the unauthorized disclosure of sensitive agricultural or user data, modification of system records, or potential bypass of authentication mechanisms. Given the CVSS score of 7.3, this represents a high risk to the confidentiality and integrity of the application.
Remediation
Immediate Action: Since no official patch is currently available, administrators should restrict access to the uploadProduct.php file or disable the affected functionality until a security update is released by the vendor.
Proactive Monitoring: Review web server access logs for suspicious patterns, specifically looking for SQL-related keywords or unusual characters within the Type parameter of requests directed at uploadProduct.php.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block common SQL injection payloads targeting the application.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the research write-up found at the provided GitHub reference.
Analyst recommendation
The presence of a public proof-of-concept combined with the unauthenticated nature of this vulnerability necessitates immediate defensive action. Organizations utilizing Campcodes Farm Management System 1.0 must prioritize the implementation of compensating controls, such as WAF filtering, while actively monitoring for a vendor-supplied patch. Failure to mitigate this exposure increases the likelihood of unauthorized database access.
Sources
Originally found and disclosed by EvnYeung (VulDB User), per the CVE Program record.