CVE Catalog

CVE-2026-47229

MediumCVSS 5.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.10%

1th percentile - higher than 1% of all known CVEs

Summary

Admidio prior to version 5.0.10 lacks CSRF token validation in `modules/sso/clients.php` for the `enable` action. 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 re-enabling any configured SAML or OIDC client.

Risk Assessment

Disabling an SSO client can break every downstream relying-party application that authenticates through it, causing service disruption.

Recommendation

Upgrade Admidio to version 5.0.10 or later, which includes a fix.

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS