CVE-2025-38550
BaseFortify
Publication date: 2025-08-16
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 involves the Linux kernel's IPv6 multicast code, specifically related to the timing of releasing a reference (pmc->idev) in the mld_del_delrec() function. The reference is still used in ip6_mc_clear_src(), so it should only be released after ip6_mc_clear_src() returns to avoid potential use-after-free or similar issues.
How can this vulnerability impact me? :
If exploited, this vulnerability could lead to kernel instability or crashes due to improper handling of IPv6 multicast references, potentially causing denial of service or other unexpected behavior in systems using the affected Linux kernel.