Vulnerability Description
Admidio is an open-source user management solution. Prior to version 5.0.10, `modules/sso/clients.php` validates an `adm_csrf_token` on every state-changing branch except `enable`. The `enable` case loads the SAML or OIDC client by UUID, calls `$client->enable($enabled)`, and persists the new state with no token check. Because the action is reachable via plain GET parameters, a third-party page can trick an authenticated administrator into disabling (or silently re-enabling) any configured SAML or OIDC client. Disabling an SSO client breaks every downstream relying-party application that authenticates through it. Version 5.0.10 contains a fix.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Admidio/admidio/security/advisories/GHSA-xg76-5qj2-2hhv
- https://github.com/Admidio/admidio/security/advisories/GHSA-xg76-5qj2-2hhv
FAQ
What is CVE-2026-47229?
CVE-2026-47229 is a vulnerability with a CVSS score of 5.4 (MEDIUM). Admidio is an open-source user management solution. Prior to version 5.0.10, `modules/sso/clients.php` validates an `adm_csrf_token` on every state-changing branch except `enable`. The `enable` case l...
How severe is CVE-2026-47229?
CVE-2026-47229 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47229?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.