2 matches found
UBUNTU-CVE-2026-74422
In the Linux kernel, the following vulnerability has been resolved: drm/rockchip: inno-hdmi: Switch to drmmkzalloc Driver makes use of drmmencoderinit to initialize the encoder and automatically handle the cleanup by registering drmencodercleanup with drmmaddaction. However, the internal structur...
5.5AI score0.00145EPSS
SaveExploits0References5
CVE-2026-74421
CVE-2026-74421 affects the Linux kernel drm/rockchip driver, specifically the dw_dp encoder path. The encoder structure was allocated with devm_kzalloc() during component_bind_all(), while cleanup is triggered via drmm_encoder_cleanup() on drm_encoder_cleanup() registered through drmm_add_action(...
5.4AI score0.00155EPSS
SaveExploits0References3
20