LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50870: powerpc/rtas: avoid device tree lookups in rtas_os_term()

In the Linux kernel, the following vulnerability has been resolved: powerpc/rtas: avoid device tree lookups in rtas_os_term() rtas_os_term() is called during panic. Its behavior depends on a couple of conditions in the /rtas node of the device tree, the traversal of which entails locking and local IRQ state changes. If the kernel panics while devtree_lock is held, rtas_os_term() as currently written could hang. Instead of discovering the relevant characteristics at panic time, cache them in file-static variables at boot. Note the lookup for "ibm,extended-os-term" is converted to of_property_read_bool() since it is a boolean property, not an RTAS function token. [mpe: Incorporate suggested change from Nick]

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This Linux kernel issue affects PowerPC RTAS panic handling. When the system is already crashing, the kernel may hang while trying to read device-tree data. The main business impact is reduced reliability during severe failures, including failed panic termination or delayed recovery. It is not described as data theft or remote code execution.

Executive priority

Handle through normal kernel maintenance unless PowerPC systems support critical services requiring reliable crash recovery. For those systems, prioritize earlier because the failure mode can interfere with recovery during an already severe outage.

Technical view

rtas_os_term() runs during panic and previously traversed the /rtas device-tree node, involving locking and local IRQ state changes. If panic occurs while devtree_lock is held, the panic path can hang. The kernel fix caches the relevant RTAS characteristics at boot and treats ibm,extended-os-term as a boolean property.

Likely exposure

Exposure appears limited to Linux systems on PowerPC platforms using RTAS behavior. The CVE lists Linux kernel versions including 2.6.16 and several stable lines through 6.2 as affected, with stable kernel commits referenced as fixes. Non-PowerPC Linux systems are not indicated by the provided sources.

Exploitation context

No CISA KEV listing or provided source indicates active exploitation. The issue is a panic-time hang condition, not a documented remote attack path. Exploitation would depend on causing or reaching a kernel panic while the relevant device-tree lock state exists; the sources do not provide a practical exploitation scenario.

Researcher notes

The CVE record does not provide CVSS, CWE, or exploit evidence. The vulnerability is narrowly described as a deadlock/hang risk in the PowerPC RTAS panic path. Analysis should focus on architecture, kernel lineage, and whether the referenced stable commits are present in downstream kernels.

Mitigation direction

  • Update affected Linux kernels to versions containing the referenced stable commits.
  • Prioritize PowerPC systems where panic handling and automatic recovery are operationally important.
  • Check distribution or hardware vendor advisories for packaged kernel fix availability.
  • If immediate patching is unavailable, document residual crash-recovery risk for affected PowerPC hosts.

Validation and detection

  • Inventory Linux hosts running on PowerPC hardware.
  • Record kernel versions and distribution kernel package build identifiers.
  • Compare installed kernels against vendor advisories and referenced stable commits.
  • Review kernel changelogs for the rtas_os_term device-tree lookup fix.
  • Confirm patched systems rebooted into the updated kernel.
Prepared
Confidence
medium
Sources
10

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.

description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-50870 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

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.

0CVSS vectors
0Timeline events
0ADP providers
9Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux088186ded490ced80758200cf8f906ed741df306, 088186ded490ced80758200cf8f906ed741df306, 088186ded490ced80758200cf8f906ed741df306, 088186ded490ced80758200cf8f906ed741df306, 088186ded490ced80758200cf8f906ed741df306, 088186ded490ced80758200cf8f906ed741df306, 088186ded490ced80758200cf8f906ed741df306, 088186ded490ced80758200cf8f906ed741df306unaffected
LinuxLinux2.6.16, 0, 4.14.303, 4.19.270, 5.4.229, 5.10.163, 5.15.87, 6.0.17, 6.1.3, 6.2affected
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.