Admidio is an open-source user management solution. Prior to version 5.0.9, the contacts_data.php endpoint uses a weaker permission check (isAdministratorUsers(), requiring only rol_edit_user=true) than the frontend UI (contacts.php) which correctly requires the stronger isAdministrator() (requiring rol_administrator=true) and the contacts_show_all system setting. A user manager who is not a full administrator can directly request contacts_data.php?mem_show_filter=3 to retrieve all user records across all organizations in the Admidio instance, bypassing multi-tenant organization isolation. This issue has been patched in version 5.0.9.
References
Configurations
No configuration.
History
07 May 2026, 14:51
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-05-07 04:16
Updated : 2026-05-07 14:51
NVD link : CVE-2026-41657
Mitre link : CVE-2026-41657
CVE.ORG link : CVE-2026-41657
JSON object : View
Products Affected
No product.
CWE
CWE-863
Incorrect Authorization
