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

ecryptfs: release message context on send failure

ecryptfs_send_message_locked() moves a message context from the free
list to the allocated list before sending the request to the userspace
daemon.

If ecryptfs_send_miscdev() fails, the context is left on the
allocated list and cannot be reused. Move it back to the free list on
failure and clear the caller's pointer.
Published: 2026-09-11
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Denial of Service via resource exhaustion
Action: Immediate Patch
AI Analysis

Impact

The ecryptfs module in the Linux kernel incorrectly retains a message context when a send operation to the userspace daemon fails. The context is moved from the free list to the allocated list the operation fails, causing a leak of the resource. Repeated failures can exhaust the pool of message contexts, preventing further ecryptfs operations and resulting in a denial of service. The weakness is an improper release of resources (CWE‑772).

Affected Systems

All Linux kernel builds that include the ecryptfs filesystem are affected, regardless of distribution. This includes major distributions such as Ubuntu, Debian, RHEL, CentOS, and Fedora. No specific kernel version number is given in the advisory, so the issue exists in any kernel containing the described code path until it is updated with the patch.

Risk and Exploitability

The CVSS score is 5.5, indicating moderate severity, and the EPSS score is less than 1%, implying a low probability of exploitation. The vulnerability is not listed in the CISA KEV catalog, and there is no evidence of widespread exploitation. The likely attack vector is local or privileged; an attacker would need to trigger send failures to the ecryptfs userspace daemon, which may be achieved by a misbehaving application or a local attacker with sufficient permissions. Consequently, while the impact is limited to availability, the threat remains moderate but exploitable under the right conditions.

Generated by OpenCVE AI on September 13, 2026 at 04:33 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Linux kernel to a version that includes the ecryptfs send context fix (e.g., incorporate commit 219644a3ad5518217b2d62cad6d2c36a2308c949).
  • If a kernel update cannot be applied immediately, disable or restrict usage of the ecryptfs filesystem until the patch is available, thereby preventing the resource leak.
  • Continuously monitor system logs for ecryptfs send failure messages, and when repeated failures are detected, restart the userspace daemon or investigate the root cause to mitigate potential resource exhaustion.

Generated by OpenCVE AI on September 13, 2026 at 04:33 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': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/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-772
References
Metrics threat_severity

None

cvssV3_1

{'score': 5.5, 'vector': 'CVSS:3.1/AV:L/AC:L/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: release message context on send failure ecryptfs_send_message_locked() moves a message context from the free list to the allocated list before sending the request to the userspace daemon. If ecryptfs_send_miscdev() fails, the context is left on the allocated list and cannot be reused. Move it back to the free list on failure and clear the caller's pointer.
Title ecryptfs: release message context on send failure
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:39.603Z

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

Link: CVE-2026-89605

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-89605

cve-icon Redhat

Severity : Moderate

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

Links: CVE-2026-89605 - Bugzilla

cve-icon OpenCVE Enrichment

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

Weaknesses
  • CWE-772

    Missing Release of Resource after Effective Lifetime