CVE-2022-50879
Null Pointer Dereference in Linux Kernel objtool Causes Kernel Oops
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 bug in the Linux kernel's objtool component where the function find_insn() can return NULL upon failure. If the code does not properly check for this NULL value, it can lead to a kernel Oops due to a NULL pointer dereference, causing a segmentation fault (SEGFAULT). The fix involves adding a check for the NULL pointer to prevent this crash.
How can this vulnerability impact me? :
This vulnerability can cause the Linux kernel to crash unexpectedly due to a NULL pointer dereference, leading to a kernel Oops and segmentation fault. This can result in system instability, potential downtime, and loss of service availability.