vendor:
Xoops
by:
UniquE-Key
7.5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Xoops
Affected Version From: All Version
Affected Version To: All Version
Patch Exists: NO
Related CWE:
CPE:
Platforms Tested:
2007
Xoops All Version -Articles- Print.PHP (ID) Blind SQL Injection Exploit And PoC
Blind SQL Injection exploit and proof of concept for Xoops All Version -Articles- Print.PHP (ID). The exploit allows an attacker to execute arbitrary SQL queries by injecting malicious code into the 'id' parameter of the print.php page. The proof of concept URL demonstrates the exploitation of the vulnerability by injecting a UNION SELECT statement. The exploit is coded in Perl and uses IO::Socket module to send HTTP requests to the target server.
Mitigation:
To mitigate this vulnerability, the vendor should sanitize user input and use prepared statements or parameterized queries to prevent SQL injection attacks. Additionally, regular security audits and vulnerability assessments should be conducted to identify and patch any vulnerabilities.