CVE-2009-2034
Yogurt 0.3 - Authenticated SQL Injection via Original Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2009-2034. PoCs published by Br0ly.
AI-analyzed exploit summary The exploit demonstrates XSS and SQL injection vulnerabilities in Yogurt software. The XSS is triggered via the 'msg' parameter in index.php, while the SQLi is exploitable in writemessage.php via the 'original' parameter, both due to improper input sanitization.
Description
SQL injection vulnerability in writemessage.php in Yogurt 0.3, when register_globals is enabled, allows remote authenticated users to execute arbitrary SQL commands via the original parameter.
Exploits (1)
The exploit demonstrates XSS and SQL injection vulnerabilities in Yogurt software. The XSS is triggered via the 'msg' parameter in index.php, while the SQLi is exploitable in writemessage.php via the 'original' parameter, both due to improper input sanitization.