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

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

Overview

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

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

mm/percpu-km: fix bitmap overflow and accounting in pcpu_create_chunk()

In pcpu_create_chunk(), nr_pages is the total contiguous backing

allocation, i.e., nr_units * pcpu_unit_pages, but pcpu_chunk_populated()

uses it to set chunk->populated, whose size is pcpu_unit_pages, bitmap.

Since bit N in chunk->populated means page offset N inside every unit is

backed. When nr_units > 1, the function writes beyond chunk->populated.

Fix it by using chunk->nr_pages.

It also fixes the global pcpu_nr_empty_pop_pages accounting, since

pcpu_balance_free() only iterates up to chunk->nr_pages.

Commit a63d4ac4ab609 ("percpu: make percpu-km set chunk->populated bitmap

properly") introduced the bitmap overflow issue. Later, commit

b539b87fed37f ("percpu: implmeent pcpu_nr_empty_pop_pages and

chunk->nr_populated") added pcpu_nr_empty_pop_pages and caused the

accounting issue.

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

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

How severe is CVE-2026-80718?

This vulnerability has a CVSS 3.1 base score of 7.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-80718?

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

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