CVE-2023-3219
EventON < 2.1.2 - Unauthenticated Post Access via IDOR
Record summary
CVE-2023-3219 has a selected CVSS score of 5.3 (medium); EIP currently links 1 catalogued exploit and 1 Nuclei template.
Description
The EventON WordPress plugin before 2.1.2 does not validate that the event_id parameter in its eventon_ics_download ajax action is a valid Event, allowing unauthenticated visitors to access any Post (including unpublished or protected posts) content via the ics export functionality by providing the numeric id of the post.
Exploitation context
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
EventONDefault status: unaffected | CVE List | Before 2.1.2 | affected |
Proofs of concept
1Catalogued exploits
ExploitDBWordpress Plugin EventON Calendar 4.4 - Unauthenticated Post Access via IDORExploitDB exploitby Miguel SantarenoNot analyzed1 file
Nuclei templates
1ProjectDiscoveryMEDIUMEventON Lite < 2.1.2 - Arbitrary File DownloadCVSS 5.3
The plugin does not validate that the event_id parameter in its eventon_ics_download ajax action is a valid Event, allowing unauthenticated visitors to access any Post (including unpublished or protected posts) content via the ics export functionality by providing the numeric id of the post.
Impact
Unauthenticated attackers can exploit missing validation in the eventon_ics_download AJAX action to access any post content including unpublished or protected posts through ICS export functionality.
Remediation
Fixed in version 2.1.2
Source: ProjectDiscovery