vendor:
Phpscript-sgh
by:
KeopssGroup0day,Inc
8.8
CVSS
HIGH
Time-based Blind SQL Injection
89
CWE
Product Name: Phpscript-sgh
Affected Version From: 0.1.0
Affected Version To: 0.1.0
Patch Exists: NO
Related CWE: N/A
CPE: a:geraked:phpscript-sgh:0.1.0
Metasploit:
N/A
Other Scripts:
N/A
Platforms Tested: Kali Linux
2020
Phpscript-sgh 0.1.0 – Time Based Blind SQL Injection
The vulnerability exists due to insufficient sanitization of user-supplied input in the 'id' parameter of the 'admins.php' script. A remote attacker can execute arbitrary SQL commands in the application's database, cause denial of service, bypass certain security restrictions, access, modify or delete data, or exploit latent vulnerabilities in the underlying database. The attacker can also gain access to the application's administrative panel.
Mitigation:
Input validation should be used to prevent the execution of malicious SQL code. The application should use parameterized queries (prepared statements) to prevent SQL injection.