Vulnerability Description
Admidio is an open-source user management solution. Prior to version 5.0.10, the sensitive `mode=export` action in `modules/sso/keys.php` exports a PKCS#12 bundle containing the configured private key and certificate, but the CSRF validation line is commented out. A forged cross-site POST from an administrator session can therefore trigger private key export without a valid form token. Version 5.0.10 contains a fix.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/Admidio/admidio/blob/v5.0.9/modules/sso/keys.php#L83-L94
- https://github.com/Admidio/admidio/blob/v5.0.9/src/SSO/Service/KeyService.php#L1
- https://github.com/Admidio/admidio/security/advisories/GHSA-4rgq-38mh-9xqg
- https://github.com/Admidio/admidio/security/advisories/GHSA-4rgq-38mh-9xqg
FAQ
What is CVE-2026-47232?
CVE-2026-47232 is a vulnerability with a CVSS score of 4.3 (MEDIUM). Admidio is an open-source user management solution. Prior to version 5.0.10, the sensitive `mode=export` action in `modules/sso/keys.php` exports a PKCS#12 bundle containing the configured private key...
How severe is CVE-2026-47232?
CVE-2026-47232 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-47232?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.