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

8.8 · HIGH
Published Jul 4, 2026 linux CWE-416 EPSS 0.96% (59th pctl)

Overview

CVE-2026-53359 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. 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:

KVM: x86: Fix shadow paging use-after-free due to unexpected role

Commit 0cb2af2ea66ad ("KVM: x86: Fix shadow paging use-after-free due

to unexpected GFN") fixed a shadow paging mismatch between stored and

computed GFNs; the bug could be triggered by changing a PDE mapping from

outside the guest, and then deleting a memslot. The rmap_remove()

call would miss entries created after the PDE change because the GFN

of the leaf SPTE does not match the GFN of the struct kvm_mmu_page.

A similar hole however remains if the modified PDE points to a non-leaf

page. In this case the gfn can be made to match, but the role does not

match: the original large 2MB page creates a kvm_mmu_page with direct=1,

while the new 4KB needs a kvm_mmu_page with direct=0. However,

kvm_mmu_get_child_sp() does not compare the role, and therefore reuses

the page.

The next step is installing a leaf (4KB) SPTE on the new path which

records an rmap

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 >= 2.6.36, < 6.1.177 Affected

Frequently Asked Questions

What is CVE-2026-53359?

CVE-2026-53359 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 4, 2026 and has a CVSS 3.1 base score of 8.8 (HIGH).

How severe is CVE-2026-53359?

This vulnerability has a CVSS 3.1 base score of 8.8, rated HIGH. 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-53359?

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

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