Vulnerability in Linux

CVE-2022-50878

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);

EPSS: 0.002 (6.5th percentile) — read the EPSS interpretation.

Affected products

  • Linux — versions 23278bf54afe180967069bdc8c0f1c7a365fc63e, 5.10, 0

References