CVE-2026-47229 PUBLISHED

Admidio: CSRF in SSO client `enable` action toggles SAML/OIDC clients without token validation

Assigner: GitHub_M
Reserved: 18.05.2026 Published: 12.08.2026 Updated: 12.08.2026

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.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L
CVSS Score: 5.4

Product Status

Vendor Admidio
Product admidio
Versions
  • Version < 5.0.10 is affected

References

Problem Types

  • CWE-352: Cross-Site Request Forgery (CSRF) CWE