CVE-2023-54040
Memory Leak in Linux Kernel ice Driver Due to FDIR Logic Flaw
Publication date: 2025-12-24
Last updated on: 2025-12-24
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 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 occurs in the Linux kernel's ice driver related to the FDIR (Flow Director) filter logic. When adding a FDIR filter, if certain functions fail (ice_vc_fdir_set_irq_ctx or ice_vc_fdir_write_fltr), the system does not properly remove the inserted filter entry or clear the context information for the interrupt handler. This can lead to inconsistent states or memory leaks.
How can this vulnerability impact me? :
The impact of this vulnerability includes potential memory leaks and inconsistent internal states within the Linux kernel's network driver. This could degrade system stability or performance over time, possibly leading to resource exhaustion or unexpected behavior in network processing.