Security readout for executives and security teams
Plain-English summary
CVE-2022-49430 is a Linux kernel gpio-keys driver bug. On systems using an interrupt pin rather than GPIO, unloading the gpio_keys module can trigger a kernel workqueue warning. The public record does not show remote exploitation, privilege escalation, or a CVSS score.
Executive priority
Treat as routine kernel maintenance unless your fleet includes embedded or appliance Linux systems using gpio_keys. Prioritize through normal patch cycles, with higher attention for products where module unload warnings can affect reliability or supportability.
Technical view
The gpio-keys module initializes delayed work only for GPIO-backed keys. The bug called cancel_delayed_work_sync() during unload even when using interrupt-backed keys, where that work was not initialized. The fix limits cancellation to GPIO-backed cases when debounce hrtimer is not used.
Likely exposure
Exposure appears limited to Linux systems using the gpio_keys module with interrupt-backed key configuration, especially where the module can be unloaded. General servers may be unaffected if they do not use this driver or configuration.
Exploitation context
The cited evidence shows a local module unload path causing a kernel warning. There is no KEV listing and no source-provided evidence of active exploitation, remote attack, or reliable denial of service.
Researcher notes
The CVE record lacks CVSS, CWE, and detailed version-range semantics. The provided evidence supports a narrow driver lifecycle bug fixed by upstream stable commits. Impact beyond a warning during module unload is not established in the sources.
Mitigation direction
Apply Linux kernel updates that include the referenced stable fixes.
Check distribution or device vendor advisories for backported kernel packages.
Avoid unnecessary gpio_keys module unloading on affected interrupt-backed systems until updated.
Validation and detection
Inventory Linux kernel versions and gpio_keys module usage.
Review platform or device-tree configuration for interrupt-backed gpio-keys.
Confirm the running kernel includes the relevant stable fix commit.
Check kernel logs for gpio_keys unload warnings matching the CVE description.
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-49430 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.
0CVSS vectors
3Timeline events
0ADP providers
5Source links
Vulnerability timeline
Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.
CVE reservedCVE Program
The CVE ID was reserved by the assigning CNA.
CVE publishedCVE Program
The CVE record was published.
Feb 26, 2025, 02:12 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.