Reference page — cumulative record through Wednesday, August 19, 2026 UTC. Reference pages update as the archive grows; only dated daily editions are immutable pages of record.
Linux Linux — ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT
AV AC PR UI S C I A CVSS EPSS %ile KEV
L L L N U N N H 5.5 .0026 18.4 —
AFFECTED
Product Versions Fixed
Linux d2d6422f8bd17c6bb205133e290625a564194496 – —
Linux 6.12 – 6.12.64
TIMELINE
Jan 13 Reserved by Linux
Jan 13 Published (CNA: Linux)
Jul 30 RESCORED — CVE-2025-71080 (Linux). CVSS 7.5 → 5.5 (NVD).
Description
In the Linux kernel, the following vulnerability has been resolved:
ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT
On PREEMPT_RT kernels, after rt6_get_pcpu_route() returns NULL, the
current task can be preempted. Another task running on the same CPU
may then execute rt6_make_pcpu_route() and successfully install a
pcpu_rt entry. When the first task resumes execution, its cmpxchg()
in rt6_make_pcpu_route() will fail because rt6i_pcpu is no longer
NULL, triggering the BUG_ON(prev). It's easy to reproduce it by adding
mdelay() after rt6_get_pcpu_route().
Using preempt_disable/enable is not appropriate here because
ip6_rt_pcpu_alloc() may sleep.
Fix this by handling the cmpxchg() failure gracefully on PREEMPT_RT:
free our allocation and return the existing pcpu_rt installed by
another task. The BUG_ON is replaced by WARN_ON_ONCE for non-PREEMPT_RT
kernels where such races should not occur.
Lifecycle
Complete event history — 3 events, chronological
| Date | Event | Detail |
| January 13, 2026 | Reserved | Reserved by Linux |
| January 13, 2026 | Published | Published (CNA: Linux) |
| July 30, 2026 | RESCORED | RESCORED — CVE-2025-71080 (Linux). CVSS 7.5 → 5.5 (NVD). |
Affected
Affected products and packages — 2 rows
| Vendor | Product / Package | Ecosystem | Version introduced | Fixed |
| Linux | Linux | — | d2d6422f8bd17c6bb205133e290625a564194496 | — |
| Linux | Linux | — | 6.12 | 6.12.64 |
About this page
This is a reference page, not a dated page of record. It assembles the complete lifecycle of CVE-2025-71080 from the CVE Program record, NVD enrichment, the CISA KEV catalog, EPSS, and OSV advisories. The box score's numbers (CVSS, EPSS, KEV status) are current as of Wednesday, August 19, 2026 UTC and are re-derived as the archive grows; only dated daily editions are immutable pages of record. The authoritative source for this identifier is cve.org.