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

5.5 · MEDIUM
Published Jul 1, 2026 linux CWE-401 EPSS 0.12% (2th pctl)

Overview

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

KVM: Don't WARN if memory is dirtied without a vCPU when the VM is dying

When marking a page dirty, complain about not having a running/loaded vCPU

if and only if the VM is still alive, i.e. its refcount is non-zero. This

will allow fixing a memory leak for x86 SEV-ES guests without hitting what

is effectively a false positive on the WARN.

For some SEV-ES VM-Exits, KVM keeps a writable mapping of a guest page

across an exit to userspace, and typically unmaps the page on the next

KVM_RUN. But if userspace never calls KVM_RUN after such an exit, then KVM

needs to unmap the page when the vCPU is destroyed, which in turn triggers

the WARN about not having a running vCPU.

Alternatively, SEV-ES could temporarily load the vCPU to suppress the WARN,

as is done in nested_vmx_free_vcpu() (but for completely unrelated reasons;

suppressing WARN from nested_put_vmcs12_pages() is pure happenstance). But

loading a vCPU during

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.17, < 6.6.143 Affected

Frequently Asked Questions

What is CVE-2026-53345?

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

How severe is CVE-2026-53345?

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

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

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