
Cloud Vulnerability DB
A community-led vulnerabilities database
CVE-2025-71086 is an improper array index validation vulnerability in the Linux kernel's ROSE (Radio Over Serial Equipment) networking subsystem, specifically in the rose_kill_by_device() function. It was published on January 13, 2026, and affects multiple Linux kernel stable branches across a wide version range, including 4.19.304–4.20, 5.4.266–5.5, 5.10.206–5.10.248, 5.15.146–5.15.198, 6.1.70–6.1.160, 6.6.9–6.6.120, 6.7.1–6.12.64, and 6.13–6.18.4, as well as 6.19-rc1 through rc8. It carries a CVSS v3.1 base score of 7.8 (High) (Feedly, kernel.org patches).
The root cause is classified as CWE-129 (Improper Validation of Array Index). In rose_kill_by_device(), the function collects socket pointers into a local array[] and then iterates to disconnect sockets bound to a network device being brought down. The iteration loop incorrectly uses array[cnt] as the index instead of array[i]: when cnt < ARRAY_SIZE(array), this reads an uninitialized array entry; when cnt == ARRAY_SIZE(array), it results in an out-of-bounds read. Both conditions can lead to an invalid socket pointer dereference and also leak reference counts acquired via sock_hold(). The fix is a one-character correction changing the index from cnt to i (Feedly, kernel.org patches).
A local attacker with low privileges can trigger this vulnerability to read uninitialized kernel memory (high confidentiality impact), corrupt kernel state through invalid pointer dereferences (high integrity impact), and cause system crashes or hangs via denial of service (high availability impact). The vulnerability is particularly relevant in multi-user environments where untrusted local users can manipulate network interfaces or trigger device teardown events. Reference leaks from sock_hold() may also contribute to resource exhaustion over time (Feedly).
Patches have been released across multiple Linux kernel stable branches. Administrators should upgrade to the following fixed versions based on their current kernel series: 4.20+, 5.5+, 5.10.248+, 5.15.198+, 6.1.160+, 6.6.120+, 6.12.64+, or 6.18.4+. Patches were made available on March 25, 2026, via the kernel stable tree. Debian (DSA-6126-1, DLA-4475-1) and Ubuntu (USN-8177-1, USN-8177-2, USN-8183-1, USN-8183-2, USN-8245-1, USN-8257-1) have also issued updated kernel packages. If immediate patching is not feasible, restrict local user access and monitor kernel logs for socket-related errors (Feedly, Ubuntu USN-8177-1, Debian LTS).
Debian and Ubuntu have both issued security advisories and updated kernel packages addressing this vulnerability, indicating prompt vendor response. No notable independent researcher commentary or significant social media discussion has been identified for this vulnerability, consistent with its low EPSS score and absence of public exploit code (Ubuntu USN-8177-1, Debian LTS).
Source: This report was generated using AI
Free Vulnerability Assessment
Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.
Get a personalized demo
"Best User Experience I have ever seen, provides full visibility to cloud workloads."
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
"We know that if Wiz identifies something as critical, it actually is."