CVE-2025-40158
BaseFortify
Publication date: 2025-11-12
Last updated on: 2025-11-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves the ipv6 networking code, specifically in the ip6_output() function. The issue is related to the use of Read-Copy-Update (RCU) mechanisms to prevent a possible Use-After-Free (UAF) condition. The fix involves using RCU in ip6_output() to safely use dst_dev_rcu(), which prevents the UAF vulnerability. Additionally, the rcu_read_lock()/rcu_read_unlock() pairs were removed from ip6_finish_output2() as part of the fix.
How can this vulnerability impact me? :
This vulnerability could lead to a Use-After-Free condition in the IPv6 output processing of the Linux kernel, which may cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service by exploiting the memory corruption.