CVE-2026-23022
BaseFortify
Publication date: 2026-01-31
Last updated on: 2026-03-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.19 |
| linux | linux_kernel | 6.17 |
| linux | linux_kernel | From 6.17.1 (inc) to 6.18.6 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-401 | The product does not sufficiently track and release allocated memory after it has been used, making the memory unavailable for reallocation and reuse. |
Attack-Flow Graph
AI Powered Q&A
How can this vulnerability impact me? :
The memory leak can cause increased memory usage over time, potentially leading to degraded system performance or instability if the leaked memory accumulates. This could affect systems running the Linux kernel with the idpf driver, especially under workloads involving resets.
Can you explain this vulnerability to me?
This vulnerability is a memory leak in the Linux kernel's idpf driver, specifically in the function idpf_vc_core_deinit(). The issue occurs because the hardware LAN registers (hw->lan_regs) were not properly freed during reset, leading to unreferenced memory objects that are not released.