CVE-2022-50356
BaseFortify
Publication date: 2025-09-17
Last updated on: 2025-12-10
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 2.6.39 (inc) to 5.10.152 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.76 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.0.6 (exc) |
| linux | linux_kernel | 6.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a null pointer dereference issue in the Linux kernel's network scheduler (net: sched: sfb). It occurs when the default queuing discipline (qdisc) is set to sfb, and the initialization of the qdisc for a device queue fails during mqprio_init(). When this failure happens, sfb_reset() is called to clear resources, but it attempts to reset a qdisc pointer that is NULL, leading to a general protection fault (crash) due to accessing invalid memory.
How can this vulnerability impact me? :
This vulnerability can cause a general protection fault (kernel crash) in the Linux system when the sfb qdisc initialization fails. This can lead to system instability or denial of service as the kernel encounters a null pointer dereference and crashes.