CVE-2023-54129
Invalid lmac_type_id Validation Causes Kernel Panic in Linux octeontx2-af
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 | linux_kernel | 5.4.210 |
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 octeontx2-af driver where the kernel does not properly validate the lmac_type_id value received from the firmware upon a physical link change. In some cases, the firmware sends an invalid lmac_type_id, which causes the kernel to panic (crash). The patch adds validation to ensure the lmac_type_id is valid before the kernel uses it, preventing the panic.
How can this vulnerability impact me? :
If exploited or triggered, this vulnerability can cause the Linux kernel to panic and crash, leading to system instability or downtime. This can disrupt services running on affected systems, potentially causing loss of availability.