LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50848: drivers: dio: fix possible memory leak in dio_init()

In the Linux kernel, the following vulnerability has been resolved: drivers: dio: fix possible memory leak in dio_init() If device_register() returns error, the 'dev' and name needs be freed. Add a release function, and then call put_device() in the error path, so the name is freed in kobject_cleanup() and to the 'dev' is freed in release function.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2022-50848 is a Linux kernel defect where a failed DIO device initialization can leave allocated memory unreleased. The public record does not provide a CVSS score or evidence of active exploitation. Business urgency appears low unless your environment runs custom or older affected kernels at scale.

Executive priority

Track through normal Linux kernel patch management. Escalate only if a vendor rates it higher for your deployed kernel or appliance context.

Technical view

The issue is in drivers/dio/dio.c dio_init(). If device_register() fails, dev and name were not freed. The kernel fix adds a release function and calls put_device() in the error path so cleanup frees both resources.

Likely exposure

Exposure is limited to Linux systems running affected kernel code. The source bundle lists Linux kernel version markers including 2.6.29, 4.9.337, 4.14.303, 4.19.270, 5.4.229, 5.10.163, 5.15.86, 6.0.16, 6.1.2, and 6.2.

Exploitation context

No KEV listing, exploit activity, CVSS score, or attack preconditions are provided in the supplied sources. The described impact is a memory leak on an initialization error path, not a confirmed privilege escalation or remote compromise.

Researcher notes

The record is sparse: no CVSS, CWE, or exploitation evidence. Analysis should focus on whether the dio driver code is present and whether the stable fix was backported by the distribution kernel maintainer.

Mitigation direction

  • Inventory Linux kernel versions across servers, appliances, and host nodes.
  • Check Linux distribution or appliance vendor guidance for CVE-2022-50848.
  • Apply vendor-provided kernel updates that include the referenced stable fixes.
  • Prioritize internet-facing or high-availability systems if vendor severity differs.

Validation and detection

  • Confirm whether running kernels include the referenced stable commits.
  • Compare installed kernel packages against vendor fixed versions.
  • Review vendor advisories for backported fixes under different package versions.
  • Monitor kernel update status in vulnerability management tooling.
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-50848 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
LinuxLinux2e4c77bea3d8b17d94f8ee382411f359b708560f, 2e4c77bea3d8b17d94f8ee382411f359b708560f, 2e4c77bea3d8b17d94f8ee382411f359b708560f, 2e4c77bea3d8b17d94f8ee382411f359b708560f, 2e4c77bea3d8b17d94f8ee382411f359b708560f, 2e4c77bea3d8b17d94f8ee382411f359b708560f, 2e4c77bea3d8b17d94f8ee382411f359b708560f, 2e4c77bea3d8b17d94f8ee382411f359b708560f, 2e4c77bea3d8b17d94f8ee382411f359b708560funaffected
LinuxLinux2.6.29, 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.