Publish Advisories

GHSA-g4r7-86gm-pgqc
GHSA-hfmw-7g3m-gj6q
GHSA-w392-75q8-vr67
GHSA-g4r7-86gm-pgqc
GHSA-hfmw-7g3m-gj6q
This commit is contained in:
advisory-database[bot]
2024-09-18 17:40:12 +00:00
parent 1a28f22668
commit 67571991dd
5 changed files with 182 additions and 83 deletions
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}