PT-2026-2601 · Linux · Linux Kernel

Published

2026-01-13

·

Updated

2026-05-11

·

CVE-2025-71080

CVSS v3.1

5.5

Medium

VectorAV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Name of the Vulnerable Software and Affected Versions Linux kernel (affected versions not specified)
Description A flaw exists in the Linux kernel’s IPv6 implementation within the rt6 get pcpu route() function when operating under the PREEMPT RT kernel configuration. Specifically, after rt6 get pcpu route() returns NULL, the current task can be preempted, allowing another task on the same CPU to successfully install a pcpu rt entry. Upon resumption, the initial task’s cmpxchg() operation within rt6 make pcpu route() fails, triggering a BUG ON condition. This issue arises due to a race condition where a pcpu rt entry is installed by another task while the first task is preempted. The fix involves gracefully handling the cmpxchg() failure on PREEMPT RT systems by freeing the allocation and returning the existing pcpu rt entry installed by another task. For non-PREEMPT RT kernels, the BUG ON condition is replaced with a WARN ON ONCE, as such races should not occur in those environments.
Recommendations At the moment, there is no information about a newer version that contains a fix for this vulnerability.

Exploit

Assertion Failure

Weakness Enumeration

Related Identifiers

CVE-2025-71080
OPENSUSE-SU-2026:20287-1
SUSE-SU-2026:0447-1
SUSE-SU-2026:0472-1
SUSE-SU-2026:0587-1
SUSE-SU-2026:20555-1
SUSE-SU-2026:20599-1
SUSE-SU-2026:20615-1
USN-8162-1
USN-8177-1
USN-8177-2
USN-8184-1
USN-8186-1
USN-8187-1
USN-8204-1
USN-8265-1

Affected Products

Linux Kernel