diff --git a/advisories/github-reviewed/2025/02/GHSA-jgfp-53c3-624w/GHSA-jgfp-53c3-624w.json b/advisories/github-reviewed/2025/02/GHSA-jgfp-53c3-624w/GHSA-jgfp-53c3-624w.json new file mode 100644 index 00000000000..bd2f28d74f3 --- /dev/null +++ b/advisories/github-reviewed/2025/02/GHSA-jgfp-53c3-624w/GHSA-jgfp-53c3-624w.json @@ -0,0 +1,126 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-jgfp-53c3-624w", + "modified": "2025-02-13T20:55:29Z", + "published": "2025-02-13T18:32:33Z", + "aliases": [ + "CVE-2025-0426" + ], + "summary": "Node Denial of Service via kubelet Checkpoint API", + "details": "A security issue was discovered in Kubernetes where a large number of container checkpoint requests made to the unauthenticated kubelet read-only HTTP endpoint may cause a Node Denial of Service by filling the Node's disk.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "k8s.io/kubernetes" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.32.0" + }, + { + "fixed": "1.32.2" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "k8s.io/kubernetes" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.31.0" + }, + { + "fixed": "1.31.6" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "k8s.io/kubernetes" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "1.30.0" + }, + { + "fixed": "1.30.10" + } + ] + } + ] + }, + { + "package": { + "ecosystem": "Go", + "name": "k8s.io/kubernetes" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "1.29.14" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0426" + }, + { + "type": "WEB", + "url": "https://github.com/kubernetes/kubernetes/issues/130016" + }, + { + "type": "PACKAGE", + "url": "https://github.com/kubernetes/kubernetes" + }, + { + "type": "WEB", + "url": "https://groups.google.com/g/kubernetes-security-announce/c/KiODfu8i6w8" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2025/02/13/1" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-400" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-02-13T20:55:29Z", + "nvd_published_at": "2025-02-13T16:16:48Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/02/GHSA-jgfp-53c3-624w/GHSA-jgfp-53c3-624w.json b/advisories/unreviewed/2025/02/GHSA-jgfp-53c3-624w/GHSA-jgfp-53c3-624w.json deleted file mode 100644 index fdd7350fb64..00000000000 --- a/advisories/unreviewed/2025/02/GHSA-jgfp-53c3-624w/GHSA-jgfp-53c3-624w.json +++ /dev/null @@ -1,44 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-jgfp-53c3-624w", - "modified": "2025-02-13T18:32:33Z", - "published": "2025-02-13T18:32:33Z", - "aliases": [ - "CVE-2025-0426" - ], - "details": "A security issue was discovered in Kubernetes where a large number of container checkpoint requests made to the unauthenticated kubelet read-only HTTP endpoint may cause a Node Denial of Service by filling the Node's disk.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-0426" - }, - { - "type": "WEB", - "url": "https://github.com/kubernetes/kubernetes/issues/130016" - }, - { - "type": "WEB", - "url": "https://groups.google.com/g/kubernetes-security-announce/c/KiODfu8i6w8" - }, - { - "type": "WEB", - "url": "http://www.openwall.com/lists/oss-security/2025/02/13/1" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-400" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-02-13T16:16:48Z" - } -} \ No newline at end of file