CVE-2022-49323

CVSS 3.1 Score 5.5 of 10 (medium)

Details

Published Feb 26, 2025
Updated: Mar 13, 2025
CWE ID 476

Summary

CVE-2022-49323 is a vulnerability affecting the Linux kernel that has been addressed. In the ionmu/arm-smmu driver, a null-pointer dereference occurred when using 'res' in the function 'arm_smmu_device_probe()' if 'platform_get_resource()' returned NULL. To prevent this issue, the order of operations has been changed, with 'devm_ioremap_resource()' being called before using 'res'. Additionally, 'devm_platform_get_and_ioremap_resource()' has been introduced to simplify the code.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share