Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-53311

5.5 · MEDIUM
Published Jun 26, 2026 linux CWE-908

Overview

CVE-2026-53311 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 26, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

fuse: fix uninit-value in fuse_dentry_revalidate()

fuse_dentry_revalidate() may be called with a dentry that didn't had

->d_time initialised. The issue was found with KMSAN, where lookup_open()

calls __d_alloc(), followed by d_revalidate(), as shown below:

=====================================================

BUG: KMSAN: uninit-value in fuse_dentry_revalidate+0x150/0x13d0 fs/fuse/dir.c:394

fuse_dentry_revalidate+0x150/0x13d0 fs/fuse/dir.c:394

d_revalidate fs/namei.c:1030 [inline]

lookup_open fs/namei.c:4405 [inline]

open_last_lookups fs/namei.c:4583 [inline]

path_openat+0x1614/0x64c0 fs/namei.c:4827

do_file_open+0x2aa/0x680 fs/namei.c:4859

[...]

Uninit was created at:

slab_post_alloc_hook mm/slub.c:4466 [inline]

slab_alloc_node mm/slub.c:4788 [inline]

kmem_cache_alloc_lru_noprof+0x382/0x1280 mm/slub.c:4807

__d_alloc+0x55/0xa00 fs/dcache.c:1740

d_alloc_parallel+0x99/0x2740 fs/dcache.c:2604

lookup_open f

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.16, < 6.18.34 Affected

Frequently Asked Questions

What is CVE-2026-53311?

CVE-2026-53311 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 26, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-53311?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-53311?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-53311?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-53311 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.