Skip to content

Subject Confirmation Method not Validated

Low
AndersAbel published GHSA-9475-xg6m-j7pw Apr 21, 2020

Package

nuget Sustainsys.Saml2 (Nuget)

Affected versions

<1.0.2, 2.0.0-2.6.0

Patched versions

1.0.2, 2.7.0

Description

Impact

Saml2 tokens are usually used as bearer tokens - a caller that presents a token is assumed to be the subject of the token. There is also support in the Saml2 protocol for issuing tokens that is tied to a subject through other means, e.g. holder-of-key where possession of a private key must be proved.
The Sustainsys.Saml2 library incorrectly treats all incoming tokens as bearer tokens, even though they have another subject confirmation method specified. This could be used by an attacker that could get access to Saml2 tokens with another subject confirmation method than bearer. The attacker could then use such a tocken to create a log in session.

Patches

Version 1.0.2 and 2.7.0 are patched.

Workarounds

Ensure that any IdentityProvider trusted by the Sustainsys.Saml2 SP only issues bearer tokens if the audience matches the Sustainsys.Saml2 SP.

For more information

If you have any questions or comments about this advisory:

Severity

Low

CVE ID

CVE-2020-5268

Weaknesses

No CWEs