CVE-2022-50879
Unknown Unknown - Not Provided
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
In the Linux kernel, the following vulnerability has been resolved: objtool: Fix SEGFAULT find_insn() will return NULL in case of failure. Check insn in order to avoid a kernel Oops for NULL pointer dereference.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-05-07
AI Q&A
2025-12-30
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
linux linux_kernel *
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
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.


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart