CVE-2022-50253
BaseFortify
Publication date: 2025-09-15
Last updated on: 2025-11-26
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
| linux | linux_kernel | From 5.15.160 (inc) to 5.16 (inc) |
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 in the Linux kernel involves a scenario where a network packet's length (skb->len) becomes zero when redirecting to a tunneling device. Specifically, the kernel did not properly check that skb->len was not zero before redirecting packets, which can lead to warnings and potential issues in packet processing. The problem arises after the kernel pulls the layer 2 header from the packet, resulting in skb->len being zero, which was not handled correctly.
How can this vulnerability impact me? :
This vulnerability can cause kernel warnings and potentially disrupt normal network packet processing when redirecting packets to tunneling devices. While the exact impact outside of the syzkaller testing environment is unclear, it may lead to instability or unexpected behavior in network operations involving tunneling devices.