CVE-2022-50878
Linux Kernel vulnerability analysis and mitigation

Overview

CVE-2022-50878 is a NULL pointer dereference vulnerability in the Linux kernel's GPU driver for the Lontium LT9611 HDMI bridge chip, specifically within the lt9611_connector_init() function. The flaw arises because bridge->encoder is dereferenced before a NULL check that confirms it may be NULL, leading to a potential kernel crash. It affects Linux kernel versions from the initial commit up to the fixes introduced in stable releases 5.10.150, 5.15.75, 5.19.17, 6.0.3, and 6.1. The CVE was published on December 30, 2025, with an EPSS score of approximately 0.018% (very low), and no CVSS base score has been formally assigned (Feedly, EUVD).

Technical details

The root cause is a NULL pointer dereference (CWE-476) in the lt9611_connector_init() function of the gpu/drm/bridge/lontium-lt9611.c driver. Specifically, drm_connector_attach_encoder(&lt9611->connector, bridge->encoder) at line 810 dereferences bridge->encoder before the NULL guard check at line 812 (if (!bridge->encoder)), meaning the pointer is used unconditionally on all code paths leading to the check. This is a local, kernel-space bug that can be triggered when the LT9611 bridge driver initializes a connector without a valid encoder attached. Fixes were applied across multiple stable kernel branches via patches to the affected commit range (Feedly, EUVD).

Impact

Successful triggering of this vulnerability causes a kernel NULL pointer dereference, which typically results in a kernel panic (system crash), impacting availability. Because the flaw is in a GPU/DRM bridge driver, it is most likely triggered during device initialization on systems using the Lontium LT9611 HDMI bridge hardware. There is no evidence of confidentiality or integrity impact, and the vulnerability does not enable remote code execution or privilege escalation (Feedly).

Mitigation and workarounds

The Linux kernel stable team has released patches addressing this vulnerability across multiple stable branches. Users should update to kernel versions 5.10.150 or later, 5.15.75 or later, 5.19.17 or later, 6.0.3 or later, or 6.1 or later. The fix corrects the ordering of the NULL check relative to the dereference of bridge->encoder in lt9611_connector_init(). Linux distribution vendors (e.g., Red Hat, Ubuntu, SUSE) should be consulted for distribution-specific kernel update packages (Feedly, EUVD).

Additional resources


SourceThis report was generated using AI

Related Linux Kernel vulnerabilities:

CVE ID

Severity

Score

Technologies

Component name

CISA KEV exploit

Has fix

Published date

CVE-2026-64557NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-selftests-internal
NoNoJul 29, 2026
CVE-2026-64556NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-64k-devel
NoNoJul 29, 2026
CVE-2026-64555NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-azure-fde-6.14
NoNoJul 27, 2026
CVE-2026-64554NONEN/A
  • Linux Kernel logoLinux Kernel
  • linux-gcp-6.14
NoYesJul 27, 2026
CVE-2026-64553NONEN/A
  • Linux Kernel logoLinux Kernel
  • kernel-rt-64k-debug-modules-internal
NoYesJul 27, 2026

Free Vulnerability Assessment

Benchmark your Cloud Security Posture

Evaluate your cloud security practices across 9 security domains to benchmark your risk level and identify gaps in your defenses.

Request assessment

Get a personalized demo

Ready to see Wiz in action?

"Best User Experience I have ever seen, provides full visibility to cloud workloads."
David EstlickCISO
"Wiz provides a single pane of glass to see what is going on in our cloud environments."
Adam FletcherChief Security Officer
"We know that if Wiz identifies something as critical, it actually is."
Greg PoniatowskiHead of Threat and Vulnerability Management