From 6b8093a3c9edb24e07822218a8465ffcaf3e1f34 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 19:17:49 +0000 Subject: [PATCH] Publish GHSA-3hw7-qj9h-r835 --- .../GHSA-3hw7-qj9h-r835.json | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 advisories/github-reviewed/2025/05/GHSA-3hw7-qj9h-r835/GHSA-3hw7-qj9h-r835.json diff --git a/advisories/github-reviewed/2025/05/GHSA-3hw7-qj9h-r835/GHSA-3hw7-qj9h-r835.json b/advisories/github-reviewed/2025/05/GHSA-3hw7-qj9h-r835/GHSA-3hw7-qj9h-r835.json new file mode 100644 index 00000000000..55c3dbe7fb6 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-3hw7-qj9h-r835/GHSA-3hw7-qj9h-r835.json @@ -0,0 +1,95 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3hw7-qj9h-r835", + "modified": "2025-05-19T19:15:03Z", + "published": "2025-05-19T19:15:03Z", + "aliases": [ + "CVE-2025-47283" + ], + "summary": "Gardener allows bypassing project secret validation which can lead to privilege escalation", + "details": "A security vulnerability was discovered in Gardener that could allow a user with administrative privileges for a Gardener project to obtain control over the seed cluster(s) where their shoot clusters are managed.\n\n### Am I Vulnerable?\n\nThis CVE affects all Gardener installations no matter of the public cloud provider(s) used for the seed clusters/shoot clusters.\n\n### Affected Components\n\n- `gardener/gardener`\n\n### Affected Versions\n\n- < v1.116.4\n- < v1.117.5\n- < v1.118.2\n- < v1.119.0\n\n### Fixed Versions\n\n- >= v1.116.4\n- >= v1.117.5\n- >= v1.118.2\n- >= v1.119.0\n\n### How do I mitigate this vulnerability?\n\nUpdate to a fixed version.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "github.com/gardener/gardener" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.116.4" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/gardener/gardener" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.117.0" + }, + { + "fixed": "1.117.5" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/gardener/gardener" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.118.0" + }, + { + "fixed": "1.118.2" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/gardener/gardener/security/advisories/GHSA-3hw7-qj9h-r835" + }, + { + "type": "PACKAGE", + "url": "https://github.com/gardener/gardener" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-269" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2025-05-19T19:15:03Z", + "nvd_published_at": null + } +} \ No newline at end of file