Cross-site request forgery in Admidio - CVE-2026-47232
Published: May 25, 2026
Admidio
Detailed vulnerability description
The vulnerability allows a remote attacker to trigger unauthorized export of a PKCS#12 bundle containing the private key and certificate.
The vulnerability exists due to cross-site request forgery in modules/sso/keys.php export action when processing a cross-site POST request from an administrator session. A remote attacker can cause the victim's browser to send a specially crafted request to trigger unauthorized export of a PKCS#12 bundle containing the private key and certificate.
Same-origin policy normally prevents direct cross-site reading of the response.