CVE-2022-50817
Null Pointer Dereference in Linux Kernel HSR skb_clone() Function
Publication date: 2025-12-30
Last updated on: 2025-12-30
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | * |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a potential NULL pointer dereference in the Linux kernel's hsr (High-availability Seamless Redundancy) network code. Specifically, if the function create_stripped_skb_hsr() returns NULL, the code incorrectly attempts to call skb_clone(), which can lead to a crash due to dereferencing a NULL pointer.
How can this vulnerability impact me? :
This vulnerability can cause a kernel crash (general protection fault) when the NULL pointer dereference occurs. This can lead to system instability or denial of service, affecting the availability of the system running the vulnerable Linux kernel.