Description
Unverified ownership of a storage access point in the volume deletion component of the Amazon EFS CSI Driver before v3.4.1 might allow an authenticated Kubernetes user with PersistentVolume creation privileges to cause recursive deletion of directories on an EFS filesystem they are not authorized to access, via a crafted PersistentVolume volumeHandle that pairs an access point from one filesystem with a different target filesystem.



To remediate this issue, users should upgrade to version v3.4.1.
Published: 2026-09-04
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Privilege escalation and unintended directory deletion
Action: Upgrade Driver
AI Analysis

Impact

An authenticated Kubernetes user that has permission to create PersistentVolume objects can exploit a flaw in the Amazon EFS CSI Driver’s volume deletion logic. The driver fails to verify that the access point used to identify the volume belongs to the target EFS filesystem, allowing a crafted volumeHandle that couples an access point from one filesystem with a different target filesystem. This flaw can lead to recursive deletion of directories on an EFS filesystem that the attacker is not otherwise authorized to modify, potentially causing loss of data and service disruption. The weakness is a broken access control (CWE‑283) combined with unauthorized privilege escalation (CWE‑639).

Affected Systems

AWS EFS CSI Driver versions earlier than 3.4.1. The vulnerability affects the volume deletion component, so any Kubernetes cluster that has installed a prior release of the driver is impacted.

Risk and Exploitability

The CVSS score of 5.1 indicates a moderate severity. Exploitation requires only an authenticated Kubernetes user with PersistentVolume creation privileges, which are explicitly mentioned in the CVE description. The EPSS score of less than 1% suggests a very low likelihood of exploitation, and the vulnerability is not listed in the CISA KEV catalog, indicating no known active exploitation. The attack vector thus depends on proper authentication and authorization within the Kubernetes environment.

Generated by OpenCVE AI on September 21, 2026 at 06:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the AWS EFS CSI Driver to version 3.4.1 or later.
  • Restrict PersistentVolume creation privileges to trusted and minimal sets of Kubernetes users or service accounts.
  • Implement additional validation to verify that an access point belongs to the intended EFS filesystem before allowing deletion operations.

Generated by OpenCVE AI on September 21, 2026 at 06:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sat, 19 Sep 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
References
Metrics threat_severity

None

threat_severity

Important


Sat, 05 Sep 2026 08:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 04 Sep 2026 19:00:00 +0000

Type Values Removed Values Added
Description Unverified ownership of a storage access point in the volume deletion component of the Amazon EFS CSI Driver before v3.4.1 might allow an authenticated Kubernetes user with PersistentVolume creation privileges to cause recursive deletion of directories on an EFS filesystem they are not authorized to access, via a crafted PersistentVolume volumeHandle that pairs an access point from one filesystem with a different target filesystem. To remediate this issue, users should upgrade to version v3.4.1.
Title Unverified access point ownership in Amazon EFS CSI Driver
First Time appeared Aws
Aws aws-efs-csi-driver
Weaknesses CWE-283
CPEs cpe:2.3:a:aws:aws-efs-csi-driver:*:*:*:*:*:*:*:*
Vendors & Products Aws
Aws aws-efs-csi-driver
References
Metrics cvssV3_1

{'score': 8.7, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:C/C:N/I:H/A:H'}

cvssV4_0

{'score': 5.1, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:P/PR:H/UI:N/VC:N/VI:N/VA:N/SC:N/SI:H/SA:H'}


Subscriptions

Aws Aws-efs-csi-driver
cve-icon MITRE

Status: PUBLISHED

Assigner: AMZN

Published:

Updated: 2026-09-04T19:28:03.833Z

Reserved: 2026-09-04T16:27:45.409Z

Link: CVE-2026-85781

cve-icon Vulnrichment

Updated: 2026-09-04T19:27:57.066Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-09-04T19:17:34.157

Modified: 2026-09-08T14:00:33.017

Link: CVE-2026-85781

cve-icon Redhat

Severity : Important

Publid Date: 2026-09-04T18:49:53Z

Links: CVE-2026-85781 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-21T06:30:09Z

Weaknesses
  • CWE-283

    Unverified Ownership

  • CWE-639

    Authorization Bypass Through User-Controlled Key