From d580db0d4a728da140745245493832d4f95b6a89 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 20:36:40 +0000 Subject: [PATCH] Publish Advisories GHSA-p26r-gfgc-c47h GHSA-p26r-gfgc-c47h --- .../GHSA-p26r-gfgc-c47h.json | 100 ++++++++++++++++++ .../GHSA-p26r-gfgc-c47h.json | 50 --------- 2 files changed, 100 insertions(+), 50 deletions(-) create mode 100644 advisories/github-reviewed/2024/10/GHSA-p26r-gfgc-c47h/GHSA-p26r-gfgc-c47h.json delete mode 100644 advisories/unreviewed/2024/10/GHSA-p26r-gfgc-c47h/GHSA-p26r-gfgc-c47h.json diff --git a/advisories/github-reviewed/2024/10/GHSA-p26r-gfgc-c47h/GHSA-p26r-gfgc-c47h.json b/advisories/github-reviewed/2024/10/GHSA-p26r-gfgc-c47h/GHSA-p26r-gfgc-c47h.json new file mode 100644 index 00000000000..adba92c2934 --- /dev/null +++ b/advisories/github-reviewed/2024/10/GHSA-p26r-gfgc-c47h/GHSA-p26r-gfgc-c47h.json @@ -0,0 +1,100 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-p26r-gfgc-c47h", + "modified": "2024-11-01T20:35:14Z", + "published": "2024-10-14T18:30:26Z", + "aliases": [ + "CVE-2024-46528" + ], + "summary": "KubeSphere IDOR vulnerability", + "details": "An Insecure Direct Object Reference (IDOR) vulnerability in KubeSphere v3.4.1 and v4.1.1 allows low-privileged authenticated attackers to access sensitive resources without proper authorization checks.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/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/E:U" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/kubesphere/kubesphere" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "4.0.0" + }, + { + "fixed": "4.1.3" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/kubesphere/kubesphere" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "3.0.0" + }, + { + "fixed": "3.4.1" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46528" + }, + { + "type": "WEB", + "url": "https://github.com/kubesphere/kubesphere/issues/6227" + }, + { + "type": "PACKAGE", + "url": "https://github.com/kubesphere/kubesphere" + }, + { + "type": "WEB", + "url": "https://kubesphere.io" + }, + { + "type": "WEB", + "url": "https://okankurtulus.com.tr/2024/09/09/idor-vulnerability-in-kubesphere" + }, + { + "type": "WEB", + "url": "https://www.kubesphere.io/news/kubesphere-cve-2024-46528" + }, + { + "type": "WEB", + "url": "http://kubesphere.com" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-639" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-11-01T20:35:14Z", + "nvd_published_at": "2024-10-14T18:15:03Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2024/10/GHSA-p26r-gfgc-c47h/GHSA-p26r-gfgc-c47h.json b/advisories/unreviewed/2024/10/GHSA-p26r-gfgc-c47h/GHSA-p26r-gfgc-c47h.json deleted file mode 100644 index 26cef4ae4cd..00000000000 --- a/advisories/unreviewed/2024/10/GHSA-p26r-gfgc-c47h/GHSA-p26r-gfgc-c47h.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-p26r-gfgc-c47h", - "modified": "2024-10-31T18:31:17Z", - "published": "2024-10-14T18:30:26Z", - "aliases": [ - "CVE-2024-46528" - ], - "details": "An Insecure Direct Object Reference (IDOR) vulnerability in KubeSphere v3.4.1 and v4.1.1 allows low-privileged authenticated attackers to access sensitive resources without proper authorization checks.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N" - } - ], - "affected": [ - - ], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-46528" - }, - { - "type": "WEB", - "url": "https://github.com/kubesphere/kubesphere/issues/6227" - }, - { - "type": "WEB", - "url": "https://kubesphere.io" - }, - { - "type": "WEB", - "url": "https://okankurtulus.com.tr/2024/09/09/idor-vulnerability-in-kubesphere" - }, - { - "type": "WEB", - "url": "http://kubesphere.com" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-639" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2024-10-14T18:15:03Z" - } -} \ No newline at end of file