CVE-2010-0709
Limny 2.0 - Cross-Site Request Forgery in User and Admin Actions
Title source: llmExploitation Summary
EIP tracks 2 public exploits for CVE-2010-0709. PoCs published by Luis Santana.
AI-analyzed exploit summary This exploit demonstrates a CSRF vulnerability in Limny CMS 2.0, allowing an attacker to create an administrator account via a crafted HTML form. The PoC generates a file 'pwn.html' that, when hosted and accessed by an authenticated admin, submits a form to add a new admin user.
Description
Multiple cross-site request forgery (CSRF) vulnerabilities in Limny 2.0 allow remote attackers to (1) hijack the authentication of users or administrators for requests that change the email address or password via the user action to index.php, and (2) hijack the authentication of the administrator for requests that create a new user via the admin/modules/user/new action to limny/index.php.
Exploits (2)
This exploit demonstrates a CSRF vulnerability in Limny CMS 2.0, allowing an attacker to create an administrator account via a crafted HTML form. The PoC generates a file 'pwn.html' that, when hosted and accessed by an authenticated admin, submits a form to add a new admin user.
This exploit demonstrates a CSRF vulnerability in Limny CMS 2.0, allowing an attacker to change the password and email of any user, including the administrator, via a crafted HTML form. The PoC generates a file named 'pwn.html' that automates the attack when the victim clicks the 'Save' button.