PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-6437 Amazon CVE debrief

A vulnerability in the AWS EFS CSI Driver before v3.0.1 allows remote authenticated users with PersistentVolume creation permissions to inject arbitrary mount options via comma injection in the volume handling component. The issue stems from improper neutralization of argument delimiters (CWE-88), which could lead to integrity impacts on the system cluster. The vulnerability was published on April 17, 2026, and last modified on June 1, 2026. Amazon has released version v3.0.1 to address this issue.

Vendor
Amazon
Product
AWS EFS CSI Driver
CVSS
MEDIUM 6.9
CISA KEV
Not listed in stored evidence
Original CVE published
2026-04-17
Original CVE updated
2026-06-01
Advisory published
2026-04-17
Advisory updated
2026-06-01

Who should care

Organizations running AWS EFS CSI Driver versions prior to v3.0.1 in Kubernetes environments, particularly those with multi-tenant clusters where PersistentVolume creation permissions may be granted to non-administrative users. Platform engineering teams, Kubernetes cluster administrators, and security teams responsible for container storage security should prioritize this update.

Technical summary

The AWS EFS CSI Driver's volume handling component fails to properly neutralize argument delimiters, specifically commas, in mount option processing. An authenticated attacker with PersistentVolume creation permissions can inject additional mount options by including comma characters in input fields that are subsequently passed to mount commands. This could allow manipulation of filesystem mount behavior, potentially leading to unauthorized data access or integrity violations within the Kubernetes cluster. The vulnerability is addressed in version v3.0.1 through proper input sanitization.

Defensive priority

medium

Recommended defensive actions

  • Upgrade aws-efs-csi-driver to version v3.0.1 or later
  • Review and restrict PersistentVolume creation permissions to only trusted principals
  • Audit existing PersistentVolume configurations for unexpected mount options
  • Monitor for anomalous mount option usage in EFS CSI Driver deployments
  • Apply principle of least privilege for Kubernetes RBAC roles related to volume management

Evidence notes

The vulnerability is classified as CWE-88 (Improper Neutralization of Argument Delimiters in a Command). The CVSS 4.0 vector indicates network attack vector with low attack complexity, requiring high privileges, with high integrity impact to the system cluster. The affected product is the Amazon EFS CSI Driver for Kubernetes, with versions prior to 3.0.1 being vulnerable.

Official resources

2026-04-17T19:16:40.150Z