CVE-2022-49449
published 2025-02-26CVE-2022-49449: In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause…
PriorityP420medium5.5CVSS 3.1
AVLACLPRLUINSUCNINAH
EPSS
0.26%
18.0th percentile
In the Linux kernel, the following vulnerability has been resolved:
pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources()
It will cause null-ptr-deref when using 'res', if platform_get_resource()
returns NULL, so move using 'res' after devm_ioremap_resource() that
will check it to avoid null-ptr-deref.
And use devm_platform_get_and_ioremap_resource() to simplify code.
Affected
15 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 | >= 4e53b5004745ef26a37bca4933b2d3ea71313f2a < b646e0cfeb38bf5f1944fd548f1dfa9b129fa00c | b646e0cfeb38bf5f1944fd548f1dfa9b129fa00c |
| linux | linux | >= 4e53b5004745ef26a37bca4933b2d3ea71313f2a < c16b59d445135c8026a04e388d8b2762feaa3b3b | c16b59d445135c8026a04e388d8b2762feaa3b3b |
| linux | linux | >= 4e53b5004745ef26a37bca4933b2d3ea71313f2a < 34c719b8fdfbd0c7c54cae56e6b0f16e9f8bf03e | 34c719b8fdfbd0c7c54cae56e6b0f16e9f8bf03e |
| linux | linux | >= 4e53b5004745ef26a37bca4933b2d3ea71313f2a < 01f9e02e0f13df3fd291676dc80054e977be1601 | 01f9e02e0f13df3fd291676dc80054e977be1601 |
| linux | linux | >= 4e53b5004745ef26a37bca4933b2d3ea71313f2a < 2f661477c2bb8068194dbba9738d05219f111c6e | 2f661477c2bb8068194dbba9738d05219f111c6e |
| linux | linux_kernel | < 5.10.121 | 5.10.121 |
| 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 | >= 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 |
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: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources()
vendor_redhat·2025-02-26·CVSS 5.5
CVE-2022-49449 [MEDIUM] CWE-476 kernel: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources()
kernel: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources()
In the Linux kernel, the following vulnerability has been resolved:
pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources()
It will cause null-ptr-deref when using 'res', if platform_get_resource()
returns NULL, so move using 'res' after devm_ioremap_resource() that
will check it to avoid null-ptr-deref.
And use devm_platform_get_and_ioremap_resource() to simplify code.
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:
Debian
CVE-2022-49449: linux - In the Linux kernel, the following vulnerability has been resolved: pinctrl: re...
vendor_debian·2022·CVSS 5.5
CVE-2022-49449 [MEDIUM] CVE-2022-49449: linux - In the Linux kernel, the following vulnerability has been resolved: pinctrl: re...
In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' after devm_ioremap_resource() that will check it to avoid null-ptr-deref. And use devm_platform_get_and_ioremap_resource() to simplify code.
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-439f-2pm4-424q: In the Linux kernel, the following vulnerability has been resolved:
pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources()
It
ghsa_unreviewed·2025-03-17
CVE-2022-49449 [MEDIUM] CWE-476 GHSA-439f-2pm4-424q: In the Linux kernel, the following vulnerability has been resolved:
pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources()
It
In the Linux kernel, the following vulnerability has been resolved:
pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources()
It will cause null-ptr-deref when using 'res', if platform_get_resource()
returns NULL, so move using 'res' after devm_ioremap_resource() that
will check it to avoid null-ptr-deref.
And use devm_platform_get_and_ioremap_resource() to simplify code.
OSV
CVE-2022-49449: In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It w
osv·2025-02-26·CVSS 5.5
CVE-2022-49449 [MEDIUM] CVE-2022-49449: In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It w
In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: rzn1: Fix possible null-ptr-deref in sh_pfc_map_resources() It will cause null-ptr-deref when using 'res', if platform_get_resource() returns NULL, so move using 'res' after devm_ioremap_resource() that will check it to avoid null-ptr-deref. And use devm_platform_get_and_ioremap_resource() to simplify code.
No detection rules found.
No public exploits indexed.
https://git.kernel.org/stable/c/01f9e02e0f13df3fd291676dc80054e977be1601https://git.kernel.org/stable/c/2f661477c2bb8068194dbba9738d05219f111c6ehttps://git.kernel.org/stable/c/34c719b8fdfbd0c7c54cae56e6b0f16e9f8bf03ehttps://git.kernel.org/stable/c/b646e0cfeb38bf5f1944fd548f1dfa9b129fa00chttps://git.kernel.org/stable/c/c16b59d445135c8026a04e388d8b2762feaa3b3b
2025-02-26
Published