Security readout for executives and security teams
Plain-English summary
CVE-2022-48924 is a Linux kernel memory leak in the int340x thermal driver. The source shows leaked small allocations during int3400_notify() on a TigerLake platform. Business risk is mainly potential stability or resource exhaustion on affected systems, but public severity, CVSS, and exploitation evidence are not provided.
Executive priority
Treat this as routine kernel hygiene unless vendor guidance elevates it. There is no supplied evidence of active exploitation or high severity, but affected systems should still receive normal kernel maintenance to reduce stability risk.
Technical view
The bug is in Linux thermal int340x handling: int3400_notify() allocates formatted event data and failed to free it. The upstream fix calls kfree() appropriately. The CVE record lists multiple affected Linux kernel versions, including 4.14 through 5.17-era entries, with stable kernel commit references for fixes.
Likely exposure
Exposure is most plausible on Linux systems using the int3400/int340x thermal driver, especially Intel platforms similar to the TigerLake system cited. The provided data does not identify distributions, device models, or package versions, so organizations should map kernel package status through vendor advisories.
Exploitation context
No active exploitation is supported by the supplied sources. The CVE is not listed as KEV in the bundle. The available evidence describes a memory leak observed through kernel leak reporting, not a public attack chain or remote exploitation path.
Researcher notes
Evidence is narrow: a memory leak in int3400_notify(), observed on TigerLake, fixed by adding kfree(). The bundle lacks CVSS, CWE, proof of exploitability, and distribution-specific package mapping. Avoid over-scoping beyond Linux kernels and the int340x thermal path.
Mitigation direction
Apply Linux kernel updates that include the referenced stable fixes.
Check your Linux distribution advisory for backported package versions.
Prioritize systems where int3400_thermal or int340x thermal support is present.
Track vendor guidance if you cannot immediately update kernels.
Validation and detection
Inventory Linux kernel versions across managed assets.
Check whether int3400_thermal or related int340x drivers are loaded.
Compare installed kernel packages against vendor fixed versions.
Review kernel logs or leak reports for repeated int3400_notify() leaks.
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-48924 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.