From 730c53663d517fa54261f4d7434185cc0b338572 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 21:11:06 +0000 Subject: [PATCH] Publish GHSA-9x73-87fh-54w9 --- .../GHSA-9x73-87fh-54w9.json | 95 +++++++++++++++++++ 1 file changed, 95 insertions(+) create mode 100644 advisories/github-reviewed/2025/05/GHSA-9x73-87fh-54w9/GHSA-9x73-87fh-54w9.json diff --git a/advisories/github-reviewed/2025/05/GHSA-9x73-87fh-54w9/GHSA-9x73-87fh-54w9.json b/advisories/github-reviewed/2025/05/GHSA-9x73-87fh-54w9/GHSA-9x73-87fh-54w9.json new file mode 100644 index 00000000000..0de524a8586 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-9x73-87fh-54w9/GHSA-9x73-87fh-54w9.json @@ -0,0 +1,95 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-9x73-87fh-54w9", + "modified": "2025-05-19T21:09:32Z", + "published": "2025-05-19T21:09:32Z", + "aliases": [ + "CVE-2025-47284" + ], + "summary": "Gardener allows metadata injection for a project secret which can lead to privilege escalation", + "details": "A security vulnerability was discovered in the `gardenlet` component of Gardener. It 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 where https://github.com/gardener/gardener-extension-provider-gcp is in use.\n\n### Affected Components\n\n- `gardener/gardener` (`gardenlet`)\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-9x73-87fh-54w9" + }, + { + "type": "PACKAGE", + "url": "https://github.com/gardener/gardener" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-150" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2025-05-19T21:09:32Z", + "nvd_published_at": null + } +} \ No newline at end of file