Exploit Geeklog 1.3.7 - 'comment.php?cid' Cross-Site Scripting

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
22165
Проверка EDB
  1. Пройдено
Автор
SNOOQ
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
cve-2003-1347
Дата публикации
2003-01-14
Код:
source: https://www.securityfocus.com/bid/6603/info

Geeklog is prone to a cross-site scripting vulnerability in the 'comment.php' script.

This issue is due to insufficient sanitization of input submitted in URI parameters. As a result, an attacker may create a malicious link to a site hosting Geeklog, which contains malicious HTML or script code.

When such a link is visited by an unsuspecting user, attacker-supplied script code will be interpreted by their web client.

http://www.example.com//comment.php?mode=Delete&sid=1&cid=<script>alert(document.cookie)</script>
 
Источник
www.exploit-db.com

Похожие темы