From bf979623082141d10d2785961667bb6a9de69177 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:54:06 +0000 Subject: [PATCH] Publish Advisories GHSA-c4rh-4376-gff4 GHSA-j3f7-7rmc-6wqj GHSA-5x6q-ffwj-8vcf --- .../GHSA-c4rh-4376-gff4/GHSA-c4rh-4376-gff4.json | 14 +++++++++++++- .../GHSA-j3f7-7rmc-6wqj/GHSA-j3f7-7rmc-6wqj.json | 4 ++-- .../GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json | 14 +++++++++++++- 3 files changed, 28 insertions(+), 4 deletions(-) diff --git a/advisories/github-reviewed/2021/11/GHSA-c4rh-4376-gff4/GHSA-c4rh-4376-gff4.json b/advisories/github-reviewed/2021/11/GHSA-c4rh-4376-gff4/GHSA-c4rh-4376-gff4.json index e70fb894ffb..ba3e05737d1 100644 --- a/advisories/github-reviewed/2021/11/GHSA-c4rh-4376-gff4/GHSA-c4rh-4376-gff4.json +++ b/advisories/github-reviewed/2021/11/GHSA-c4rh-4376-gff4/GHSA-c4rh-4376-gff4.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-c4rh-4376-gff4", - "modified": "2021-12-03T15:22:02Z", + "modified": "2024-09-12T20:53:25Z", "published": "2021-11-24T21:12:04Z", "aliases": [ "CVE-2021-40830" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.1/AV:A/AC:H/PR:H/UI:R/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ @@ -90,6 +94,10 @@ "type": "WEB", "url": "https://github.com/aws/aws-iot-device-sdk-python-v2/commit/0450ce68add7e3d05c6d781ecdac953c299c053a" }, + { + "type": "ADVISORY", + "url": "https://github.com/advisories/GHSA-c4rh-4376-gff4" + }, { "type": "WEB", "url": "https://github.com/aws/aws-iot-device-sdk-cpp-v2" @@ -109,6 +117,10 @@ { "type": "WEB", "url": "https://github.com/awslabs/aws-c-io" + }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/awsiotsdk/PYSEC-2021-863.yaml" } ], "database_specific": { diff --git a/advisories/github-reviewed/2021/11/GHSA-j3f7-7rmc-6wqj/GHSA-j3f7-7rmc-6wqj.json b/advisories/github-reviewed/2021/11/GHSA-j3f7-7rmc-6wqj/GHSA-j3f7-7rmc-6wqj.json index 75e8548e3c1..3e5587d1b20 100644 --- a/advisories/github-reviewed/2021/11/GHSA-j3f7-7rmc-6wqj/GHSA-j3f7-7rmc-6wqj.json +++ b/advisories/github-reviewed/2021/11/GHSA-j3f7-7rmc-6wqj/GHSA-j3f7-7rmc-6wqj.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-j3f7-7rmc-6wqj", - "modified": "2024-09-12T20:51:25Z", + "modified": "2024-09-12T20:52:09Z", "published": "2021-11-24T20:35:03Z", "aliases": [ "CVE-2021-40831" ], "summary": "Improper certificate management in AWS IoT Device SDK v2", - "details": "The AWS IoT Device SDK v2 for Java, Python, C++ and Node.js appends a user supplied Certificate Authority (CA) to the root CAs instead of overriding it on macOS systems. Additionally, SNI validation is also not enabled when the CA has been “overridden”. TLS handshakes will thus succeed if the peer can be verified either from the user-supplied CA or the system’s default trust-store. Attackers with access to a host’s trust stores or are able to compromise a certificate authority already in the host's trust store (note: the attacker must also be able to spoof DNS in this case) may be able to use this issue to bypass CA pinning. An attacker could then spoof the MQTT broker, and either drop traffic and/or respond with the attacker's data, but they would not be able to forward this data on to the MQTT broker because the attacker would still need the user's private keys to authenticate against the MQTT broker. The 'aws_tls_ctx_options_override_default_trust_store_*' function within the aws-c-io submodule has been updated to address this behavior. This issue affects: Amazon Web Services AWS IoT Device SDK v2 for Java versions prior to 1.5.0 on macOS. Amazon Web Services AWS IoT Device SDK v2 for Python versions prior to 1.7.0 on macOS. Amazon Web Services AWS IoT Device SDK v2 for C++ versions prior to 1.14.0 on macOS. Amazon Web Services AWS IoT Device SDK v2 for Node.js versions prior to 1.6.0 on macOS. Amazon Web Services AWS-C-IO 0.10.7 on macOS.", + "details": "The AWS IoT Device SDK v2 for Java, Python, C++ and Node.js appends a user supplied Certificate Authority (CA) to the root CAs instead of overriding it on macOS systems. Additionally, SNI validation is also not enabled when the CA has been \"overridden\". TLS handshakes will thus succeed if the peer can be verified either from the user-supplied CA or the system’s default trust-store. Attackers with access to a host’s trust stores or are able to compromise a certificate authority already in the host's trust store (note: the attacker must also be able to spoof DNS in this case) may be able to use this issue to bypass CA pinning. An attacker could then spoof the MQTT broker, and either drop traffic and/or respond with the attacker's data, but they would not be able to forward this data on to the MQTT broker because the attacker would still need the user's private keys to authenticate against the MQTT broker. The `aws_tls_ctx_options_override_default_trust_store_*` function within the aws-c-io submodule has been updated to address this behavior. This issue affects: Amazon Web Services AWS IoT Device SDK v2 for Java versions prior to 1.5.0 on macOS. Amazon Web Services AWS IoT Device SDK v2 for Python versions prior to 1.7.0 on macOS. Amazon Web Services AWS IoT Device SDK v2 for C++ versions prior to 1.14.0 on macOS. Amazon Web Services AWS IoT Device SDK v2 for Node.js versions prior to 1.6.0 on macOS. Amazon Web Services AWS-C-IO 0.10.7 on macOS.", "severity": [ { "type": "CVSS_V3", diff --git a/advisories/github-reviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json b/advisories/github-reviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json index 4e137aad008..87541b29f6b 100644 --- a/advisories/github-reviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json +++ b/advisories/github-reviewed/2022/05/GHSA-5x6q-ffwj-8vcf/GHSA-5x6q-ffwj-8vcf.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-5x6q-ffwj-8vcf", - "modified": "2024-05-01T10:59:36Z", + "modified": "2024-09-12T20:52:47Z", "published": "2022-05-17T01:57:32Z", "aliases": [ "CVE-2015-4082" @@ -12,6 +12,10 @@ { "type": "CVSS_V3", "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N" } ], "affected": [ @@ -52,6 +56,10 @@ "type": "PACKAGE", "url": "https://github.com/jborg/attic" }, + { + "type": "WEB", + "url": "https://github.com/pypa/advisory-database/tree/main/vulns/attic/PYSEC-2017-6.yaml" + }, { "type": "WEB", "url": "https://web.archive.org/web/20200517225455/http://www.securityfocus.com/bid/74821" @@ -59,6 +67,10 @@ { "type": "WEB", "url": "http://www.openwall.com/lists/oss-security/2015/05/31/3" + }, + { + "type": "WEB", + "url": "http://www.securityfocus.com/bid/74821" } ], "database_specific": {