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

8.8 · HIGH
Published Jul 4, 2026 linux CWE-125

Overview

CVE-2026-53360 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: SEV: Require in-GHCB scratch area if GHCB v2+ is in use

As per the GHCB spec, when using GHCB v2+ require the software scratch area

to reside in the GHCB's shared buffer. Note, things like Page State Change

(PSC) requests _rely_ on this behavior, as the guest can't provide a length

when making the request, i.e. the size of the guest payload is bounded by

the size of the shared buffer.

Failure to force usage of the GHCB, and a slew of other flaws, lets a

malicious SNP guest corrupt host kernel heap memory, and leak host heap

layout information.

setup_vmgexit_scratch() allocates a buffer via kvzalloc(exit_info_2),

where exit_info_2 is guest-controlled. With exit_info_2=24, this yields

a 24-byte allocation in kmalloc-cg-32 (32-byte slab objects). The buffer

holds an 8-byte psc_hdr followed by 8-byte psc_entry structs, so only

entries[0] and entries[1] are in-bounds.

snp_begin_psc() validates end_entry against V

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.10, < 6.12.93 Affected

Frequently Asked Questions

What is CVE-2026-53360?

CVE-2026-53360 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-53360?

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

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

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