CVE-2005-2113
XOOPS <= 2.0.11 - SQL Injection via XMLRPC LoginUser Function
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2005-2113. PoCs published by RusH.
AI-analyzed exploit summary This exploit targets a SQL injection vulnerability in Xoops <= 2.0.11 via the xmlrpc.php endpoint. It performs a blind SQL injection to extract user password hashes by brute-forcing each character of the hash.
Description
SQL injection vulnerability in the loginUser function in the XMLRPC server in XOOPS 2.0.11 and earlier allows remote attackers to execute arbitrary SQL commands and bypass authentication via crafted values in an XML file, as demonstrated using the blogger.getPost method.
Exploits (2)
This exploit targets a SQL injection vulnerability in Xoops <= 2.0.11 via the xmlrpc.php endpoint. It performs a blind SQL injection to extract user password hashes by brute-forcing each character of the hash.
This is a detailed technical writeup describing multiple vulnerabilities in XOOPS, including SQL injection via XMLRPC and cross-site scripting (XSS) flaws. It provides specific exploit examples, affected code snippets, and mitigation steps.