vendor:
Garbage Collection Management System
by:
ircashem
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Garbage Collection Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:garbage_collection_management_system
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Ubuntu 20.04
2021
Garbage Collection Management System 1.0 – SQL Injection (Unauthenticated)
An unauthenticated SQL injection vulnerability exists in Garbage Collection Management System 1.0. An attacker can send a specially crafted HTTP POST request to the login.php page with malicious SQL payload in the username and password fields to execute arbitrary SQL commands on the underlying database.
Mitigation:
Input validation should be used to prevent SQL injection attacks. All user-supplied input should be validated and filtered before being used in SQL queries.