CVE-2025-71086
Last modified
CVE-2025-71086 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In 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. EPSS estimates a 0.12% chance of exploitation in the next 30 days.
Description
In 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.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 4.19.304, < 4.20 | — |
| Linux | Linux Kernel | >= 5.4.266, < 5.5 | — |
| Linux | Linux Kernel | >= 5.10.206, < 5.10.248 | — |
| Linux | Linux Kernel | >= 5.15.146, < 5.15.198 | — |
| Linux | Linux Kernel | >= 6.1.70, < 6.1.160 | — |
| Linux | Linux Kernel | >= 6.6.9, < 6.6.120 | — |
| Linux | Linux Kernel | >= 6.7.1, < 6.12.64 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.4 | — |
| Linux | Linux Kernel | 6.7 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2025-71086?
How severe is CVE-2025-71086?
How do I fix CVE-2025-71086?
Are you affected by CVE-2025-71086?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
