CVE-2026-53167
Received Received - Intake
FUSE FOLIO Uptodate Check Bypass in Linux Kernel

Publication date: 2026-06-25

Last updated on: 2026-06-25

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: fuse: limit FUSE_NOTIFY_RETRIEVE to uptodate folios FUSE_NOTIFY_RETRIEVE must be limited to uptodate folios; !uptodate folios can contain uninitialized data. Since FUSE_NOTIFY_RETRIEVE is intended to only return data that is already in the page cache and not wait for data from the FUSE daemon, treat !uptodate folios as if they weren't present. This only has security impact on systems that don't enable automatic zero-initialization of all page allocations via CONFIG_INIT_ON_ALLOC_DEFAULT_ON or init_on_alloc=1.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-06-25
Last Modified
2026-06-25
Generated
2026-06-25
AI Q&A
2026-06-25
EPSS Evaluated
N/A
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

This vulnerability exists in the Linux kernel's FUSE (Filesystem in Userspace) implementation. Specifically, the issue is with the FUSE_NOTIFY_RETRIEVE operation, which was not properly limited to only 'uptodate' folios (memory pages that contain valid data).

The problem is that FUSE_NOTIFY_RETRIEVE could return data from folios that were not marked as 'uptodate', meaning they could contain uninitialized or stale data. Since FUSE_NOTIFY_RETRIEVE is supposed to only return data already present in the page cache without waiting for the FUSE daemon, treating non-uptodate folios as if they were present could expose uninitialized data.

This vulnerability affects systems that do not enable automatic zero-initialization of all page allocations, which is controlled by kernel configuration options like CONFIG_INIT_ON_ALLOC_DEFAULT_ON or the init_on_alloc=1 parameter.

Impact Analysis

The impact of this vulnerability is that uninitialized memory data could be exposed through the FUSE filesystem interface. This means that sensitive or random data from kernel memory might be leaked to userspace processes accessing FUSE filesystems.

However, this security impact only applies to systems that do not have automatic zero-initialization of page allocations enabled. On systems with this protection enabled, the risk is mitigated.

Mitigation Strategies

To mitigate this vulnerability, ensure that your system enables automatic zero-initialization of all page allocations by enabling CONFIG_INIT_ON_ALLOC_DEFAULT_ON in the kernel configuration or by using the kernel boot parameter init_on_alloc=1.

This setting prevents uninitialized data from being exposed via FUSE_NOTIFY_RETRIEVE by zero-initializing page allocations, thereby addressing the security impact of the vulnerability.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-53167. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart