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…
Does this matter?
Not yet scored. NVD analysis is pending; check back once CVSS and EPSS values are published.
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(<9611->connector, bridge->encoder);
- CVSS
- Not yet scored
- EPSS
- 0.20% probability · 9th percentile
- CISA KEV
- Not listed
- Source
- 416baaa9-dc9f-4396-8d5f-8c081fb06d67
References
- https://git.kernel.org/stable/c/3959e8faf8bf6bea619e8856c736db64e6eced37
- https://git.kernel.org/stable/c/912f84e15e94ab87f5a7156aa1870090373d8304
- https://git.kernel.org/stable/c/a29f7427041a943484f916157c43c46d3bbf25d4
- https://git.kernel.org/stable/c/b2e4323e0020213f44dca6ffc815d66aef39f6f6
- https://git.kernel.org/stable/c/ef8886f321c5dab8124b9153d25afa2a71d05323
Source: NVD record, EPSS from FIRST.org, KEV from CISA. Refreshed daily.