CVE-2023-54240
BaseFortify
Publication date: 2025-12-30
Last updated on: 2025-12-31
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a possible NULL pointer dereference in the Linux kernel's MediaTek Ethernet driver (mtk_eth_soc). Specifically, in the function mtk_hwlro_get_fdir_all(), the code uses a pointer (rule_locs) that is allocated based on a size (rule_cnt) provided from user space. If rule_cnt is not properly checked before using rule_locs, it can lead to a NULL pointer dereference, which may cause the kernel to crash or behave unexpectedly.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash or become unstable due to a NULL pointer dereference. This may lead to denial of service (DoS) conditions on affected systems running the vulnerable MediaTek Ethernet driver, potentially disrupting network connectivity or system availability.