In the Linux kernel, the following vulnerability has been resolved: drm/meson: remove drm bridges at aggregate driver unbind time drm bridges added by meson_encoder_hdmi_init and meson_encoder_cvbs…
High CVSS 7.8
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/meson: remove drm bridges at aggregate driver unbind time drm bridges added by meson_encoder_hdmi_init and meson_encoder_cvbs_init were not manually removed at module unload time, which caused dangling references to freed memory to remain linked in the global bridge_list. When loading the driver modules back in, the same functions would again call drm_bridge_add, and when traversing the global bridge_list, would end up p…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/09847723c12fc2753749cec3939a02ee92dac468 Patch
- https://git.kernel.org/stable/c/de2b6ebe0cb7746b5b6b35d79e150d934392b958 Patch
- https://git.kernel.org/stable/c/fc1fd114dde3d2623ac37676df3d74ffeedb0da8 Patch
Timeline
- nvd_ingest NVD