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

7.1 · HIGH
Published Aug 28, 2026 EPSS 0.12% (2th pctl)

Overview

CVE-2026-80662 is a high-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.1, 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:

cxl: Fix CXL_HEADERLOG_SIZE to match RAS Capability size

The CXL r4.0 8.2.4.17.7 RAS Capability Structure has total length 0x58

bytes (CXL_RAS_CAPABILITY_LENGTH); the Header Log occupies the trailing

64 bytes at offset 0x18. CXL_HEADERLOG_SIZE was defined as SZ_512,

eight times the actual on-device size.

header_log_copy() reads CXL_HEADERLOG_SIZE_U32 (128) dwords from the

RAS capability iomap, overrunning the 88-byte mapping by 448 bytes.

The cxl_aer_uncorrectable_error trace event memcpy()s CXL_HEADERLOG_SIZE

(512) bytes from its source. For the CPER caller the source is

struct cxl_ras_capability_regs::header_log[16] (64 bytes) embedded in a

stack-local cxl_cper_prot_err_work_data, so the memcpy reads 448 bytes

of kernel stack into the trace event ring buffer where userspace can

read it via tracefs.

Set CXL_HEADERLOG_SIZE to 64 and derive CXL_HEADERLOG_SIZE_U32 from it,

bringing all iomap readers into agreement

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-80662?

CVE-2026-80662 is a high-severity vulnerability. It was published on August 28, 2026 and has a CVSS 3.1 base score of 7.1 (HIGH).

How severe is CVE-2026-80662?

This vulnerability has a CVSS 3.1 base score of 7.1, 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-80662?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-80662?

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