From b95ba0c27aefea732f0343faf0fe8544906e0400 Mon Sep 17 00:00:00 2001 From: "advisory-database[bot]" <45398580+advisory-database[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 17:31:50 +0000 Subject: [PATCH] Publish Advisories GHSA-3wgm-2gw2-vh5m GHSA-xc76-5pf9-mx8m GHSA-3wgm-2gw2-vh5m --- .../GHSA-3wgm-2gw2-vh5m.json | 69 +++++++++++++++++++ .../GHSA-xc76-5pf9-mx8m.json | 65 +++++++++++++++++ .../GHSA-3wgm-2gw2-vh5m.json | 40 ----------- 3 files changed, 134 insertions(+), 40 deletions(-) create mode 100644 advisories/github-reviewed/2025/03/GHSA-3wgm-2gw2-vh5m/GHSA-3wgm-2gw2-vh5m.json create mode 100644 advisories/github-reviewed/2025/03/GHSA-xc76-5pf9-mx8m/GHSA-xc76-5pf9-mx8m.json delete mode 100644 advisories/unreviewed/2025/03/GHSA-3wgm-2gw2-vh5m/GHSA-3wgm-2gw2-vh5m.json diff --git a/advisories/github-reviewed/2025/03/GHSA-3wgm-2gw2-vh5m/GHSA-3wgm-2gw2-vh5m.json b/advisories/github-reviewed/2025/03/GHSA-3wgm-2gw2-vh5m/GHSA-3wgm-2gw2-vh5m.json new file mode 100644 index 00000000000..76f368e6c1e --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-3wgm-2gw2-vh5m/GHSA-3wgm-2gw2-vh5m.json @@ -0,0 +1,69 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-3wgm-2gw2-vh5m", + "modified": "2025-03-14T17:30:06Z", + "published": "2025-03-13T18:32:22Z", + "aliases": [ + "CVE-2025-1767" + ], + "summary": "Kubernetes GitRepo Volume Inadvertent Local Repository Access", + "details": "A security vulnerability was discovered in Kubernetes that could allow a user with create pod permission to exploit gitRepo volumes to access local git repositories belonging to other pods on the same node. This CVE only affects Kubernetes clusters that utilize the in-tree gitRepo volume to clone git repositories from other pods within the same node. Since the in-tree gitRepo volume feature has been deprecated and will not receive security updates upstream, any cluster still using this feature remains vulnerable.", + "severity": [ + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "k8s.io/kubernetes" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "last_affected": "1.32.3" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1767" + }, + { + "type": "WEB", + "url": "https://github.com/kubernetes/kubernetes/pull/130786" + }, + { + "type": "PACKAGE", + "url": "https://github.com/kubernetes/kubernetes" + }, + { + "type": "WEB", + "url": "https://groups.google.com/g/kubernetes-security-announce/c/19irihsKg7s" + }, + { + "type": "WEB", + "url": "http://www.openwall.com/lists/oss-security/2025/03/13/9" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-20" + ], + "severity": "MODERATE", + "github_reviewed": true, + "github_reviewed_at": "2025-03-14T17:30:06Z", + "nvd_published_at": "2025-03-13T17:15:36Z" + } +} \ No newline at end of file diff --git a/advisories/github-reviewed/2025/03/GHSA-xc76-5pf9-mx8m/GHSA-xc76-5pf9-mx8m.json b/advisories/github-reviewed/2025/03/GHSA-xc76-5pf9-mx8m/GHSA-xc76-5pf9-mx8m.json new file mode 100644 index 00000000000..faa4eee83b6 --- /dev/null +++ b/advisories/github-reviewed/2025/03/GHSA-xc76-5pf9-mx8m/GHSA-xc76-5pf9-mx8m.json @@ -0,0 +1,65 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-xc76-5pf9-mx8m", + "modified": "2025-03-14T17:31:07Z", + "published": "2025-03-14T17:31:07Z", + "aliases": [ + "CVE-2025-29776" + ], + "summary": "In Azle, calling `setTimer` causes infinite loop of timers", + "details": "### Impact\n\nCalling `setTimer` in Azle versions `0.27.0`, `0.28.0`, and `0.29.0` causes an immediate infinite loop of timers to be executed on the canister, each timer attempting to clean up the global state of the previous timer.\n\nThe infinite loop will occur with any valid invocation of `setTimer`.\n\n### Patches\n\nThe problem has been fixed as of Azle version `0.30.0`.\n\n### Workarounds\n\nIf a canister is caught in this infinite loop after calling `setTimer`, the canister can be upgraded and the timers will all be cleared, thus ending the loop.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L" + } + ], + "affected": [ + { + "package": { + "ecosystem": "npm", + "name": "azle" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0.27.0" + }, + { + "fixed": "0.30.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "WEB", + "url": "https://github.com/demergent-labs/azle/security/advisories/GHSA-xc76-5pf9-mx8m" + }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-29776" + }, + { + "type": "PACKAGE", + "url": "https://github.com/demergent-labs/azle" + }, + { + "type": "WEB", + "url": "https://github.com/demergent-labs/azle/releases/tag/0.30.0" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-835" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2025-03-14T17:31:07Z", + "nvd_published_at": "2025-03-14T14:15:18Z" + } +} \ No newline at end of file diff --git a/advisories/unreviewed/2025/03/GHSA-3wgm-2gw2-vh5m/GHSA-3wgm-2gw2-vh5m.json b/advisories/unreviewed/2025/03/GHSA-3wgm-2gw2-vh5m/GHSA-3wgm-2gw2-vh5m.json deleted file mode 100644 index f3025234c1b..00000000000 --- a/advisories/unreviewed/2025/03/GHSA-3wgm-2gw2-vh5m/GHSA-3wgm-2gw2-vh5m.json +++ /dev/null @@ -1,40 +0,0 @@ -{ - "schema_version": "1.4.0", - "id": "GHSA-3wgm-2gw2-vh5m", - "modified": "2025-03-13T18:32:22Z", - "published": "2025-03-13T18:32:22Z", - "aliases": [ - "CVE-2025-1767" - ], - "details": "This CVE only affects Kubernetes clusters that utilize the in-tree gitRepo volume to clone git repositories from other pods within the same node. Since the in-tree gitRepo volume feature has been deprecated and will not receive security updates upstream, any cluster still using this feature remains vulnerable.", - "severity": [ - { - "type": "CVSS_V3", - "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N" - } - ], - "affected": [], - "references": [ - { - "type": "ADVISORY", - "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-1767" - }, - { - "type": "WEB", - "url": "https://github.com/kubernetes/kubernetes/pull/130786" - }, - { - "type": "WEB", - "url": "https://groups.google.com/g/kubernetes-security-announce/c/19irihsKg7s" - } - ], - "database_specific": { - "cwe_ids": [ - "CWE-20" - ], - "severity": "MODERATE", - "github_reviewed": false, - "github_reviewed_at": null, - "nvd_published_at": "2025-03-13T17:15:36Z" - } -} \ No newline at end of file