diff --git a/advisories/github-reviewed/2024/08/GHSA-3wfj-3x8q-hrpg/GHSA-3wfj-3x8q-hrpg.json b/advisories/github-reviewed/2024/08/GHSA-3wfj-3x8q-hrpg/GHSA-3wfj-3x8q-hrpg.json new file mode 100644 index 00000000000..550d483db80 --- /dev/null +++ b/advisories/github-reviewed/2024/08/GHSA-3wfj-3x8q-hrpg/GHSA-3wfj-3x8q-hrpg.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3wfj-3x8q-hrpg", + "modified": "2024-08-05T16:07:50Z", + "published": "2024-08-05T16:07:50Z", + "aliases": [ + "CVE-2024-41820" + ], + "summary": "Kubean vulnerable to cluster-level privilege escalation", + "details": "### Impact\nThis ClusterRole has `*` verbs of `*` resources. If a malicious user can access the worker node which has kubean's deployment, he/she can abuse these excessive permissions to do whatever he/she likes to the whole cluster, resulting in a cluster-level privilege escalation.\n\n### Patches\n`>=v0.18.0`\n\n### References\nReporting by @younaman(Nanzi Yang)\nhttps://github.com/kubean-io/kubean/issues/1326", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:L/I:L/A:H" + }, + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:L/VI:L/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/kubean-io/kubean" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.18.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/kubean-io/kubean/security/advisories/GHSA-3wfj-3x8q-hrpg" + }, + { + "type": "WEB", + "url": "https://github.com/kubean-io/kubean/issues/1326" + }, + { + "type": "WEB", + "url": "https://github.com/kubean-io/kubean/commit/167e97329e4a27ba2f456d2846d39af20e1af7ef" + }, + { + "type": "PACKAGE", + "url": "https://github.com/kubean-io/kubean" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-276" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2024-08-05T16:07:50Z", + "nvd_published_at": null + } +} \ No newline at end of file