CVE-2012-2234
TeamPass < 2.1.6 - Authenticated Cross-Site Scripting via Login Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2012-2234. PoCs published by Marcos Garcia.
AI-analyzed exploit summary This exploit demonstrates an HTML injection vulnerability in TeamPass 2.1.5 by sending a crafted POST request to 'users.queries.php' with malicious input in the 'login' parameter. The lack of input sanitization allows arbitrary HTML/JavaScript execution in the context of the affected site.
Description
Cross-site scripting (XSS) vulnerability in sources/users.queries.php in TeamPass before 2.1.6 allows remote authenticated users to inject arbitrary web script or HTML via the login parameter in an add_new_user action.
Exploits (1)
This exploit demonstrates an HTML injection vulnerability in TeamPass 2.1.5 by sending a crafted POST request to 'users.queries.php' with malicious input in the 'login' parameter. The lack of input sanitization allows arbitrary HTML/JavaScript execution in the context of the affected site.