First published: Wed Feb 26 2025(Updated: )
In the Linux kernel, the following vulnerability has been resolved: pinctrl: renesas: core: 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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
Linux Kernel | ||
Linux Kernel | >=4.3<5.10.121 | |
Linux Kernel | >=5.11<5.15.46 | |
Linux Kernel | >=5.16<5.17.14 | |
Linux Kernel | >=5.18<5.18.3 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2022-49445 has a high severity rating due to the potential for null pointer dereference in the Linux kernel.
CVE-2022-49445 affects Linux kernel versions from 4.3 up to 5.10.121 and specific ranges within 5.11 to 5.18.3.
To fix CVE-2022-49445, update your Linux kernel to the latest stable version that has patched this vulnerability.
CVE-2022-49445 involves the pinctrl component within the Renesas platform of the Linux kernel.
As of now, there are no widely reported exploits targeting CVE-2022-49445.