Security readout for executives and security teams
Plain-English summary
This is a Linux kernel RISC-V crash issue tied to a specific tracing configuration. When the irqsoff latency tracer is enabled, low-level interrupt code can call tracing helpers without the frame pointer setup they expect, causing a kernel oops during boot.
Executive priority
Prioritize if the organization operates RISC-V Linux devices, embedded systems, or test infrastructure. For typical non-RISC-V fleets, the provided evidence suggests low immediate business urgency, but asset owners should still confirm exposure.
Technical view
On RISC-V, trace_hardirqs_on/off use CALLER_ADDR1 to inspect the caller. Low-level assembly entry code reuses s0 instead of maintaining it as a frame pointer, so the lookup can dereference invalid memory. The kernel fix adds a wrapper level before calling these tracing functions.
Likely exposure
Exposure appears limited to RISC-V Linux systems running listed affected kernel versions with irqoff latency tracing enabled. The source does not show broad default exposure or impact beyond kernel oops during boot.
Exploitation context
The bundle provides no KEV listing, public exploitation claim, exploitability rating, or remote attack path. Treat this as a stability and availability risk unless vendor guidance states otherwise.
Researcher notes
The affected-version data is sparse and includes ambiguous entries. The clearest technical signal is the RISC-V-specific frame-pointer misuse around irqsoff tracing and the stable kernel commits that add safe wrappers.
Mitigation direction
Check whether any RISC-V Linux systems run the listed affected kernel versions.
Review vendor or distribution advisories for fixed kernel packages.
Update to a kernel containing the referenced stable fixes where available.
Avoid enabling irqoff latency tracing on vulnerable RISC-V kernels until patched.
Validation and detection
Inventory kernel versions on RISC-V assets and appliances.
Confirm whether irqoff latency tracer support is built or enabled.
Map installed kernels against the CVE affected version data.
Verify deployed kernel source includes one of the referenced stable commits.
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-48922 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.