ghsa-fv2h-753j-9g39
Vulnerability from github
Impact
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 * items in the stored request state (AuthenticationProperties)
Patches
Patched in version 2.9.2 and 1.0.3. All previous versions are vulnerable.
Workarounds
The AcsCommandResultCreated
notification can be used to add the validation required if an upgrade to patched packages is not possible.
References
The patch is linked to https://github.com/Sustainsys/Saml2/issues/712 and https://github.com/Sustainsys/Saml2/issues/713
{ "affected": [ { "package": { "ecosystem": "NuGet", "name": "Sustainsys.Saml2" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.0.3" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "NuGet", "name": "Sustainsys.Saml2" }, "ranges": [ { "events": [ { "introduced": "2.0.0" }, { "fixed": "2.9.2" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "NuGet", "name": "Kentor.AuthServices" }, "ranges": [ { "events": [ { "introduced": "0" }, { "last_affected": "0.23.0" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-41890" ], "database_specific": { "cwe_ids": [ "CWE-289", "CWE-294" ], "github_reviewed": true, "github_reviewed_at": "2023-09-20T23:01:52Z", "nvd_published_at": "2023-09-19T15:15:52Z", "severity": "HIGH" }, "details": "### Impact\nWhen 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.\n\nAn application is impacted if they rely on any of these features in their authentication/authorization logic:\n* the issuer of the generated identity and claims\n* items in the stored request state (AuthenticationProperties)\n\n### Patches\nPatched in version 2.9.2 and 1.0.3. All previous versions are vulnerable.\n\n### Workarounds\nThe `AcsCommandResultCreated` notification can be used to add the validation required if an upgrade to patched packages is not possible.\n\n### References\nThe patch is linked to https://github.com/Sustainsys/Saml2/issues/712 and https://github.com/Sustainsys/Saml2/issues/713\n", "id": "GHSA-fv2h-753j-9g39", "modified": "2024-10-11T15:37:58Z", "published": "2023-09-20T23:01:52Z", "references": [ { "type": "WEB", "url": "https://github.com/Sustainsys/Saml2/security/advisories/GHSA-fv2h-753j-9g39" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-41890" }, { "type": "WEB", "url": "https://github.com/Sustainsys/Saml2/issues/712" }, { "type": "WEB", "url": "https://github.com/Sustainsys/Saml2/issues/713" }, { "type": "PACKAGE", "url": "https://github.com/Sustainsys/Saml2" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N", "type": "CVSS_V3" } ], "summary": "Sustainsys.Saml2 Insufficient Identity Provider Issuer Validation" }
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.