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

fuse: reject fuse_notify() pagecache ops on directories

The operations FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE allow the
FUSE daemon to actively write/read pagecache contents.

For directories with FOPEN_CACHE_DIR, the pagecache is used as
kernel-internal cache storage, and userspace is not supposed to have
direct access to this cache - in particular, fuse_parse_cache() will hit
WARN_ON() if the cache contains bogus data.

Reject FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE on anything other than
regular files with -EINVAL.
Published: 2026-06-25
Score: 5.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This flaw allows a FUSE daemon to issue FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE operations on directory objects that use the FOPEN_CACHE_DIR option. Such directories store data in the kernel’s page cache for internal caching, and user space should not have the ability to write or read this cache. Before the patch, the kernel accepted the requests, treating the supplied data as valid page cache contents, which could trigger WARN_ON when the cache became corrupted. The current fix causes the kernel to reject all non‑regular‑file notify requests with an "-EINVAL". The effect of the original issue is the potential corruption of the page‑cache structure, which could lead to unstable file‑system operations or a kernel panic, thereby causing a denial of service.

Affected Systems

All Linux kernel releases that do not include the patch, including every current and previous major release represented in the CPE list, and specifically the 7.1 release candidates RC1 through RC6. Any distribution running a kernel from those versions without the latest update would be vulnerable.

Risk and Exploitability

The CVSS score of 5.5 classifies the vulnerability as moderate. The EPSS score of less than 1 % indicates a very low probability of exploitation in the immediate future, and the vulnerability is not listed in the CISA KEV catalog. Based on the description, it is inferred that exploitation would require an attacker to control a FUSE daemon or otherwise inject FUSE_NOTIFY_STORE or FUSE_NOTIFY_RETRIEVE requests destined for a directory with FOPEN_CACHE_DIR enabled. Because the vulnerable operation is limited to manipulating page‑cache contents and does not grant arbitrary code execution, the confirmed impact remains a potential denial of service rather than privilege escalation.

Generated by OpenCVE AI on August 13, 2026 at 15:35 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the most recent Linux kernel release that contains the patch rejecting non‑regular‑file FUSE_NOTIFY operations.
  • If an immediate kernel upgrade is not possible, disable or unmount any FUSE file systems that use the FOPEN_CACHE_DIR option to remove the directory‑page‑cache feature from user space.
  • Configure kernel log monitoring to alert on WARN_ON messages or other errors related to FUSE notify operations, allowing early detection of attempted exploitation.

Generated by OpenCVE AI on August 13, 2026 at 15:35 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Debian DLA Debian DLA DLA-4664-1 linux security update
Debian DLA Debian DLA DLA-4665-1 linux security update
Debian DLA Debian DLA DLA-4671-1 linux-6.1 security update
History

Fri, 26 Jun 2026 14:45:00 +0000

Type Values Removed Values Added
Weaknesses CWE-767

Fri, 26 Jun 2026 12:15:00 +0000

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

None

cvssV3_1

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

threat_severity

Moderate


Thu, 25 Jun 2026 12:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-767

Thu, 25 Jun 2026 09:15:00 +0000

Type Values Removed Values Added
Description In the Linux kernel, the following vulnerability has been resolved: fuse: reject fuse_notify() pagecache ops on directories The operations FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE allow the FUSE daemon to actively write/read pagecache contents. For directories with FOPEN_CACHE_DIR, the pagecache is used as kernel-internal cache storage, and userspace is not supposed to have direct access to this cache - in particular, fuse_parse_cache() will hit WARN_ON() if the cache contains bogus data. Reject FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE on anything other than regular files with -EINVAL.
Title fuse: reject fuse_notify() pagecache ops on directories
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-06-25T08:38:47.420Z

Reserved: 2026-06-09T07:44:35.389Z

Link: CVE-2026-53168

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Analyzed

Published: 2026-06-25T09:16:34.170

Modified: 2026-07-06T20:12:00.473

Link: CVE-2026-53168

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-06-25T00:00:00Z

Links: CVE-2026-53168 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T15:45:03Z

Weaknesses