vendor:
Online AgroCulture Farm Management System in PHP/MySQL
by:
BKpatron
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Online AgroCulture Farm Management System in PHP/MySQL
Affected Version From: v1.0
Affected Version To: v1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:online_agroculture_farm_management_system_in_php/mysql:1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Win 10
2020
Online AgroCulture Farm Management System 1.0 – ‘pid’ SQL Injection
The Online AgroCulture Farm Management System v1.0 application is vulnerable to SQL injection via the 'pid' parameter on the review.php page. The application is vulnerable to boolean-based blind, error-based, time-based blind and UNION query injection attacks. The back-end DBMS is MySQL and the web application technology is PHP, Apache 2.4.39, PHP 7.2.18.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in an SQL query.