CVE-2022-49232
Published: Feb 26, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix a NULL pointer dereference in amdgpu_dm_connector_add_common_modes() In amdgpu_dm_connector_add_common_modes(), amdgpu_dm_create_common_mode() is assigned to mode and is passed to drm_mode_probed_add() directly after that. drm_mode_probed_add() passes &mode->head to list_add_tail(), and there is a dereference of it in list_add_tail() without recoveries, which could lead to NULL pointer dereference on failure of amdgpu_dm_create_common_mode(). Fix this by adding a NULL check of mode. This bug was found by a static analyzer. Builds with 'make allyesconfig' show no new warnings, and our static analyzer no longer warns about this code.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected e7b07ceef2a650e5ed8ca37997689e086c680daf - < 2c729dec8c1e3e2892fde5ce8181553860914e74affected e7b07ceef2a650e5ed8ca37997689e086c680daf - < 57f4ad5e286fe4599c8fc63cf89f85f9eec7f9c9affected e7b07ceef2a650e5ed8ca37997689e086c680daf - < 19a7eba284790cfbba2945deb2363cf03ce41648affected e7b07ceef2a650e5ed8ca37997689e086c680daf - < bdc7429708a0772d90c208975694f7c2133b1202affected e7b07ceef2a650e5ed8ca37997689e086c680daf - < f4eaa999fec78dec2a9c2d797438e05cbffb125b+2 more versions |
Linux | Linux | affected 4.15unaffected 0 - < 4.15unaffected 4.19.238 - <= 4.19.*unaffected 5.4.189 - <= 5.4.*unaffected 5.10.110 - <= 5.10.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now