Security readout for executives and security teams
Plain-English summary
CVE-2022-49402 is a Linux kernel reliability flaw in ftrace cleanup. When a direct ftrace registration fails, stale state can remain and a later tracing operation can crash the kernel. Business impact is mainly potential host instability or denial of service where affected kernel tracing, livepatch, and BPF functionality are available.
Executive priority
Prioritize routine kernel patching, with faster handling for production hosts that use livepatching, observability tooling, or BPF tracing. The evidence supports crash risk, not confirmed data theft or remote compromise.
Technical view
The bug leaves an entry in ftrace direct_functions when register_ftrace_direct fails. A later ftrace_find_rec_direct lookup can hit corrupted stale state and trigger a general protection fault. The provided trace reaches this path through BPF trampoline attachment. Kernel stable commits fix the failure path by removing the direct_functions entry on registration failure.
Likely exposure
Exposure appears limited to Linux systems running affected kernel versions with relevant ftrace, livepatch, and BPF tracing paths enabled or usable. The bundle does not identify remote exposure, affected distributions, container escape conditions, or required privileges.
Exploitation context
The source describes a reproducible crash scenario involving livepatch and BPF tracing, but provides no KEV listing and no cited evidence of active exploitation. Treat this as a stability and local denial-of-service risk unless vendor guidance says otherwise.
Researcher notes
The core issue is incomplete cleanup on register_ftrace_direct failure. The public description includes a kernel GPF and a specific BPF trampoline call path. Severity, CVSS, CWE, distribution impact, and exploit-in-the-wild evidence are not present in the supplied bundle.
Mitigation direction
Update affected Linux kernels to vendor builds containing the referenced stable fixes.
Check distribution advisories for exact fixed package versions and reboot requirements.
Restrict access to BPF tracing and livepatch capabilities to trusted administrators.
Monitor kernel logs for ftrace, BPF trampoline, or general protection fault messages.
Validation and detection
Inventory Linux kernel versions across servers, containers hosts, and appliances.
Map installed kernels against vendor advisories referencing CVE-2022-49402.
Confirm whether ftrace, BPF tracing, and livepatch are enabled or operationally used.
Verify the fixed kernel is running after update, not only installed.
Review crash logs for matching ftrace_find_rec_direct or register_ftrace_direct traces.
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-49402 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
6Source 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.