Vulnerability Description
Casdoor versions 2.362.0 and earlier map SAML assertions to user sessions without replay protection. The ParseSamlResponse() function in object/saml_sp.go calls sp.RetrieveAssertionInfo() and immediately maps the result to a user session. There is no assertion ID cache, OneTimeUse condition enforcement, or replay detection anywhere in the SAML SP code path. As a result, an attacker can replay a previously captured SAML assertion to obtain an authenticated session for the assertion’s subject, including administrator accounts, without needing the user’s password or MFA credentials.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2026-9095?
CVE-2026-9095 is a vulnerability with a CVSS score of 8.1 (HIGH). Casdoor versions 2.362.0 and earlier map SAML assertions to user sessions without replay protection. The ParseSamlResponse() function in object/saml_sp.go calls sp.RetrieveAssertionInfo() and immediat...
How severe is CVE-2026-9095?
CVE-2026-9095 has been rated HIGH with a CVSS base score of 8.1/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-9095?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.