CVE-2022-49009: hwmon: (asus-ec-sensors) Add checks for devm_kcalloc
In the Linux kernel, the following vulnerability has been resolved:
hwmon: (asus-ec-sensors) Add checks for devm_kcalloc
As the devm_kcalloc may return NULL, the return value needs to be checked
to avoid NULL poineter dereference.
Security readout for executives and security teams
Plain-English summary
CVE-2022-49009 is a Linux kernel bug in the ASUS EC hardware monitoring sensor driver. A failed memory allocation was not checked, which could cause a kernel NULL pointer dereference. Public sources do not provide CVSS, exploitation evidence, or detailed business impact.
Executive priority
Treat as routine-to-medium priority kernel hygiene. Escalate for fleets with ASUS hardware monitoring enabled or sensitive uptime requirements. There is no public evidence of active exploitation in the provided sources.
Technical view
The Linux kernel hwmon asus-ec-sensors driver called devm_kcalloc without validating a NULL return. The kernel stable commits add checks to avoid NULL pointer dereference. Affected data lists Linux kernel versions including 5.18 through fixed stable releases around 6.0.12 and 6.1, but distribution backport status must be verified separately.
Likely exposure
Most relevant to Linux systems using the asus-ec-sensors hardware monitoring driver, typically ASUS motherboard sensor support. Exposure depends on kernel version, whether the driver is present or loaded, and vendor backports. Public sources do not indicate remote exposure.
Exploitation context
No CISA KEV listing and no cited source reports active exploitation. The described failure mode is a NULL pointer dereference, most likely affecting system stability if the vulnerable code path is reached. Sources do not specify attacker prerequisites.
Researcher notes
The public record is sparse: no CVSS, CWE, exploitability notes, or distro-specific package status. Analysis should focus on kernel version lineage, stable commit inclusion, and whether the asus-ec-sensors driver is reachable on target systems.
Mitigation direction
Update to a vendor-supported kernel containing the referenced stable fixes.
Check Linux distribution advisories for backported fixes.
Prioritize systems where asus-ec-sensors is present or loaded.
If no package is available, follow vendor kernel guidance.
Validation and detection
Inventory Linux kernel versions across affected assets.
Check whether asus-ec-sensors exists or is loaded.
Review vendor kernel changelogs for the two stable commits.
Confirm patched kernel deployment after maintenance.
Monitor kernel logs for related hwmon driver faults.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cve · low confidence lookup
CVE-2022-49009 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.