CVE-2025-40135
BaseFortify
Publication date: 2025-11-12
Last updated on: 2026-03-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
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 function ip6_xmit() related to IPv6. The issue was that ip6_xmit() did not use Read-Copy-Update (RCU) mechanisms properly, which could lead to a use-after-free (UAF) condition when accessing dst_dev_rcu(). The fix involved using RCU in ip6_xmit() to prevent this potential UAF vulnerability.
How can this vulnerability impact me? :
The vulnerability could lead to a use-after-free condition in the Linux kernel's IPv6 transmission function, which might cause system instability, crashes, or potentially allow an attacker to execute arbitrary code or cause denial of service. This could impact the reliability and security of systems running vulnerable Linux kernel versions.