CVE-2023-54114
Incorrect MAC Header Offset Causes skb_panic in Linux Kernel NSH GSO
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 | 6.3.0-next-20230505 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves incorrect handling of the mac_header pointer in the nsh_gso_segment() function when processing Generic Segmentation Offload (GSO) packets with Network Service Header (NSH). Specifically, the function uses an incorrect offset (nhoff) to restore the mac_header after an inner-layer protocol GSO failure, which can cause the mac_header to point beyond the skb headroom. This leads to a panic (skb_panic) due to invalid memory access when skb_push is called, potentially causing a kernel crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to panic and crash when processing certain network packets involving NSH and GSO. Such a crash can lead to denial of service (DoS) conditions on affected systems, disrupting network operations and potentially impacting system availability.