CVE-2025-8333

7.3

code-projects · Online Farm System

A SQL injection vulnerability in the categoryvalue.php file of code-projects Online Farm System 1.0 allows remote, unauthenticated attackers to manipulate database queries via the Value argument.

Executive summary

The Online Farm System 1.0 contains a critical SQL injection vulnerability that permits unauthenticated remote attackers to manipulate backend database queries.

Vulnerability

This is a SQL injection flaw (CWE-89) located within the categoryvalue.php script. An unauthenticated attacker can supply malicious input to the Value argument to execute unauthorized database commands.

Business impact

Successful exploitation of this vulnerability can lead to unauthorized data exposure, modification, or deletion within the system database. Given the CVSS score of 7.3, this represents a high-risk security gap that could compromise the integrity and confidentiality of the entire application, potentially resulting in complete system takeover or sensitive information theft.

Remediation

Immediate Action: As no official patch is currently available, administrators should immediately restrict access to the affected script or disable the vulnerable component.

Proactive Monitoring: Security teams should monitor web server logs for suspicious HTTP requests containing SQL syntax patterns targeted at the categoryvalue.php endpoint.

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

Exploitation status

Public Exploit Available: Yes, a public proof-of-concept exists, as documented in the research write-up at 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 threat. Administrators must prioritize isolating the affected application from public networks until a vendor-supplied security patch is released and verified. Continuous monitoring of the application environment for signs of unauthorized database interaction is essential until full remediation is achieved.

More code-projects CVEs

Sources

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