CVE-2026-2865
7.3itsourcecode · Agri-Trading Online Shopping System
The Agri-Trading Online Shopping System is vulnerable to remote SQL injection in the admin/productcontroller.php file, allowing unauthenticated attackers to manipulate the Product argument.
Executive summary
The itsourcecode Agri-Trading Online Shopping System contains a critical SQL injection vulnerability that allows unauthenticated remote attackers to compromise database integrity.
Vulnerability
This vulnerability is a SQL injection flaw located in the admin/productcontroller.php file, specifically within the HTTP POST request handler. An unauthenticated attacker can exploit this by injecting malicious SQL commands into the Product argument.
Business impact
The ability for an unauthenticated attacker to perform SQL injection poses a significant risk to the confidentiality and integrity of the application database. Successful exploitation could lead to unauthorized data exfiltration, modification of product listings, or potential administrative account compromise, resulting in severe reputational damage and service disruption. The CVSS score of 7.3 reflects a high severity rating due to the remote, unauthenticated attack vector.
Remediation
Immediate Action: As no official patch is currently available, administrators should restrict access to the affected administrative directories and implement strict input validation on the Product parameter.
Proactive Monitoring: Monitor server access logs for anomalous POST requests to the admin/productcontroller.php endpoint, specifically looking for characters common in SQL injection attacks such as single quotes, semicolons, or SQL keywords.
Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to detect and block SQL injection patterns targeting POST parameters.
Exploitation status
Public Exploit Available: Yes, a published proof-of-concept exists and is attributed to the technical write-up provided in the referenced GitHub issue.
Analyst recommendation
Given the availability of a public proof-of-concept and the ease of exploitation over a network, this vulnerability presents a clear and present danger to affected systems. Organizations running version 1.0 of the Agri-Trading Online Shopping System should prioritize isolating the affected component and applying strict firewall filtering immediately until a vendor-supplied security patch is released.
More itsourcecode CVEs
Sources
Originally found and disclosed by wanyan (VulDB User), per the CVE Program record.
- VDB-347104 | itsourcecode Agri-Trading Online Shopping System HTTP POST Request productcontroller.php sql injection Vulnerability database entry
- VDB-347104 | CTI Indicators (IOB, IOC, TTP, IOA)
- Submit #754556 | itsourcecode Agri-Trading Online Shopping System Project v1.0 SQL Injection Third-party advisory
- Exploit / PoC
- itsourcecode.com