CVE-2025-71080: ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT

Published Jan 13, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

ipv6: fix a BUG in rt6getpcpuroute() under PREEMPTRT

On PREEMPTRT kernels, after rt6getpcpuroute() returns NULL, the current task can be preempted. Another task running on the same CPU may then execute rt6makepcpuroute() and successfully install a pcpurt entry. When the first task resumes execution, its cmpxchg() in rt6makepcpuroute() will fail because rt6ipcpu is no longer NULL, triggering the BUGON(prev). It's easy to reproduce it by adding mdelay() after rt6getpcpuroute().

Using preemptdisable/enable is not appropriate here because ip6rtpcpualloc() may sleep.

Fix this by handling the cmpxchg() failure gracefully on PREEMPTRT: free our allocation and return the existing pcpurt installed by another task. The BUGON is replaced by WARNONONCE for non-PREEMPTRT kernels where such races should not occur.

Affected Software

12 affected components
linux/kernel
Linux Linux kernel>=6.12.1<6.12.64
Linux Linux kernel>=6.13<6.18.4
Linux Linux kernel=6.12
Linux Linux kernel=6.19-rc1
Linux Linux kernel=6.19-rc2
Linux Linux kernel=6.19-rc3
Linux Linux kernel=6.19-rc4
Linux Linux kernel=6.19-rc5
Linux Linux kernel=6.19-rc6
Linux Linux kernel=6.19-rc7
Linux Linux kernel=6.19-rc8

Event History

Jan 13, 2026
CVE Published
via MITRE·03:34 PM
Data Sourced
via MITRE·03:34 PM
DescriptionSeverity
Data Sourced
via NVD·04:16 PM
RemedyDescriptionSeverityWeaknessAffected Software

Frequently Asked Questions

1

What is the severity of CVE-2025-71080?

CVE-2025-71080 is categorized as a moderate severity vulnerability due to potential preemption issues in the Linux kernel.

2

How do I fix CVE-2025-71080?

To fix CVE-2025-71080, update your Linux kernel to a version that includes the patch addressing the bug in rt6_get_pcpu_route().

3

What systems are affected by CVE-2025-71080?

CVE-2025-71080 affects Linux kernel versions that are running under PREEMPT_RT configuration.

4

What happens if CVE-2025-71080 is exploited?

If exploited, CVE-2025-71080 can potentially lead to a denial of service due to task preemption issues.

5

When was CVE-2025-71080 reported?

CVE-2025-71080 was reported and addressed in the Linux kernel prior to its public disclosure.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203