VYPR
Unrated severityNVD Advisory· Published Dec 30, 2025· Updated Apr 15, 2026

CVE-2022-50879

CVE-2022-50879

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A NULL pointer dereference in the Linux kernel's objtool find_insn() function could cause a kernel Oops; fixed by adding a NULL check.

Vulnerability

Overview

CVE-2022-50879 describes a NULL pointer dereference vulnerability in the Linux kernel's objtool utility. The find_insn() function can return NULL upon failure, but the return value was not checked before use. This oversight could lead to a kernel Oops (a crash) due to a NULL pointer dereference [1][2].

Exploitation

Scenario

The bug resides in objtool, a tool used during kernel compilation to analyze object files. An attacker with the ability to supply a specially crafted kernel object file (e.g., via a malicious kernel module or during a build process) could trigger the vulnerable code path. No authentication is required if the attacker can influence the input to objtool, but the attack surface is limited to environments where objtool processes untrusted object files.

Impact

Successful exploitation results in a kernel Oops, causing a denial of service (system crash). In some cases, a NULL pointer dereference might be leveraged for arbitrary code execution, though the CVE description does not confirm this. The primary impact is system instability and potential data loss.

Mitigation

The fix was applied in stable kernel commits [1][2]. Users should update their Linux kernel to a version containing the patch. No workarounds are documented; the safest mitigation is to apply the kernel update.

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

1

Patches

6

Vulnerability mechanics

Generated on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.

References

6

News mentions

0

No linked articles in our index yet.