diff --git a/advisories/github-reviewed/2025/05/GHSA-xwgg-m7fx-83wx/GHSA-xwgg-m7fx-83wx.json b/advisories/github-reviewed/2025/05/GHSA-xwgg-m7fx-83wx/GHSA-xwgg-m7fx-83wx.json new file mode 100644 index 00000000000..2f6ded8cee3 --- /dev/null +++ b/advisories/github-reviewed/2025/05/GHSA-xwgg-m7fx-83wx/GHSA-xwgg-m7fx-83wx.json @@ -0,0 +1,81 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xwgg-m7fx-83wx", + "modified": "2025-05-19T19:12:48Z", + "published": "2025-05-19T19:12:48Z", + "aliases": [ + "CVE-2025-47282" + ], + "summary": "Gardener External DNS Management allows malicious google credential in DNS secret to lead to privilege escalation", + "details": "A security vulnerability was discovered in Gardener that could allow a user with administrative privileges for a Gardener project or a user with administrative privileges for a shoot cluster, including administrative privileges for a single namespace of the shoot cluster, to obtain control over the seed cluster where the shoot cluster is 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/external-dns-management`\n\n### Affected Versions\n\n- < 0.23.6\n\n### Fixed Versions\n\n- >= 0.23.6\n\n### Important\n\nThe `external-dns-management` component may also be deployed on the seeds by the https://github.com/gardener/gardener-extension-shoot-dns-service extension when the extension is enabled. In this case, all versions of the `shoot-dns-service` extension `<= v1.60.0` are affected by this vulnerability.\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/external-dns-management" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.23.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "github.com/gardener/gardener-extension-shoot-dns-service" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.6.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/gardener/external-dns-management/security/advisories/GHSA-xwgg-m7fx-83wx" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-47282" + }, + { + "type": "PACKAGE", + "url": "https://github.com/gardener/external-dns-management" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20", + "CWE-269" + ], + "severity": "CRITICAL", + "github_reviewed": true, + "github_reviewed_at": "2025-05-19T19:12:48Z", + "nvd_published_at": "2025-05-19T18:15:30Z" + } +} \ No newline at end of file