CVE-2025-40074
BaseFortify
Publication date: 2025-10-28
Last updated on: 2025-10-30
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 improper handling of certain IPv4 functions, specifically related to the use of dst_dev_rcu() and changes to functions like icmpv4_xrlim_allow() and ip_defrag() to prevent possible use-after-free (UAF) issues. It also involves updates to multicast routing and neighbor lookup functions to use lockdep enabled dst_dev_rcu(), which improves memory safety and concurrency handling.
How can this vulnerability impact me? :
The vulnerability could lead to use-after-free conditions in the Linux kernel's IPv4 networking code, potentially causing system crashes, instability, or allowing an attacker to execute arbitrary code or escalate privileges if exploited.