vendor:
Traffic Offense Management System
by:
Tagoletta (Tağmaç)
9,8
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Traffic Offense Management System
Affected Version From: 1.0
Affected Version To: 1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:sourcecodester:traffic_offense_management_system:1.0
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Linux
2021
Traffic Offense Management System 1.0 – SQLi to Remote Code Execution (RCE) (Unauthenticated)
This exploit allows an unauthenticated attacker to execute arbitrary code on the vulnerable system by exploiting a SQL injection vulnerability in the Traffic Offense Management System 1.0. The attacker can bypass the authentication process by sending a crafted SQL query to the Login.php page. The attacker can then find the path of the vulnerable system and send a malicious payload to the server, which will be written to a file and executed.
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. Additionally, the application should use parameterized queries to prevent SQL injection attacks.