Vulnerability Description
Admidio is an open-source user management solution. Prior to version 5.0.9, Role::stopMembership() does not verify whether removing a user from the administrator role leaves zero administrators. The deprecated Membership::stopMembership() contains this safety check, but the current code path bypasses it. Any administrator can remove the last remaining other administrator, locking the entire system out of administrative access. The exploit does not require concurrent requests; sequential removals produce the same result. 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-c7xm-r6vj-8vg6
- https://github.com/Admidio/admidio/security/advisories/GHSA-c7xm-r6vj-8vg6
FAQ
What is CVE-2026-41662?
CVE-2026-41662 is a vulnerability with a CVSS score of 5.2 (MEDIUM). Admidio is an open-source user management solution. Prior to version 5.0.9, Role::stopMembership() does not verify whether removing a user from the administrator role leaves zero administrators. The d...
How severe is CVE-2026-41662?
CVE-2026-41662 has been rated MEDIUM with a CVSS base score of 5.2/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-41662?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.