NONE · 0

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...

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

References

FAQ

What is CVE-2022-50878?

CVE-2022-50878 is a documented vulnerability. 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...

How severe is CVE-2022-50878?

CVSS scoring is not yet available for CVE-2022-50878. Check NVD for updates.

Is there a patch for CVE-2022-50878?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.