CVE-2022-50506
BaseFortify
Publication date: 2025-10-04
Last updated on: 2026-03-25
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.1 |
| linux | linux_kernel | From 5.18 (inc) to 6.0.6 (inc) |
| linux | kernel | * |
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 in the Linux kernel's DRBD component occurs because the code accesses a backing device pointer without checking if it is NULL. Specifically, when the DRBD device is diskless (has no backing device), the code attempts to clone a bio structure without verifying the presence of a backing device, leading to a null pointer dereference. The fix ensures that the bio is only cloned if a backing device exists, preventing this null pointer dereference and optimizing resource usage.
How can this vulnerability impact me? :
This vulnerability can cause a null pointer dereference in the Linux kernel's DRBD module, which may lead to a kernel crash or system instability when the DRBD device is diskless. This can result in denial of service or unexpected system behavior.