Admidio: Event participation IDOR - non-leaders can register other users for events via user_uuid parameter
Description
Admidio is an open-source user management solution. Prior to 5.0.6, in modules/events/events_function.php, the event participation logic allows any user who can participate in an event to register OTHER users by manipulating the user_uuid GET parameter. The condition uses || (OR), meaning if possibleToParticipate() returns true (event is open for participation), ANY user - not just leaders - can specify a different user_uuid and register/cancel participation for that user. The code then operates on $user->getValue('usr_id') (the target user from user_uuid) rather than the current user. This vulnerability is fixed in 5.0.6.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
admidio/admidioPackagist | < 5.0.6 | 5.0.6 |
Affected products
2Patches
Vulnerability mechanics
References
5- github.com/advisories/GHSA-7pfv-hr63-h7cwghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-30927ghsaADVISORY
- github.com/Admidio/admidio/commit/e47f70cc3cbcdb39635fdbaaef02d19f604b8c3eghsax_refsource_MISCWEB
- github.com/Admidio/admidio/issues/1985ghsax_refsource_MISCWEB
- github.com/Admidio/admidio/security/advisories/GHSA-7pfv-hr63-h7cwghsax_refsource_CONFIRMWEB
News mentions
0No linked articles in our index yet.