Security readout for executives and security teams
Plain-English summary
A Linux kernel bug on PowerPC can crash the kernel when certain tracing probes are registered. The main business risk is availability disruption on affected PowerPC systems. Provided sources do not show active exploitation, and the example requires root-level tracing access.
Executive priority
Treat as a targeted availability issue for PowerPC Linux infrastructure. Prioritize patching where these systems support production workloads or allow multiple administrators privileged shell access.
Technical view
The flaw is a NULL pointer dereference in powerpc arch_prepare_kprobe(). An ftrace-based kprobe may have prev->ainsn.insn set to NULL, but the code reads it while checking prefixed instructions, causing an oops. Stable kernel commits add a check for ftrace-based kprobes before dereferencing.
Likely exposure
Exposure appears limited to Linux systems on PowerPC using kprobes/ftrace tracing. The described trigger involves writing probe definitions through kernel tracing interfaces, which typically requires privileged local access. Non-PowerPC systems are not indicated as affected in the provided sources.
Exploitation context
The source shows a local crash scenario, not remote compromise. No KEV listing or cited source indicates active exploitation. The practical risk is local denial of service by an administrator or compromised privileged account with access to tracing facilities.
Researcher notes
Version metadata in the provided bundle is incomplete and flattened. The clearest technical evidence is the upstream stable commit set and CVE description. Validate using vendor kernel changelogs because distributions may backport fixes without changing major kernel versions.
Mitigation direction
- Update affected PowerPC Linux kernels to vendor builds containing the referenced stable fixes.
- Check Linux distribution advisories for exact package versions and backports.
- Restrict access to kernel tracing interfaces to trusted administrators only.
- Monitor for kernel oops events involving arch_prepare_kprobe.
Validation and detection
- Inventory PowerPC Linux hosts and their kernel versions.
- Confirm whether kprobes, ftrace, or tracefs are enabled and accessible.
- Compare deployed kernels with vendor advisories or referenced stable commits.
- Review system logs for NULL pointer dereferences in arch_prepare_kprobe.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-2022-50635 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
CNA and ADP enrichment extracted from CVE v5
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/stable/c/7f536a8cb62dd5c084f112373fc34cdb5168a813CVE reference
- https://git.kernel.org/stable/c/4eac4f6a86ae73ef4b772d37398beeba2fbfde4eCVE reference
- https://git.kernel.org/stable/c/5fd1b369387c53ee6c774ab86e32e362a1e537acCVE reference
- https://git.kernel.org/stable/c/97f88a3d723162781d6cbfdc7b9617eefab55b19CVE reference
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
