CVE-2025-38587
BaseFortify
Publication date: 2025-08-19
Last updated on: 2025-11-03
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1.153 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is in the Linux kernel's IPv6 implementation, specifically in the function fib6_info_uses_dev(). The function relies on Read-Copy-Update (RCU) mechanisms without explicit protection, which can lead to an infinite loop if certain route list anchors are removed by other functions like fib6_del_route() or fib6_add_rt2node(). This issue was fixed to prevent the infinite loop by ensuring the anchors are still present before proceeding.
How can this vulnerability impact me? :
If exploited, this vulnerability could cause the Linux kernel to enter an infinite loop in the IPv6 routing code, potentially leading to system instability or denial of service due to resource exhaustion.