Publish Advisories

GHSA-3wgm-2gw2-vh5m
GHSA-xc76-5pf9-mx8m
GHSA-3wgm-2gw2-vh5m
This commit is contained in:
advisory-database[bot]
2025-03-14 17:31:50 +00:00
parent 7bb3c8dac1
commit b95ba0c27a
3 changed files with 134 additions and 40 deletions
@@ -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"
}
}
@@ -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"
}
}
@@ -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"
}
}