vendor:
Pasworld
by:
Shelesh Rauthan (ShOrTy420 aKa SEB@sTiaN)
7.5
CVSS
HIGH
SQL Injection
N/A
CWE
Product Name: Pasworld
Affected Version From: All Versions
Affected Version To: All Versions
Patch Exists: NO
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Nginx/1.4.5, PHP/5.2.17, Linux - Windows
2015
Pasworld detail.php Blind Sql Injection Vulnerability
Unauthenticated SQL Injection via 'detail.php?id=' parameter. The vulnerable file is '/home/DOMAIN/domains/DOMAIN.go.th/public_html/detail.php'. The POC is 'http://127.0.0.1/detail.php?id=[SQL]'. The SQLMap command is 'python sqlmap.py --url "http://127.0.0.1/detail.php?id=[SQL]" --dbs'. The vulnerable parameter is 'id' with GET request method.
Mitigation:
Input validation and sanitization, use of prepared statements, and parameterized queries.