CVE-2025-40135
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2025-11-12

Last updated on: 2026-03-25

Assigner: kernel.org

Description
In the Linux kernel, the following vulnerability has been resolved: ipv6: use RCU in ip6_xmit() Use RCU in ip6_xmit() in order to use dst_dev_rcu() to prevent possible UAF.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-11-12
Last Modified
2026-03-25
Generated
2026-05-07
AI Q&A
2025-11-13
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Currently, no data is known.
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart