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-64294

5.5 · MEDIUM
Published Jul 25, 2026 linux

Overview

CVE-2026-64294 is a medium-severity vulnerability affecting linux linux_kernel. It was published on July 25, 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:

mm: do file ownership checks with the proper mount idmap

Ever since idmapped mounts were introduced, inode ownership checks (for

side-channel protection) in mincore() and madvise(MADV_PAGEOUT) were done

against the nop_mnt_idmap, which completely ignores the file's mount's

idmap. This results in odd edgecases like:

1) mount/bind-mount with an idmap userA:userB:1

2) userB runs an owner_or_capable() check on file that is owned by userA

on-disk/in-memory, but owned by userB after idmap translation

3) owner_or_capable() mysteriously fails as the correct idmap wasn't supplied

In the case of mincore/madvise MADV_PAGEOUT, this is usually benign,

because file_permission(file, MAY_WRITE) will probably succeed, as it uses

the proper idmap internally, but it does not need to be the case on e.g a

0444 file where even the owner itself doesn't have permissions to write to

it.

Since this is clearly not trivial to get right, int

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 >= 5.12, < 6.6.145 Affected

Frequently Asked Questions

What is CVE-2026-64294?

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

How severe is CVE-2026-64294?

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-64294?

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-64294?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64294 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.