CVE-2026-80718
Last modified
CVE-2026-80718 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. 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. EPSS estimates a 0.16% chance of exploitation in the next 30 days.
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.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= a63d4ac4ab6094c051a5a240260d16117a7a2f86, < 5f43d2c1bea280dcdfabaf156c25e7402fb8039f; >= a63d4ac4ab6094c051a5a240260d16117a7a2f86, < 92c43ac3c2b09eb16162e8144e73c00b7c3e29d6; >= a63d4ac4ab6094c051a5a240260d16117a7a2f86, < 6fc7da2a052f2825fff785e860e67183f5acaaba; >= a63d4ac4ab6094c051a5a240260d16117a7a2f86, < 01504da375f5b19df195cb1cb1cf1dd184318f97; >= a63d4ac4ab6094c051a5a240260d16117a7a2f86, < a6940b84c8c035da465b7165fdfcfb005545724e; >= a63d4ac4ab6094c051a5a240260d16117a7a2f86, < 32134cf9211b83bed9076d0739c5906fbea4c763; >= a63d4ac4ab6094c051a5a240260d16117a7a2f86, < 5c7fc39bf19abb38a996aaad77b3e3a8f48581c3; >= a63d4ac4ab6094c051a5a240260d16117a7a2f86, < 89b1b79c308818a715e75f28744b70d8940a07c9 |
| Linux | Linux | 3.18 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-80718?
How severe is CVE-2026-80718?
How do I fix CVE-2026-80718?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-80712In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80713In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-80714In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-80715In the Linux kernel, the following vulnerability has been re…
- CVE-2026-80716In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-80717In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80719In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8072Insecure generation of credentials in the local SAT (Technic…9.2
- CVE-2026-80720In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-80721In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80722In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-80723In the Linux kernel, the following vulnerability has been re…8.4
Are you affected by CVE-2026-80718?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
