Security readout for executives and security teams
Plain-English summary
This is a Linux kernel flaw in the ftrace subsystem. Under a failure path, ftrace can leave a freed or invalid operation on an internal list, later causing a NULL pointer dereference and kernel crash. The sources do not show active exploitation or a CVSS score.
Executive priority
Schedule normal-to-accelerated kernel patching based on system criticality. There is no source evidence of active exploitation, but kernel crash bugs can affect availability and may matter most on shared, high-uptime, or security-sensitive Linux infrastructure.
Technical view
The bug occurs when ftrace_startup_enable fails after ops are added to ftrace_ops_list. Later unregister handling can return early when ftrace_disabled is set, leaving stale ops behind. is_ftrace_trampoline then iterates that list and can dereference NULL or invalid state. Kernel stable commits are referenced as fixes.
Likely exposure
Exposure is most relevant to systems running affected Linux kernel versions or vendor kernels that have not incorporated the referenced stable ftrace fixes. The source bundle lists Linux as affected, but does not provide distribution-specific package names or deployment prevalence.
Exploitation context
The evidence is a syzkaller-triggered kernel crash report. KEV is false, and the bundle provides no cited evidence of real-world exploitation, public weaponization, or remote attack paths. Treat this primarily as a kernel stability and potential denial-of-service issue unless vendor guidance says otherwise.
Researcher notes
The root condition is incomplete rollback of ftrace registration after startup enable failure, leaving stale list state. The source does not establish attacker prerequisites, privilege requirements, or exploitability beyond the syzkaller crash. Avoid assuming remote reachability or privilege escalation without additional vendor analysis.
Mitigation direction
Update affected Linux kernels to builds containing the referenced stable ftrace fixes.
Use distribution security advisories to map fixed kernel package versions.
Prioritize externally exposed multi-user hosts and virtualization platforms for kernel updates.
If patching is delayed, monitor for unexplained kernel Oops events involving ftrace.
Do not deploy custom kernels missing the referenced stable commits.
Validation and detection
Inventory Linux kernel versions across servers, containers hosts, and appliances.
Check whether running kernels include the relevant stable ftrace fix commit.
Review vendor advisories for package-level fixed versions.
Search kernel logs for Oops traces referencing is_ftrace_trampoline or ftrace_ops_trampoline.
Confirm reboot into the updated kernel after patch installation.
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-49977 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
9Source 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.
Jun 18, 2025, 11:00 UTC (UTC+00:00)
CVE updatedCVE Program
The CVE record metadata indicates this as the latest update time.