THREATOPS
THREAT OPSThreat News › [NVD] CVE-2022-49453 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc The allocation funciton devm_kcalloc may fail and return a null pointer, which would cause a null-pointer dereference later. It might be better

[NVD] CVE-2022-49453 (MEDIUM 5.5) — In the Linux kernel, the following vulnerability has been resolved: soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc The allocation funciton devm_kcalloc may fail and return a null pointer, which would cause a null-pointer dereference later. It might be better

lownvdPublished 2025-02-26

CVE-2022-49453 CVSS: 5.5 MEDIUM Published: 2025-02-26T07:01:21.673

In the Linux kernel, the following vulnerability has been resolved:

soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc

The allocation funciton devm_kcalloc may fail and return a null pointer, which would cause a null-pointer dereference later. It might be better to check it and directly return -ENOMEM just like th

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2022-49453