CVE-2022-49608
Published: Feb 26, 2025
Modified: May 11, 2026
Description
In the Linux kernel, the following vulnerability has been resolved: pinctrl: ralink: Check for null return of devm_kcalloc Because of the possible failure of the allocation, data->domains might be NULL pointer and will cause the dereference of the NULL pointer later. Therefore, it might be better to check it and directly return -ENOMEM without releasing data manually if fails, because the comment of the devm_kmalloc() says "Memory allocated with this function is automatically freed on driver detach.".
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected a86854d0c599b3202307abceb68feee4d7061578 - < 13596e6c9e541e90e5fc2c52b23f08b951370da9affected a86854d0c599b3202307abceb68feee4d7061578 - < 6194c021496addc11763d1ffa89ce5751889fe3caffected a86854d0c599b3202307abceb68feee4d7061578 - < 5694b162f275fb9a9f89422701b2b963be11e496affected a86854d0c599b3202307abceb68feee4d7061578 - < 44016a85419ca0d4f1e4d0127b330f8e4e2a57d0affected a86854d0c599b3202307abceb68feee4d7061578 - < 5595d30c4dc27d939635c3188c68203b6ece1711+1 more versions |
Linux | Linux | affected 4.18unaffected 0 - < 4.18unaffected 4.19.254 - <= 4.19.*unaffected 5.4.208 - <= 5.4.*unaffected 5.10.134 - <= 5.10.*+3 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