Skip to main content

Linux Kernel CVE-2026-53168

| EUVDEUVD-2026-39259 MEDIUM
2026-06-25 416baaa9-dc9f-4396-8d5f-8c081fb06d67 GHSA-r29v-cgxr-pghg
5.5
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
5.5 MEDIUM
AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
vuln.today AI
5.5 MEDIUM

Local-only vector requires FUSE daemon control with low privileges; pure DoS via kernel crash with no confirmed confidentiality or integrity impact per vendor scoring.

3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
4.0 AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N
SUSE
MEDIUM
qualitative
Red Hat
7.0 MEDIUM
qualitative

Primary rating from NVD.

CVSS VectorNVD

Attack Vector
Local
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

5
Analysis Generated
Jul 06, 2026 - 20:29 vuln.today
CVSS changed
Jul 06, 2026 - 20:22 NVD
5.5 (MEDIUM)
Patch available
Jun 25, 2026 - 10:32 EUVD
CVE Published
Jun 25, 2026 - 09:16 nvd
MEDIUM 5.5
CVE Published
Jun 25, 2026 - 09:16 cve.org
UNKNOWN (no severity yet)

DescriptionNVD

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.

AnalysisAI

Kernel crash via FUSE pagecache misuse in the Linux kernel allows a local low-privileged user controlling a FUSE daemon to trigger a WARN_ON() assertion in fuse_parse_cache() by sending FUSE_NOTIFY_STORE or FUSE_NOTIFY_RETRIEVE notifications targeting directory inodes instead of regular files, causing a denial-of-service kernel crash. The vulnerability specifically affects FUSE filesystems that have directory caching (FOPEN_CACHE_DIR) enabled, a non-default configuration that exposes kernel-internal pagecache storage to invalid manipulation. No public exploit has been identified, EPSS sits at 0.18% (7th percentile), and patches have been released across all active Linux stable branches.

Technical ContextAI

FUSE (Filesystem in Userspace) is a Linux kernel subsystem enabling userspace-implemented filesystems via a daemon protocol. Two FUSE notification operations - FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE - allow the FUSE daemon to directly write to and read from the kernel's pagecache on behalf of regular files, a legitimate optimization for file data. A separate capability, FOPEN_CACHE_DIR, repurposes the pagecache as an opaque kernel-internal cache for directory entries, and this cache is not designed for direct userspace manipulation. The root cause is an absent input validation check in the fuse_notify() handler: it did not enforce that FUSE_NOTIFY_STORE and FUSE_NOTIFY_RETRIEVE operations are restricted to regular file inodes. When these operations target a directory inode operating under FOPEN_CACHE_DIR, the kernel's fuse_parse_cache() function processes the resulting bogus cache contents and fires a WARN_ON() assertion, which on most production kernel configurations causes a kernel panic. CWE is not formally assigned in the provided data, but the pattern aligns with improper input validation (CWE-20) - specifically, a missing inode type check. Affected products per CPE: cpe:2.3:o:linux:linux_kernel across multiple stable branches through 7.1-rc3.

RemediationAI

The primary remediation is upgrading to a patched kernel version: 5.10.259+ for the 5.10 LTS branch, 5.15.210+ for 5.15 LTS, 6.1.176+ for 6.1 LTS, 6.6.143+ for 6.6, 6.12.94+ for 6.12, 7.0.13+ for 7.0, or 7.1 final. Upstream fix commits are available at git.kernel.org, including https://git.kernel.org/stable/c/15487f98863dc7156ed43c5be26d478beb82ba35 and related stable commits. As a compensating control on unpatched systems, disabling unprivileged user namespaces (sysctl kernel.unprivileged_userns_clone=0 on Ubuntu-based systems) prevents unprivileged users from spawning FUSE daemons entirely, substantially reducing exposure; note this trade-off breaks legitimate unprivileged FUSE mounts (e.g., SSHFS, bindfs) for non-root users. A narrower alternative is restricting access to /dev/fuse via permissions or seccomp policy on sensitive workloads, preventing arbitrary FUSE daemon creation without a broad namespace restriction. Distribution-specific advisories should be monitored as vendors backport fixes.

Vendor StatusVendor

SUSE

Severity: Moderate
Product Status
Container suse/sl-micro/6.0/base-os-container:2.1.3-7.177 Container suse/sl-micro/6.1/base-os-container:2.2.1-5.155 Affected
Container suse/sl-micro/6.0/rt-os-container:2.1.3-7.206 Container suse/sl-micro/6.1/rt-os-container:2.2.1-5.152 Affected
Image SLES15-SP7-Azure-3P Image SLES15-SP7-Azure-Basic Image SLES15-SP7-Azure-Standard Image SLES15-SP7-HPC-Azure Affected
Image SLES15-SP7-BYOS-Azure Image SLES15-SP7-BYOS-GCE Image SLES15-SP7-CHOST-BYOS-Aliyun Image SLES15-SP7-CHOST-BYOS-Azure Image SLES15-SP7-CHOST-BYOS-EC2 Image SLES15-SP7-CHOST-BYOS-GCE Image SLES15-SP7-CHOST-BYOS-GDC Image SLES15-SP7-CHOST-BYOS-SAP-CCloud Image SLES15-SP7-EC2 Image SLES15-SP7-EC2-ECS-HVM Image SLES15-SP7-GCE Image SLES15-SP7-HPC-BYOS-Azure Image SLES15-SP7-HPC-BYOS-EC2 Image SLES15-SP7-HPC-BYOS-GCE Image SLES15-SP7-Hardened-BYOS-Azure Image SLES15-SP7-Hardened-BYOS-EC2 Image SLES15-SP7-Hardened-BYOS-GCE Image SLES15-SP7-SAPCAL-Azure Image SLES15-SP7-SAPCAL-EC2 Image SLES15-SP7-SAPCAL-GCE Affected
Image SLES15-SP7-SAP-Azure Image SLES15-SP7-SAP-Azure-3P Image SLES15-SP7-SAP-BYOS-Azure Image SLES15-SP7-SAP-BYOS-EC2 Image SLES15-SP7-SAP-BYOS-GCE Image SLES15-SP7-SAP-EC2 Image SLES15-SP7-SAP-GCE Image SLES15-SP7-SAP-Hardened-Azure Image SLES15-SP7-SAP-Hardened-BYOS-Azure Image SLES15-SP7-SAP-Hardened-BYOS-EC2 Image SLES15-SP7-SAP-Hardened-BYOS-GCE Image SLES15-SP7-SAP-Hardened-GCE Affected

Share

CVE-2026-53168 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy