CVE-2023-54051
Null Pointer Dereference in Linux Kernel net/gso Causes Kernel Crash
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.5.0-rc5-next-20230809 |
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 a missing check in the function virtio_net_hdr_to_skb(), which allowed the gso_size to be set to a special value GSO_BY_FRAGS (0xffff). This value is reserved by the kernel, and allowing it to be set improperly can cause kernel crashes due to general protection faults and null pointer dereferences.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash, leading to system instability or denial of service. Specifically, it can trigger general protection faults and null pointer dereferences, which may disrupt normal network operations and affect system reliability.