From db0462dfcc195d7ca73636b32af6e121a3403f06 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:07:48 +0000 Subject: [PATCH] Publish Advisories GHSA-q65m-pv3f-wr5r GHSA-cqff-fx2x-p86v --- .../GHSA-q65m-pv3f-wr5r.json | 10 ++++++++- .../GHSA-cqff-fx2x-p86v.json | 21 ++++++++++++++++--- 2 files changed, 27 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2020/02/GHSA-q65m-pv3f-wr5r/GHSA-q65m-pv3f-wr5r.json b/advisories/github-reviewed/2020/02/GHSA-q65m-pv3f-wr5r/GHSA-q65m-pv3f-wr5r.json index 1a779d878e8..d2cf5d31cf7 100644 --- a/advisories/github-reviewed/2020/02/GHSA-q65m-pv3f-wr5r/GHSA-q65m-pv3f-wr5r.json +++ b/advisories/github-reviewed/2020/02/GHSA-q65m-pv3f-wr5r/GHSA-q65m-pv3f-wr5r.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-q65m-pv3f-wr5r", - "modified": "2022-10-07T13:11:43Z", + "modified": "2024-09-13T15:05:52Z", "published": "2020-02-24T17:33:44Z", "aliases": [ "CVE-2020-6802" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:L/SI:L/SA:N" } ], "affected": [ @@ -64,6 +68,10 @@ "type": "PACKAGE", "url": "https://github.com/mozilla/bleach" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/bleach/PYSEC-2020-27.yaml" + }, { "type": "WEB", "url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/72R4VFFHDRSQMNT7IZU3X2755ZP4HGNI" diff --git a/advisories/github-reviewed/2021/03/GHSA-cqff-fx2x-p86v/GHSA-cqff-fx2x-p86v.json b/advisories/github-reviewed/2021/03/GHSA-cqff-fx2x-p86v/GHSA-cqff-fx2x-p86v.json index b538fdbe2d4..cb2a2011f83 100644 --- a/advisories/github-reviewed/2021/03/GHSA-cqff-fx2x-p86v/GHSA-cqff-fx2x-p86v.json +++ b/advisories/github-reviewed/2021/03/GHSA-cqff-fx2x-p86v/GHSA-cqff-fx2x-p86v.json @@ -1,15 +1,22 @@ { "schema_version": "1.4.0", "id": "GHSA-cqff-fx2x-p86v", - "modified": "2021-03-08T15:48:55Z", + "modified": "2024-09-13T15:07:22Z", "published": "2021-03-08T15:50:10Z", "aliases": [ ], - "summary": "Improper Authentication", + "summary": "botframework-connector vulnerable to Improper Authentication", "details": "### Impact\nA maliciously crafted claim may be incorrectly authenticated by the bot. Impacts bots that are not configured to be used as a Skill. This vulnerability requires an attacker to have internal knowledge of the bot.\n\n### Patches\nThe problem has been patched in all affected versions. Please see the list of patched versions for the most appropiate one for your individual case.\n\n### Workarounds\nUsers who do not wish or are not able to upgrade can add an authentication configuration containing ClaimsValidator, which throws an exception if Claims are Skill Claims. \n\nFor detailed instructions, see the link in the References section.\n\n### For more information\nIf you have any questions or comments about this advisory:\n* Open an issue in [Microsoft Bot Builder SDK](https://github.com/microsoft/botframework-sdk)\n* Email us at [bf-reports@microsoft.com](mailto:bf-reports@microsoft.com)", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:N/I:H/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N" + } ], "affected": [ { @@ -104,6 +111,14 @@ "type": "WEB", "url": "https://github.com/microsoft/botbuilder-python/blob/main/doc/SkillClaimsValidation.md" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/botframework-connector/PYSEC-2021-422.yaml" + }, + { + "type": "WEB", + "url": "https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2021-1725" + }, { "type": "WEB", "url": "https://pypi.org/project/botframework-connector"