CVE-2026-53167
Analyzed Analyzed - Analysis Complete

FUSE FOLIO Uptodate Check Bypass in Linux Kernel

Vulnerability report for CVE-2026-53167, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-25

Last updated on: 2026-07-06

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-07-06
Generated
2026-07-15
AI Q&A
2026-06-25
EPSS Evaluated
2026-07-14
NVD
EUVD

Affected Vendors & Products

Showing 8 associated CPEs
Vendor Product Version / Range
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel From 6.19 (inc) to 7.0.13 (exc)
linux linux_kernel 7.1
linux linux_kernel 7.1
linux linux_kernel From 2.6.36 (inc) to 6.18.36 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-908 The product uses or accesses a resource that has not been initialized.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

This vulnerability involves the potential exposure of uninitialized data through the FUSE_NOTIFY_RETRIEVE mechanism in the Linux kernel. Systems that do not enable automatic zero-initialization of page allocations may inadvertently expose sensitive data.

Exposure of uninitialized data could lead to unauthorized disclosure of sensitive information, which may impact compliance with data protection regulations such as GDPR and HIPAA that require safeguarding personal and sensitive data.

However, the vulnerability only affects systems without specific kernel configurations (CONFIG_INIT_ON_ALLOC_DEFAULT_ON or init_on_alloc=1) that zero-initialize memory, potentially limiting its impact.

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