Skip to content

Commit 833fd34

Browse files
1 parent 3776f33 commit 833fd34

1 file changed

Lines changed: 33 additions & 4 deletions

File tree

advisories/unreviewed/2026/03/GHSA-2mjq-54qg-7w6j/GHSA-2mjq-54qg-7w6j.json renamed to advisories/github-reviewed/2026/03/GHSA-2mjq-54qg-7w6j/GHSA-2mjq-54qg-7w6j.json

Lines changed: 33 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,40 @@
11
{
22
"schema_version": "1.4.0",
33
"id": "GHSA-2mjq-54qg-7w6j",
4-
"modified": "2026-03-21T00:31:44Z",
4+
"modified": "2026-03-24T16:11:26Z",
55
"published": "2026-03-21T00:31:43Z",
66
"aliases": [
77
"CVE-2026-3864"
88
],
9+
"summary": "NFS CSI driver for Kubernetes is Vulnerable to Path Traversal through Volume Identifier Parameter",
910
"details": "A vulnerability was discovered in the Kubernetes CSI Driver for NFS where the subDir parameter in volume identifiers was insufficiently validated. Attackers with the ability to create PersistentVolumes referencing the NFS CSI driver could craft volume identifiers containing path traversal sequences (../). During volume deletion or cleanup operations, the driver could operate on unintended directories outside the intended managed path within the NFS export. This may lead to deletion or modification of directories on the NFS server.",
1011
"severity": [
1112
{
1213
"type": "CVSS_V3",
1314
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:H/A:H"
1415
}
1516
],
16-
"affected": [],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Go",
21+
"name": "github.com/kubernetes-csi/csi-driver-nfs"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0"
29+
},
30+
{
31+
"fixed": "0.0.0-20260210055231-316af2d86b91"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
1738
"references": [
1839
{
1940
"type": "ADVISORY",
@@ -23,6 +44,14 @@
2344
"type": "WEB",
2445
"url": "https://github.com/kubernetes/kubernetes/issues/137797"
2546
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/kubernetes-csi/csi-driver-nfs/commit/316af2d86b913a595542dc17e8599cf81afd938f"
50+
},
51+
{
52+
"type": "PACKAGE",
53+
"url": "https://github.com/kubernetes-csi/csi-driver-nfs"
54+
},
2655
{
2756
"type": "WEB",
2857
"url": "https://groups.google.com/g/kubernetes-security-announce/c/i4ZKN9VLcUE"
@@ -37,8 +66,8 @@
3766
"CWE-22"
3867
],
3968
"severity": "MODERATE",
40-
"github_reviewed": false,
41-
"github_reviewed_at": null,
69+
"github_reviewed": true,
70+
"github_reviewed_at": "2026-03-24T16:11:26Z",
4271
"nvd_published_at": "2026-03-20T23:16:48Z"
4372
}
4473
}

0 commit comments

Comments
 (0)