From 65420da06ed08f0e0e51964638346381144b3782 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 21:02:08 +0000 Subject: [PATCH] Publish GHSA-8jjf-w7j6-323c --- .../GHSA-8jjf-w7j6-323c.json | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/advisories/github-reviewed/2018/01/GHSA-8jjf-w7j6-323c/GHSA-8jjf-w7j6-323c.json b/advisories/github-reviewed/2018/01/GHSA-8jjf-w7j6-323c/GHSA-8jjf-w7j6-323c.json index c1f8f4fe920..f07bdb83c4c 100644 --- a/advisories/github-reviewed/2018/01/GHSA-8jjf-w7j6-323c/GHSA-8jjf-w7j6-323c.json +++ b/advisories/github-reviewed/2018/01/GHSA-8jjf-w7j6-323c/GHSA-8jjf-w7j6-323c.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-8jjf-w7j6-323c", - "modified": "2022-08-03T16:25:04Z", + "modified": "2023-08-18T21:00:53Z", "published": "2018-01-04T21:03:33Z", "aliases": [ "CVE-2017-1000452" ], "summary": "Samlify vulnerable to Authentication Bypass by allowing tokens to be reused with different usernames", - "details": "Versions of `samlify` prior to 2.3.0 are vulnerable to Authentication Bypass. The package fails to prevent XML Signature Wrapping, allowing tokens to be reused with different usernames. A remote attacker can modify SAML content for a SAML service provider without invalidating the cryptographic signature, which may allow attackers to bypass primary authentication for the affected SAML service provider.\n\n\n## Recommendation\n\nUpgrade to version 2.3.0 or later", + "details": "Versions of `samlify` prior to 2.4.0-rc5 are vulnerable to Authentication Bypass. The package fails to prevent XML Signature Wrapping, allowing tokens to be reused with different usernames. A remote attacker can modify SAML content for a SAML service provider without invalidating the cryptographic signature, which may allow attackers to bypass primary authentication for the affected SAML service provider.\n\n\n## Recommendation\n\nUpgrade to version 2.4.0-rc5 or later", "severity": [ { "type": "CVSS_V3", @@ -20,6 +20,11 @@ "ecosystem": "npm", "name": "samlify" }, + "ecosystem_specific": { + "affected_functions": [ + "" + ] + }, "ranges": [ { "type": "ECOSYSTEM", @@ -28,7 +33,7 @@ "introduced": "0" }, { - "fixed": "2.3.0" + "fixed": "2.4.0-rc5" } ] } @@ -42,11 +47,11 @@ }, { "type": "WEB", - "url": "https://hackerone.com/reports/356284" + "url": "https://github.com/tngan/samlify/commit/d382bbc7c6b8ea889839ae1f178730c25b09eb42" }, { - "type": "ADVISORY", - "url": "https://github.com/advisories/GHSA-8jjf-w7j6-323c" + "type": "WEB", + "url": "https://hackerone.com/reports/356284" }, { "type": "PACKAGE", @@ -54,11 +59,11 @@ }, { "type": "WEB", - "url": "https://github.com/tngan/samlify/releases/tag/v2.3.0" + "url": "https://github.com/tngan/samlify/compare/v2.4.0-rc4...v2.4.0-rc5" }, { "type": "WEB", - "url": "https://www.npmjs.com/advisories/969" + "url": "https://github.com/tngan/samlify/releases/tag/v2.4.0-rc5" }, { "type": "WEB", @@ -67,6 +72,7 @@ ], "database_specific": { "cwe_ids": [ + "CWE-347", "CWE-91" ], "severity": "HIGH",