Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Admidio/admidio/releases/tag/v5.0.9
- https://github.com/Admidio/admidio/security/advisories/GHSA-g8p8-94f2-28gr
- https://github.com/Admidio/admidio/security/advisories/GHSA-g8p8-94f2-28gr
FAQ
What is CVE-2026-41657?
CVE-2026-41657 is a vulnerability with a CVSS score of 4.9 (MEDIUM). 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) th...
How severe is CVE-2026-41657?
CVE-2026-41657 has been rated MEDIUM with a CVSS base score of 4.9/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41657?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.