From 2dc16587a3634445376e6f2f72c27ccff3f2e192 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:48:56 +0000 Subject: [PATCH] Publish Advisories GHSA-2qw3-2wv6-p64x GHSA-q27c-j6j9-53w3 GHSA-2qw3-2wv6-p64x GHSA-q27c-j6j9-53w3 --- .../GHSA-2qw3-2wv6-p64x.json | 84 +++++++++++++++++++ .../GHSA-q27c-j6j9-53w3.json | 84 +++++++++++++++++++ .../GHSA-2qw3-2wv6-p64x.json | 38 --------- .../GHSA-q27c-j6j9-53w3.json | 38 --------- 4 files changed, 168 insertions(+), 76 deletions(-) create mode 100644 advisories/github-reviewed/2024/06/GHSA-2qw3-2wv6-p64x/GHSA-2qw3-2wv6-p64x.json create mode 100644 advisories/github-reviewed/2024/06/GHSA-q27c-j6j9-53w3/GHSA-q27c-j6j9-53w3.json delete mode 100644 advisories/unreviewed/2024/06/GHSA-2qw3-2wv6-p64x/GHSA-2qw3-2wv6-p64x.json delete mode 100644 advisories/unreviewed/2024/06/GHSA-q27c-j6j9-53w3/GHSA-q27c-j6j9-53w3.json diff --git a/advisories/github-reviewed/2024/06/GHSA-2qw3-2wv6-p64x/GHSA-2qw3-2wv6-p64x.json b/advisories/github-reviewed/2024/06/GHSA-2qw3-2wv6-p64x/GHSA-2qw3-2wv6-p64x.json new file mode 100644 index 00000000000..082ae3d494e --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-2qw3-2wv6-p64x/GHSA-2qw3-2wv6-p64x.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-2qw3-2wv6-p64x", + "modified": "2024-06-27T17:48:29Z", + "published": "2024-06-27T09:30:39Z", + "aliases": [ + "CVE-2024-22232" + ], + "summary": "Path traversal in saltstack", + "details": "A specially crafted url can be created which leads to a directory traversal in the salt file server.\nA malicious user can read an arbitrary file from a Salt master’s filesystem.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3005.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3006.0" + }, + { + "fixed": "3006.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22232" + }, + { + "type": "WEB", + "url": "https://github.com/saltstack/salt/commit/e0cdb80b55123f4a024759ffcf2b3f0e0788e7ab" + }, + { + "type": "PACKAGE", + "url": "https://github.com/saltstack/salt" + }, + { + "type": "WEB", + "url": "https://saltproject.io/security-announcements/2024-01-31-advisory" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-06-27T17:48:29Z", + "nvd_published_at": "2024-06-27T07:15:54Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2024/06/GHSA-q27c-j6j9-53w3/GHSA-q27c-j6j9-53w3.json b/advisories/github-reviewed/2024/06/GHSA-q27c-j6j9-53w3/GHSA-q27c-j6j9-53w3.json new file mode 100644 index 00000000000..a98ce79f852 --- /dev/null +++ b/advisories/github-reviewed/2024/06/GHSA-q27c-j6j9-53w3/GHSA-q27c-j6j9-53w3.json @@ -0,0 +1,84 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-q27c-j6j9-53w3", + "modified": "2024-06-27T17:47:29Z", + "published": "2024-06-27T09:30:39Z", + "aliases": [ + "CVE-2024-22231" + ], + "summary": "Directory creation by malicious user in saltstack", + "details": "Syndic cache directory creation is vulnerable to a directory traversal attack in salt project which can lead a malicious attacker to create an arbitrary directory on a Salt master.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "3005.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "PyPI", + "name": "salt" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3006.0" + }, + { + "fixed": "3006.6" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22231" + }, + { + "type": "WEB", + "url": "https://github.com/saltstack/salt/commit/e0cdb80b55123f4a024759ffcf2b3f0e0788e7ab" + }, + { + "type": "PACKAGE", + "url": "https://github.com/saltstack/salt" + }, + { + "type": "WEB", + "url": "https://saltproject.io/security-announcements/2024-01-31-advisory" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-22" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-06-27T17:47:29Z", + "nvd_published_at": "2024-06-27T07:15:52Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-2qw3-2wv6-p64x/GHSA-2qw3-2wv6-p64x.json b/advisories/unreviewed/2024/06/GHSA-2qw3-2wv6-p64x/GHSA-2qw3-2wv6-p64x.json deleted file mode 100644 index 637626810bd..00000000000 --- a/advisories/unreviewed/2024/06/GHSA-2qw3-2wv6-p64x/GHSA-2qw3-2wv6-p64x.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-2qw3-2wv6-p64x", - "modified": "2024-06-27T09:30:39Z", - "published": "2024-06-27T09:30:39Z", - "aliases": [ - "CVE-2024-22232" - ], - "details": "A specially crafted url can be created which leads to a directory traversal in the salt file server.\nA malicious user can read an arbitrary file from a Salt master’s filesystem.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22232" - }, - { - "type": "WEB", - "url": "https://saltproject.io/security-announcements/2024-01-31-advisory" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "HIGH", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-06-27T07:15:54Z" - } -} \ No newline at end of file diff --git a/advisories/unreviewed/2024/06/GHSA-q27c-j6j9-53w3/GHSA-q27c-j6j9-53w3.json b/advisories/unreviewed/2024/06/GHSA-q27c-j6j9-53w3/GHSA-q27c-j6j9-53w3.json deleted file mode 100644 index 720a80fe531..00000000000 --- a/advisories/unreviewed/2024/06/GHSA-q27c-j6j9-53w3/GHSA-q27c-j6j9-53w3.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-q27c-j6j9-53w3", - "modified": "2024-06-27T09:30:39Z", - "published": "2024-06-27T09:30:39Z", - "aliases": [ - "CVE-2024-22231" - ], - "details": "Syndic cache directory creation is vulnerable to a directory traversal attack in salt project which can lead a malicious attacker to create an arbitrary directory on a Salt master.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-22231" - }, - { - "type": "WEB", - "url": "https://saltproject.io/security-announcements/2024-01-31-advisory" - } - ], - "database_specific": { - "cwe_ids": [ - - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-06-27T07:15:52Z" - } -} \ No newline at end of file