Answer in brief
CVE-2022-49453 records a Unknown severity vulnerability in soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <05efc4591f80582b6fe53366b70b6a35a42fd255 || >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <7cef9274fa1b8506949d74bc45aef072b890824a || >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <c4e188869406b47ac3350920bf165be303cb1c96 || >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <01ba41a359622ab256ce4d4f8b94c67165ae3daf || >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <ba56291e297d28aa6eb82c5c1964fae2d7594746 | 05efc4591f80582b6fe53366b70b6a35a42fd255, 7cef9274fa1b8506949d74bc45aef072b890824a, c4e188869406b47ac3350920bf165be303cb1c96, 01ba41a359622ab256ce4d4f8b94c67165ae3daf, ba56291e297d28aa6eb82c5c1964fae2d7594746 |
| Linux/Linuxgeneric | 5.10 | Not reported |
Published upstream
Feb 26, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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 the usage of devm_kcalloc in previous code.
Quoted source text, attributed separately from HOL analysis.
Answer in brief
CVE-2022-49453 records a Unknown severity vulnerability in soc: ti: ti_sci_pm_domains: Check for null return of devm_kcalloc. The current sources do not mark it as known exploited. The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps Linux/Linux (generic), Linux/Linux (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| Linux/Linuxgeneric | >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <05efc4591f80582b6fe53366b70b6a35a42fd255 || >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <7cef9274fa1b8506949d74bc45aef072b890824a || >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <c4e188869406b47ac3350920bf165be303cb1c96 || >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <01ba41a359622ab256ce4d4f8b94c67165ae3daf || >=efa5c01cd7ee20421a92ffe9b4aae7dfed385eeb <ba56291e297d28aa6eb82c5c1964fae2d7594746 | 05efc4591f80582b6fe53366b70b6a35a42fd255, 7cef9274fa1b8506949d74bc45aef072b890824a, c4e188869406b47ac3350920bf165be303cb1c96, 01ba41a359622ab256ce4d4f8b94c67165ae3daf, ba56291e297d28aa6eb82c5c1964fae2d7594746 |
| Linux/Linuxgeneric | 5.10 | Not reported |
Published upstream
Feb 26, 2025
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 15, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 15, 2026
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 the usage of devm_kcalloc in previous code.
Quoted source text, attributed separately from HOL analysis.