5.5

CVE-2025-38587

ipv6: fix possible infinite loop in fib6_info_uses_dev()

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

ipv6: fix possible infinite loop in fib6_info_uses_dev()

fib6_info_uses_dev() seems to rely on RCU without an explicit
protection.

Like the prior fix in rt6_nlmsg_size(),
we need to make sure fib6_del_route() or fib6_add_rt2node()
have not removed the anchor from the list, or we risk an infinite loop.
Daten sind bereitgestellt durch National Vulnerability Database (NVD)
LinuxLinux Kernel Version >= 6.1.128 < 6.1.148
LinuxLinux Kernel Version >= 6.6.75 < 6.6.102
LinuxLinux Kernel Version >= 6.11.11 < 6.12
LinuxLinux Kernel Version >= 6.12.2 < 6.12.42
LinuxLinux Kernel Version >= 6.13 < 6.15.10
LinuxLinux Kernel Version >= 6.16 < 6.16.1
DebianDebian Linux Version11.0
VulnDex Vulnerability Enrichment
Diese Information steht angemeldeten Benutzern zur Verfügung. Login Login
Zu dieser CVE wurde keine Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.15% 0.043
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 5.5 1.8 3.6
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CWE-835 Loop with Unreachable Exit Condition ('Infinite Loop')

The product contains an iteration or loop with an exit condition that cannot be reached, i.e., an infinite loop.

https://git.kernel.org/stable/c/16d21816c0918f8058b5fc14cbe8595d62046e2d
Patch
https://git.kernel.org/stable/c/9cb6de8ee144a94ae7a40bdb32560329ab7276f0
Patch
https://git.kernel.org/stable/c/bc85e62394f008fa848c4ba02c936c735a3e8ef5
Patch
https://git.kernel.org/stable/c/db65739d406c72776fbdbbc334be827ef05880d2
Patch
https://git.kernel.org/stable/c/e09be457b71b983a085312ff9e981f51e4ed3211
Patch
https://git.kernel.org/stable/c/f8d8ce1b515a0a6af72b30502670a406cfb75073
Patch
https://lists.debian.org/debian-lts-announce/2025/10/msg00008.html
Third Party Advisory