Skip to main content

Authentication Bypass by Alternate Name

CVE-2023-41890

Severity High
Score 7.5/10

Summary

Sustainsys.Saml2 library adds SAML2P support to ASP.NET websites, allowing the website to act as a SAML2 Service Provider. In versions prior to 1.0.3, and 2.x prior to 2.9.2, when a response is processed, the issuer of the Identity Provider is not sufficiently validated. This could allow a malicious identity provider to craft a Saml2 response that is processed as if issued by another identity provider. It is also possible for a malicious end user to cause stored state intended for one identity provider to be used when processing the response from another provider. An application is impacted if they rely on any of these features in their authentication/authorization logic: the issuer of the generated identity and claims; or items in the stored request state (c). The `AcsCommandResultCreated` notification can be used to add the validation required if an upgrade to patched packages is not possible.

  • LOW
  • NETWORK
  • HIGH
  • UNCHANGED
  • NONE
  • NONE
  • NONE
  • NONE

CWE-289 - Authentication Bypass by Alternate Name

The software performs authentication based on the name of a resource being accessed, or the name of the actor performing the access, but it does not properly check all possible names for that resource or actor.

Advisory Timeline

  • Published