First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: drm/i915: fix a possible refcount leak in intel_dp_add_mst_connector() If drm_connector_init fails, intel_connector_free will be called to take care of proper free. So it is necessary to drop the refcount of port before intel_connector_free. (cherry picked from commit cea9ed611e85d36a05db52b6457bf584b7d969e2)
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.15<5.4.207 | |
Linux Kernel | >=5.5<5.10.132 | |
Linux Kernel | >=5.11<5.15.56 | |
Linux Kernel | >=5.16<5.18.13 | |
Linux Kernel | =5.19-rc1 | |
Linux Kernel | =5.19-rc2 | |
Linux Kernel | =5.19-rc3 | |
Linux Kernel | =5.19-rc4 | |
Linux Kernel | =5.19-rc5 | |
Linux Kernel | =5.19-rc6 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
The severity of CVE-2022-49644 is classified as medium due to the potential for a reference count leak in the Linux kernel.
To fix CVE-2022-49644, update your Linux kernel to the latest version that addresses this vulnerability.
CVE-2022-49644 affects Linux kernel versions from 4.15 to 5.19-rc6.
CVE-2022-49644 impacts the Direct Rendering Manager (DRM) and specifically affects the i915 driver.
CVE-2022-49644 is not limited to specific distributions but affects the Linux kernel itself, used across various distributions.