cvedb.io
CVE-2026-30927
MEDIUM · CVSS 5.4
EPSS exploitation probability: 0%
Published 2026-03-10T17:40:16.520 · Last modified 2026-06-17T10:33:09.900

Summary

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.

Affected products

admidio — admidio

Does this affect you?

Add your gear to cvedb and we'll alert you only when admidio ships something exploited.

Check my exposure →

References

This product uses data from the NVD API but is not endorsed or certified by the NVD. Informational only; not professional security advice.