CVE-2026-23284
Received Received - Intake
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
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mtk_eth_soc: Reset prog ptr to old_prog in case of error in mtk_xdp_setup() Reset eBPF program pointer to old_prog and do not decrease its ref-count if mtk_open routine in mtk_xdp_setup() fails.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-25
Last Modified
2026-03-25
Generated
2026-05-07
AI Q&A
2026-03-25
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux_kernel linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart