CyberRota Analysis
AI-GeneratedAn insecure direct object reference vulnerability in Attendize allows authenticated event organizers to import attendees into events they do not own, as the system fails to verify ownership when accessing the postImportAttendee endpoint. This flaw enables attackers to manipulate event data across different accounts, potentially leading to unauthorized access and data integrity issues. Organizations using Attendize should prioritize addressing this vulnerability to prevent abuse of event management functionalities.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
An insecure direct object reference vulnerability in Attendize through commit 9289acb allows any authenticated event organiser to bulk import attendees into events belonging to other accounts via the postImportAttendee endpoint. The endpoint loads the target event by ID without verifying ownership against the requesting organiser account. An attacker can inject bulk attendee data into any event in the system regardless of account boundaries.