LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50810: rapidio: devices: fix missing put_device in mport_cdev_open

In the Linux kernel, the following vulnerability has been resolved: rapidio: devices: fix missing put_device in mport_cdev_open When kfifo_alloc fails, the refcount of chdev->dev is left incremental. We should use put_device(&chdev->dev) to decrease the ref count of chdev->dev to avoid refcount leak.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2022-50810 is a Linux kernel RapidIO driver bug where an error path fails to release a device reference. The documented issue is a reference-count leak, not data theft or remote compromise. Business urgency is generally low unless you operate affected kernels with RapidIO support enabled or rely on specialized systems using this subsystem.

Executive priority

Handle through normal kernel maintenance unless RapidIO-enabled systems are business-critical. There is no sourced evidence of active exploitation or high-impact compromise, but kernel hygiene remains important for reliability and cumulative risk reduction.

Technical view

In mport_cdev_open, if kfifo_alloc fails, chdev->dev keeps an incremented reference count. The kernel fix adds put_device(&chdev->dev) on that failure path. The CVE record lists multiple affected Linux kernel versions and stable-tree fix commits. No CVSS, CWE, or concrete impact beyond refcount leak is provided.

Likely exposure

Exposure appears limited to Linux systems running affected kernel versions with the RapidIO mport character-device code present and reachable. Organizations without RapidIO hardware, drivers, or enabled kernel support may have little practical exposure, but should validate against their kernel configuration and vendor packages.

Exploitation context

The provided sources do not report active exploitation, public weaponization, or inclusion in CISA KEV. The triggering condition involves an allocation failure path in kernel code, so exploitability and security impact are not established from the available record.

Researcher notes

The record is narrow: missing put_device on kfifo_alloc failure in rapidio devices. Severity metadata is absent, and impact is described only as avoiding a refcount leak. Further assessment should focus on reachability of mport_cdev_open, required privileges, allocation-failure controllability, and distribution backport status.

Mitigation direction

  • Update affected Linux kernels to vendor releases containing the referenced stable fixes.
  • Check distribution security advisories for CVE-2022-50810 package status.
  • Prioritize specialized systems using RapidIO or custom kernels.
  • If no vendor fix is available, follow vendor guidance and reduce RapidIO exposure where feasible.

Validation and detection

  • Inventory Linux kernel versions across affected fleets.
  • Verify whether RapidIO and mport character-device support are enabled or used.
  • Confirm installed kernel includes a listed stable fix commit or vendor backport.
  • Review vendor changelogs for CVE-2022-50810 or the referenced commit IDs.
Prepared
Confidence
medium
Sources
11

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-50810 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
10Source 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
LinuxLinuxe8de370188d098bb49483c287b44925957c3c9b6, e8de370188d098bb49483c287b44925957c3c9b6, e8de370188d098bb49483c287b44925957c3c9b6, e8de370188d098bb49483c287b44925957c3c9b6, e8de370188d098bb49483c287b44925957c3c9b6, e8de370188d098bb49483c287b44925957c3c9b6, e8de370188d098bb49483c287b44925957c3c9b6, e8de370188d098bb49483c287b44925957c3c9b6, e8de370188d098bb49483c287b44925957c3c9b6unaffected
LinuxLinux4.6, 0, 4.9.337, 4.14.303, 4.19.270, 5.4.229, 5.10.163, 5.15.86, 6.0.16, 6.1.2, 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.