From 67571991dd38364e840f6e68a6d756667977cbbe Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:40:12 +0000 Subject: [PATCH] Publish Advisories GHSA-g4r7-86gm-pgqc GHSA-hfmw-7g3m-gj6q GHSA-w392-75q8-vr67 GHSA-g4r7-86gm-pgqc GHSA-hfmw-7g3m-gj6q --- .../GHSA-g4r7-86gm-pgqc.json | 73 +++++++++++++++++++ .../GHSA-hfmw-7g3m-gj6q.json | 73 +++++++++++++++++++ .../GHSA-w392-75q8-vr67.json | 41 +++++++++-- .../GHSA-g4r7-86gm-pgqc.json | 39 ---------- .../GHSA-hfmw-7g3m-gj6q.json | 39 ---------- 5 files changed, 182 insertions(+), 83 deletions(-) create mode 100644 advisories/github-reviewed/2024/09/GHSA-g4r7-86gm-pgqc/GHSA-g4r7-86gm-pgqc.json create mode 100644 advisories/github-reviewed/2024/09/GHSA-hfmw-7g3m-gj6q/GHSA-hfmw-7g3m-gj6q.json rename advisories/{unreviewed => github-reviewed}/2024/09/GHSA-w392-75q8-vr67/GHSA-w392-75q8-vr67.json (50%) delete mode 100644 advisories/unreviewed/2024/09/GHSA-g4r7-86gm-pgqc/GHSA-g4r7-86gm-pgqc.json delete mode 100644 advisories/unreviewed/2024/09/GHSA-hfmw-7g3m-gj6q/GHSA-hfmw-7g3m-gj6q.json diff --git a/advisories/github-reviewed/2024/09/GHSA-g4r7-86gm-pgqc/GHSA-g4r7-86gm-pgqc.json b/advisories/github-reviewed/2024/09/GHSA-g4r7-86gm-pgqc/GHSA-g4r7-86gm-pgqc.json new file mode 100644 index 00000000000..2f66b906529 --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-g4r7-86gm-pgqc/GHSA-g4r7-86gm-pgqc.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-g4r7-86gm-pgqc", + "modified": "2024-09-18T17:39:11Z", + "published": "2024-09-18T15:30:52Z", + "aliases": [ + "CVE-2024-35515" + ], + "summary": "sqlitedict insecure deserialization vulnerability", + "details": "Insecure deserialization in sqlitedict up to v2.1.0 allows attackers to execute arbitrary code.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "sqlitedict" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "2.1.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35515" + }, + { + "type": "WEB", + "url": "https://github.com/piskvorky/sqlitedict/issues/174" + }, + { + "type": "PACKAGE", + "url": "https://github.com/piskvorky/sqlitedict" + }, + { + "type": "WEB", + "url": "https://github.com/piskvorky/sqlitedict?tab=readme-ov-file#serialization" + }, + { + "type": "WEB", + "url": "https://wha13.github.io/2024/06/13/mfcve" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-502" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-09-18T17:39:11Z", + "nvd_published_at": "2024-09-18T15:15:14Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/09/GHSA-hfmw-7g3m-gj6q/GHSA-hfmw-7g3m-gj6q.json b/advisories/github-reviewed/2024/09/GHSA-hfmw-7g3m-gj6q/GHSA-hfmw-7g3m-gj6q.json new file mode 100644 index 00000000000..b4117902536 --- /dev/null +++ b/advisories/github-reviewed/2024/09/GHSA-hfmw-7g3m-gj6q/GHSA-hfmw-7g3m-gj6q.json @@ -0,0 +1,73 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-hfmw-7g3m-gj6q", + "modified": "2024-09-18T17:38:50Z", + "published": "2024-09-18T15:30:52Z", + "aliases": [ + "CVE-2023-28452" + ], + "summary": "CoreDNS vulnerable to TuDoor Attacks", + "details": "An issue was discovered in CoreDNS through 1.10.1. There is a vulnerability in DNS resolving software, which triggers a resolver to ignore valid responses, thus causing denial of service for normal resolution. In an exploit, the attacker could just forge a response targeting the source port of a vulnerable resolver without the need to guess the correct TXID.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/coredns/coredns" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.11.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28452" + }, + { + "type": "WEB", + "url": "https://github.com/coredns/coredns/commit/604a902e2c7e0317aecaa3666124079c75a31573" + }, + { + "type": "WEB", + "url": "https://coredns.io" + }, + { + "type": "WEB", + "url": "https://gist.github.com/idealeer/e41c7fb3b661d4262d0b6f21e12168ba" + }, + { + "type": "PACKAGE", + "url": "https://github.com/coredns/coredns" + } + ], + "database_specific": { + "cwe_ids": [ + + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-09-18T17:38:50Z", + "nvd_published_at": "2024-09-18T15:15:13Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-w392-75q8-vr67/GHSA-w392-75q8-vr67.json b/advisories/github-reviewed/2024/09/GHSA-w392-75q8-vr67/GHSA-w392-75q8-vr67.json similarity index 50% rename from advisories/unreviewed/2024/09/GHSA-w392-75q8-vr67/GHSA-w392-75q8-vr67.json rename to advisories/github-reviewed/2024/09/GHSA-w392-75q8-vr67/GHSA-w392-75q8-vr67.json index fa203bc7792..f8362374f82 100644 --- a/advisories/unreviewed/2024/09/GHSA-w392-75q8-vr67/GHSA-w392-75q8-vr67.json +++ b/advisories/github-reviewed/2024/09/GHSA-w392-75q8-vr67/GHSA-w392-75q8-vr67.json @@ -1,26 +1,57 @@ { "schema_version": "1.4.0", "id": "GHSA-w392-75q8-vr67", - "modified": "2024-09-18T15:30:52Z", + "modified": "2024-09-18T17:39:33Z", "published": "2024-09-18T15:30:52Z", "aliases": [ "CVE-2024-45858" ], + "summary": "Guardrails has an arbitrary code execution vulnerability", "details": "An arbitrary code execution vulnerability exists in versions 0.2.9 up to 0.5.10 of the Guardrails AI Guardrails framework because of the way it validates XML files. If a victim user loads a maliciously crafted XML file containing Python code, the code will be passed to an eval function, causing it to execute on the user's machine.", "severity": [ { "type": "CVSS_V3", - "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" + "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N" } ], "affected": [ - + { + "package": { + "ecosystem": "PyPI", + "name": "guardrails-ai" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.2.9" + }, + { + "fixed": "0.5.10" + } + ] + } + ] + } ], "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45858" }, + { + "type": "WEB", + "url": "https://github.com/guardrails-ai/guardrails/commit/ab12701e8c3ef41273ff9b3912f2e4e28ae8306f" + }, + { + "type": "PACKAGE", + "url": "https://github.com/guardrails-ai/guardrails" + }, { "type": "WEB", "url": "https://hiddenlayer.com/sai-security-advisory/2024-09-guardrails" @@ -31,8 +62,8 @@ "CWE-95" ], "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, + "github_reviewed": true, + "github_reviewed_at": "2024-09-18T17:39:32Z", "nvd_published_at": "2024-09-18T15:15:16Z" } } \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-g4r7-86gm-pgqc/GHSA-g4r7-86gm-pgqc.json b/advisories/unreviewed/2024/09/GHSA-g4r7-86gm-pgqc/GHSA-g4r7-86gm-pgqc.json deleted file mode 100644 index 654e0f7af39..00000000000 --- a/advisories/unreviewed/2024/09/GHSA-g4r7-86gm-pgqc/GHSA-g4r7-86gm-pgqc.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-g4r7-86gm-pgqc", - "modified": "2024-09-18T15:30:52Z", - "published": "2024-09-18T15:30:52Z", - "aliases": [ - "CVE-2024-35515" - ], - "details": "Insecure deserialization in sqlitedict up to v2.1.0 allows attackers to execute arbitrary code.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-35515" - }, - { - "type": "WEB", - "url": "https://github.com/piskvorky/sqlitedict" - }, - { - "type": "WEB", - "url": "https://wha13.github.io/2024/06/13/mfcve" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-09-18T15:15:14Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/09/GHSA-hfmw-7g3m-gj6q/GHSA-hfmw-7g3m-gj6q.json b/advisories/unreviewed/2024/09/GHSA-hfmw-7g3m-gj6q/GHSA-hfmw-7g3m-gj6q.json deleted file mode 100644 index 54609b40ab7..00000000000 --- a/advisories/unreviewed/2024/09/GHSA-hfmw-7g3m-gj6q/GHSA-hfmw-7g3m-gj6q.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-hfmw-7g3m-gj6q", - "modified": "2024-09-18T15:30:52Z", - "published": "2024-09-18T15:30:52Z", - "aliases": [ - "CVE-2023-28452" - ], - "details": "An issue was discovered in CoreDNS through 1.10.1. There is a vulnerability in DNS resolving software, which triggers a resolver to ignore valid responses, thus causing denial of service for normal resolution. In an exploit, the attacker could just forge a response targeting the source port of a vulnerable resolver without the need to guess the correct TXID.", - "severity": [ - - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-28452" - }, - { - "type": "WEB", - "url": "https://coredns.io" - }, - { - "type": "WEB", - "url": "https://gist.github.com/idealeer/e41c7fb3b661d4262d0b6f21e12168ba" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": null, - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-09-18T15:15:13Z" - } -} \ No newline at end of file