CVE-2026-23284
Use-After-Free in Linux mtk_eth_soc Ethernet Driver eBPF Handling
Publication date: 2026-03-25
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_kernel | 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 exists in the Linux kernel's ethernet driver for MediaTek SoC (mtk_eth_soc). It involves the handling of eBPF program pointers during the setup process in the mtk_xdp_setup() function. Specifically, if the mtk_open routine within mtk_xdp_setup() fails, the eBPF program pointer is reset to an old program pointer (old_prog) without decreasing its reference count, which could lead to improper management of eBPF programs.
How can this vulnerability impact me? :
Improper handling of eBPF program pointers and reference counts could potentially lead to resource leaks or instability in the network driver. This might affect system reliability or performance, especially in environments relying on eBPF for network packet processing. However, no specific impact details or exploit scenarios are provided.