CVE-2022-49495
published 2025-02-26CVE-2022-49495: In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platform_get_resource_byname() It will cause…
PriorityP418medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.27%
19.0th percentile
In the Linux kernel, the following vulnerability has been resolved:
drm/msm/hdmi: check return value after calling platform_get_resource_byname()
It will cause null-ptr-deref if platform_get_resource_byname() returns NULL,
we need check the return value.
Patchwork: https://patchwork.freedesktop.org/patch/482992/
Affected
23 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | linux | < linux 5.18.5-1 (bookworm) | linux 5.18.5-1 (bookworm) |
| linux | linux | — | — |
| linux | linux | >= c6a57a50ad562a2e6fc6ac3218b710caea73a58b < 9cb1ee33efccb8b107ee04b7b3441820de3fd2da | 9cb1ee33efccb8b107ee04b7b3441820de3fd2da |
| linux | linux | >= c6a57a50ad562a2e6fc6ac3218b710caea73a58b < c1bfacf0daf25a5fc7d667399d6ff2dffda84cd8 | c1bfacf0daf25a5fc7d667399d6ff2dffda84cd8 |
| linux | linux | >= c6a57a50ad562a2e6fc6ac3218b710caea73a58b < 0978fcce91b90b561b8c82e7c492ba9fc8440eef | 0978fcce91b90b561b8c82e7c492ba9fc8440eef |
| linux | linux | >= c6a57a50ad562a2e6fc6ac3218b710caea73a58b < 2b3ed7547b1a052209da6c4ab886ffe0eed88c42 | 2b3ed7547b1a052209da6c4ab886ffe0eed88c42 |
| linux | linux | >= c6a57a50ad562a2e6fc6ac3218b710caea73a58b < d9cb951d11a4ace4de5c50b1178ad211de17079e | d9cb951d11a4ace4de5c50b1178ad211de17079e |
| linux | linux | >= c6a57a50ad562a2e6fc6ac3218b710caea73a58b < 4cd66a8016b872a153bf892fe4258cbc0dacf5b1 | 4cd66a8016b872a153bf892fe4258cbc0dacf5b1 |
| linux | linux | >= c6a57a50ad562a2e6fc6ac3218b710caea73a58b < 6369dda4a2209142ab819f01d3d2076d81e3ebdd | 6369dda4a2209142ab819f01d3d2076d81e3ebdd |
| linux | linux | >= c6a57a50ad562a2e6fc6ac3218b710caea73a58b < 9f5495a5c51c1d11c6ffc13aa2befffec0c2651a | 9f5495a5c51c1d11c6ffc13aa2befffec0c2651a |
| linux | linux | >= c6a57a50ad562a2e6fc6ac3218b710caea73a58b < a36e506711548df923ceb7ec9f6001375be799a5 | a36e506711548df923ceb7ec9f6001375be799a5 |
| linux | linux_kernel | >= 0 < 5.10.127-1 | 5.10.127-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 0 < 5.18.5-1 | 5.18.5-1 |
| linux | linux_kernel | >= 4.10 < 4.14.283 | 4.14.283 |
| linux | linux_kernel | >= 4.15 < 4.19.247 | 4.19.247 |
| linux | linux_kernel | >= 4.20 < 5.4.198 | 5.4.198 |
| linux | linux_kernel | >= 4.3 < 4.9.318 | 4.9.318 |
| linux | linux_kernel | >= 5.11 < 5.15.46 | 5.15.46 |
| linux | linux_kernel | >= 5.16 < 5.17.14 | 5.17.14 |
| linux | linux_kernel | >= 5.18 < 5.18.3 | 5.18.3 |
| linux | linux_kernel | >= 5.5 < 5.10.121 | 5.10.121 |
CVSS provenance
nvdv3.15.5MEDIUMCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
osv5.5MEDIUM
vendor_debian5.5MEDIUM
vendor_redhat5.5MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
Red Hat
kernel: drm/msm/hdmi: check return value after calling platform_get_resource_byname()
vendor_redhat·2025-02-26·CVSS 5.5
CVE-2022-49495 [MEDIUM] CWE-476 kernel: drm/msm/hdmi: check return value after calling platform_get_resource_byname()
kernel: drm/msm/hdmi: check return value after calling platform_get_resource_byname()
In the Linux kernel, the following vulnerability has been resolved:
drm/msm/hdmi: check return value after calling platform_get_resource_byname()
It will cause null-ptr-deref if platform_get_resource_byname() returns NULL,
we need check the return value.
Patchwork: https://patchwork.freedesktop.org/patch/482992/
Package: kernel (Red Hat Enterprise Linux 10) - Not affected
Package: kernel (Red Hat Enterprise Linux 6) - Not affected
Package: kernel (Red Hat Enterprise Linux 7) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 7) - Not affected
Package: kernel (Red Hat Enterprise Linux 8) - Not affected
Package: kernel-rt (Red Hat Enterprise Linux 8) - Not affected
Package: kernel (Red Hat
Debian
CVE-2022-49495: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdm...
vendor_debian·2022·CVSS 5.5
CVE-2022-49495 [MEDIUM] CVE-2022-49495: linux - In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdm...
In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platform_get_resource_byname() It will cause null-ptr-deref if platform_get_resource_byname() returns NULL, we need check the return value. Patchwork: https://patchwork.freedesktop.org/patch/482992/
Scope: local
bookworm: resolved (fixed in 5.18.5-1)
bullseye: resolved (fixed in 5.10.127-1)
forky: resolved (fixed in 5.18.5-1)
sid: resolved (fixed in 5.18.5-1)
trixie: resolved (fixed in 5.18.5-1)
GHSA
GHSA-8wr8-fqcf-723v: In the Linux kernel, the following vulnerability has been resolved:
drm/msm/hdmi: check return value after calling platform_get_resource_byname()
It
ghsa_unreviewed·2025-03-17
CVE-2022-49495 [MEDIUM] CWE-476 GHSA-8wr8-fqcf-723v: In the Linux kernel, the following vulnerability has been resolved:
drm/msm/hdmi: check return value after calling platform_get_resource_byname()
It
In the Linux kernel, the following vulnerability has been resolved:
drm/msm/hdmi: check return value after calling platform_get_resource_byname()
It will cause null-ptr-deref if platform_get_resource_byname() returns NULL,
we need check the return value.
Patchwork: https://patchwork.freedesktop.org/patch/482992/
OSV
CVE-2022-49495: In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platform_get_resource_byname() It w
osv·2025-02-26·CVSS 5.5
CVE-2022-49495 [MEDIUM] CVE-2022-49495: In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platform_get_resource_byname() It w
In the Linux kernel, the following vulnerability has been resolved: drm/msm/hdmi: check return value after calling platform_get_resource_byname() It will cause null-ptr-deref if platform_get_resource_byname() returns NULL, we need check the return value. Patchwork: https://patchwork.freedesktop.org/patch/482992/
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/0978fcce91b90b561b8c82e7c492ba9fc8440eefhttps://git.kernel.org/stable/c/2b3ed7547b1a052209da6c4ab886ffe0eed88c42https://git.kernel.org/stable/c/4cd66a8016b872a153bf892fe4258cbc0dacf5b1https://git.kernel.org/stable/c/6369dda4a2209142ab819f01d3d2076d81e3ebddhttps://git.kernel.org/stable/c/9cb1ee33efccb8b107ee04b7b3441820de3fd2dahttps://git.kernel.org/stable/c/9f5495a5c51c1d11c6ffc13aa2befffec0c2651ahttps://git.kernel.org/stable/c/a36e506711548df923ceb7ec9f6001375be799a5https://git.kernel.org/stable/c/c1bfacf0daf25a5fc7d667399d6ff2dffda84cd8https://git.kernel.org/stable/c/d9cb951d11a4ace4de5c50b1178ad211de17079e
2025-02-26
Published