CVE-2025-71086
HighIn the Linux kernel, the following vulnerability has been resolved: net: rose: fix invalid array index in rose_kill_by_device() rose_kill_by_device() collects sockets into a local array[] and then iterates over them to disconnect sockets bound to a device being brought down. The loop mistakenly indexes array[cnt] instead of array[i]. For cnt < ARRAY_SIZE(array), this reads an uninitialized entry; for cnt == ARRAY_SIZE(array), it is an out-of-bounds read. Either case can lead to an invalid socket pointer dereference and also leaks references taken via sock_hold(). Fix the index to use i.
CVSS 3.1 score
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-129CVE-2025-71086 is classified as CWE-129
See CWE-129 on MITRE CWE for full details on this weakness type.
Affected versions
Linux kernel versions
5.10.206,
5.15.146,
6.1.70,
6.6.9,
4.19.304,
5.4.266,
6.7
and later are affected. Fixed in
5.10.248,
5.15.198,
6.1.160,
6.6.120,
6.12.64,
6.18.4,
6.19
and their respective stable series.
References
The following references provide additional information about CVE-2025-71086 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/1418c12cd3bba79dc56b57b61c99efe40f579981
-
PatchKernel patch commithttps://git.kernel.org/stable/c/6595beb40fb0ec47223d3f6058ee40354694c8e4
-
PatchKernel patch commithttps://git.kernel.org/stable/c/819fb41ae54960f66025802400c9d3935eef4042
Frequently asked questions
-
What is CVE-2025-71086?
CVE-2025-71086 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 . It affects Linux kernel versions from 5.10.206 onward and has been patched in 5.10.248, 5.15.198, 6.1.160 and others. CVE-2025-71086 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2025-71086?
CVE-2025-71086 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2025-71086?
Yes — CVE-2025-71086 has been patched. Fixed versions include 5.10.248, 5.15.198, 6.1.160 and others. If you are running Linux kernel 5.10.206 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2025-71086 actively exploited?
No — CVE-2025-71086 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.