WordPress VideoWhisper Video...

- AV AC AU C I A
发布: 2025-04-13
修订: 2025-04-13

<ul><li>/vp/vw_upload.php</li></ul><pre class="">&lt;?php if ($_GET["room"]) $room=$_GET["room"]; if ($_POST["room"]) $room=$_POST["room"]; $filename=$_FILES['vw_file']['name']; include_once("incsan.php"); sanV($room); if (!$room) exit; sanV($filename); if (strstr($filename,".php")) $filename = ""; //duplicate php extension not allowed due to vulnerabilities of older web servers if (!$filename) exit; $destination="uploads/".$room."/"; if ($_GET["slides"]) $destination .= "slides/"; $ext=strtolower(substr($filename,-4)); $allowed=array(".swf",".zip",".rar",".jpg","jpeg",".png",".gif",".txt",".doc","docx",".htm","html",".pdf",".mp3",".flv",".avi",".mpg",".ppt",".pps"); if (in_array($ext,$allowed)) move_uploaded_file($_FILES['vw_file']['tmp_name'], $destination . $filename); ?&gt;loadstatus=1 </pre><p>当用户上传phtml文件的时候,$ext为html,绕过检测。</p><p>使用payload上传文件:</p><pre class="">&lt;form action="http://10.211.55.3/wordpress/wp-content/plugins/videowhisper-video-presentation/vp/vw_upload.php"...

0%
暂无可用Exp或PoC
当前有0条受影响产品信息