Advisory Database
  • Advisories
  • Dependency Scanning
  1. composer
  2. ›
  3. admidio/admidio
  4. ›
  5. CVE-2026-47229

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

May 29, 2026

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.

References

  • github.com/Admidio/admidio/security/advisories/GHSA-xg76-5qj2-2hhv
  • github.com/advisories/GHSA-xg76-5qj2-2hhv
  • nvd.nist.gov/vuln/detail/CVE-2026-47229

Code Behaviors & Features

Detect and mitigate CVE-2026-47229 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 5.0.10

Fixed versions

  • 5.0.10

Solution

Upgrade to version 5.0.10 or above.

Impact 5.4 MEDIUM

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

Learn more about CVSS

Weakness

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

Source file

packagist/admidio/admidio/CVE-2026-47229.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sat, 13 Jun 2026 00:17:42 +0000.