CVE-2023-53433
BaseFortify
Publication date: 2025-09-18
Last updated on: 2025-12-12
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.4.248 (inc) to 4.5 (exc) |
| linux | linux_kernel | From 4.9.248 (inc) to 4.10 (exc) |
| linux | linux_kernel | From 4.14.212 (inc) to 4.15 (exc) |
| linux | linux_kernel | From 4.19.134 (inc) to 4.20 (exc) |
| linux | linux_kernel | From 5.4.53 (inc) to 5.4.244 (exc) |
| linux | linux_kernel | From 5.7.10 (inc) to 5.8 (exc) |
| linux | linux_kernel | From 5.8.1 (inc) to 5.10.181 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.113 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.30 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.3.4 (exc) |
| linux | linux_kernel | 5.8 |
| linux | linux_kernel | 5.8 |
| linux | linux_kernel | 5.8 |
| linux | linux_kernel | 5.8 |
| linux | linux_kernel | 6.4 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-NVD-CWE-noinfo |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability relates to the Linux kernel's network code, specifically in how VLAN protocols are handled. The issue was that the function __vlan_get_protocol() and related functions used pskb_may_pull() instead of skb_header_pointer(), which caused problems when the skb->head was not properly populated with the MAC header. This led to a kernel bug and invalid opcode error during packet segmentation (skb_mac_gso_segment). The fix introduced a new helper function vlan_get_protocol_and_depth() to clarify intent and ensure proper handling of the MAC header, preventing such kernel crashes.
How can this vulnerability impact me? :
This vulnerability can cause kernel crashes (kernel BUG) due to improper handling of network packets in the Linux kernel. This can lead to system instability or denial of service on affected systems, especially those handling VLAN network traffic. It may disrupt network operations and affect the reliability of systems running vulnerable kernel versions.