CVE-2022-50878
Unknown Unknown - Not Provided

NULL Pointer Dereference in Linux Kernel gpu-lt9611 Driver

Vulnerability report for CVE-2022-50878, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

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: gpu: lontium-lt9611: Fix NULL pointer dereference in lt9611_connector_init() A NULL check for bridge->encoder shows that it may be NULL, but it already been dereferenced on all paths leading to the check. 812 if (!bridge->encoder) { Dereference the pointer bridge->encoder. 810 drm_connector_attach_encoder(&lt9611->connector, bridge->encoder);

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-12-30
Last Modified
2025-12-30
Generated
2026-07-06
AI Q&A
2025-12-30
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
lontium lt9611 *

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-UNKNOWN

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a NULL pointer dereference in the Linux kernel's gpu driver for the lontium-lt9611 device. Specifically, the code dereferences the pointer bridge->encoder before checking if it is NULL, which can lead to a crash or undefined behavior.

Impact Analysis

The impact of this vulnerability could be a system crash or instability due to the NULL pointer dereference in the kernel driver, potentially causing denial of service or other unintended behavior.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50878. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart