Description
In the Linux kernel, the following vulnerability has been resolved:

ecryptfs: reject too-small tag 70 packets

ecryptfs_parse_tag_70_packet() subtracts fixed metadata fields from the
parsed packet body size to derive the encrypted filename size. A
malformed packet with a body smaller than those fixed fields can underflow
that size calculation.

Reject tag 70 packets before the subtraction unless the body contains the
signature, cipher code, and at least one byte of encrypted filename data.
Published: 2026-09-11
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of service via kernel crash caused by integer underflow in ecryptfs tag processing
Action: Apply patch
AI Analysis

Impact

ecryptfs_parse_tag_70_packet subtracts fixed metadata fields from the packet body size to derive the encrypted filename size. A malformed packet whose body is smaller than those fixed fields causes an unsigned integer underflow, potentially leading the kernel to read or write memory outside the intended bounds. The resulting kernel fault would crash the system, causing a denial of service. This weakness is an instance of integer underflow (CWE-191).

Affected Systems

The flaw resides in. All Linux distributions that ship an unpatched kernel and enable ecryptfs—whether through user mounts or kernel modules—could be affected. No specific kernel release is listed in the CNA data, so any kernel version that has not yet incorporated the fix may be vulnerable.

Risk and Exploitability

The CVSS score of 4.7 indicates moderate severity. The EPSS score of 0.00175 indicates an extremely low exploitation probability, and the vulnerability is not listed in CISA KEV, suggesting limited current exploitation activity. The likely attack vector is remote or local delivery of a crafted ecryptfs packet to a system that accepts ecryptfs data, as inferred from the kernel’s parsing routine. An attacker who can supply such a packet could trigger a crash and disrupt service, although this does not lead to code execution or data disclosure.

Generated by OpenCVE AI on September 13, 2026 at 05:40 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a release that includes the ecryptfs packet validation fix
  • If ecryptfs is not required for your environment, disable or unload the ecryptfs kernel module the use of ecryptfs to trusted users or services and enforce strict input validation when accepting encrypted data packets
  • If ecryptfs remains essential, implement additional monitoring for abnormal packet signatures and consider migrating critical encrypted data to alternative encryption methods to reduce exposure

Generated by OpenCVE AI on September 13, 2026 at 05:40 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 13 Sep 2026 06:45:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

cvssV3_1

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


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

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

None

cvssV3_1

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

threat_severity

Moderate


Fri, 11 Sep 2026 23:45:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: ecryptfs: reject too-small tag 70 packets ecryptfs_parse_tag_70_packet() subtracts fixed metadata fields from the parsed packet body size to derive the encrypted filename size. A malformed packet with a body smaller than those fixed fields can underflow that size calculation. Reject tag 70 packets before the subtraction unless the body contains the signature, cipher code, and at least one byte of encrypted filename data.
Title ecryptfs: reject too-small tag 70 packets
First Time appeared Linux
Linux linux Kernel
CPEs cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
Vendors & Products Linux
Linux linux Kernel
References

Subscriptions

Linux Linux Kernel
cve-icon MITRE

Status: PUBLISHED

Assigner: Linux

Published:

Updated: 2026-09-13T06:31:42.318Z

Reserved: 2026-09-11T19:38:34.733Z

Link: CVE-2026-89606

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-09-11T20:19:45.603

Modified: 2026-09-13T07:17:26.003

Link: CVE-2026-89606

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-09-11T19:45:08Z

Links: CVE-2026-89606 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-09-13T05:45:18Z

Weaknesses
  • CWE-191

    Integer Underflow (Wrap or Wraparound)