CVE-2022-50489

Summary

In the Linux kernel, the following vulnerability has been resolved:

drm/mipi-dsi: Detach devices when removing the host

Whenever the MIPI-DSI host is unregistered, the code of mipi_dsi_host_unregister() loops over every device currently found on that bus and will unregister it.

However, it doesn't detach it from the bus first, which leads to all kind of resource leaks if the host wants to perform some clean up whenever a device is detached.

Affected Software

VendorProductVersion RangeStatus
LinuxLinux068a00233969833f1ba925e7627797489efd6041 < c202cda08cd5693645d4990ad1eb2e8068a884ecaffected
LinuxLinux068a00233969833f1ba925e7627797489efd6041 < 262364574b05676d4b9ebde2ddd3588cd2efd8ceaffected
LinuxLinux068a00233969833f1ba925e7627797489efd6041 < 95ae458209f5a556bba98aff872f933694914eb7affected
LinuxLinux068a00233969833f1ba925e7627797489efd6041 < 8242167cfc83dd7e4c96f44b45f108db9bb88146affected
LinuxLinux068a00233969833f1ba925e7627797489efd6041 < 45120fa5e522d444e3fc1c5a9afc5d53eed91d00affected
LinuxLinux068a00233969833f1ba925e7627797489efd6041 < 26c1b4cfe56f040f71a51c92da1f4cac2e3b9455affected
LinuxLinux068a00233969833f1ba925e7627797489efd6041 < 353ab1c13fdd6e524edde780235a8ce9b892c81caffected
LinuxLinux068a00233969833f1ba925e7627797489efd6041 < 6fc2cd40db1969ba372ce9536dcfcdb87271eac4affected
LinuxLinux068a00233969833f1ba925e7627797489efd6041 < 668a8f17b5290d04ef7343636a5588a0692731a1affected
LinuxLinux3.14affected
LinuxLinux0 < 3.14unaffected
LinuxLinux4.9.331 <= 4.9.*unaffected
LinuxLinux4.14.296 <= 4.14.*unaffected
LinuxLinux4.19.262 <= 4.19.*unaffected
LinuxLinux5.4.220 <= 5.4.*unaffected
LinuxLinux5.10.150 <= 5.10.*unaffected
LinuxLinux5.15.75 <= 5.15.*unaffected
LinuxLinux5.19.17 <= 5.19.*unaffected
LinuxLinux6.0.3 <= 6.0.*unaffected
LinuxLinux6.1 <= *unaffected

Weaknesses

References