CVE-2026-9098 PUBLISHED

CVE-2026-9098

Assigner: certcc
Reserved: 20.05.2026 Published: 28.05.2026 Updated: 28.05.2026

In Casdoor versions 2.362.0 and earlier, the SAML callback handler in controllers/auth.go accepts any well-formed SAMLResponse sent to /api/acs without verifying that it corresponds to an AuthnRequest previously issued by Casdoor. Additionally, if an administrator disables or deletes an IdP (Identity Provider) after a SAML flow has started, the handler still processes the response using the provider snapshot loaded at the start of the request. As a result, an attacker controlling a registered upstream IdP can send unsolicited SAML responses, or replay a legitimately captured response in a different session or after the original flow has ended. In both cases, Casdoor accepts the response and issues a session, enabling persistent unauthorized access.

Product Status

Vendor Casdoor
Product Casdoor
Versions
  • affected from 0 to 2.362.0 (incl.)

References

Problem Types

  • CWE-346 Origin Validation Error