LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50384: staging: vme_user: Fix possible UAF in tsi148_dma_list_add

In the Linux kernel, the following vulnerability has been resolved: staging: vme_user: Fix possible UAF in tsi148_dma_list_add Smatch report warning as follows: drivers/staging/vme_user/vme_tsi148.c:1757 tsi148_dma_list_add() warn: '&entry->list' not removed from list In tsi148_dma_list_add(), the error path "goto err_dma" will not remove entry->list from list->entries, but entry will be freed, then list traversal may cause UAF. Fix by removeing it from list->entries before free().

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2022-50384 is a Linux kernel use-after-free bug in the staging VME tsi148 driver. If a vulnerable system exposes this driver to a local low-privileged user, the impact could include kernel crash or compromise of confidentiality and integrity. The sources do not show remote exposure or active exploitation.

Executive priority

Treat as high priority for specialized Linux systems using VME tsi148 functionality or allowing untrusted local users. For typical servers without this staging driver, urgency is lower but still belongs in normal kernel patch cycles.

Technical view

The flaw is in tsi148_dma_list_add() in drivers/staging/vme_user/vme_tsi148.c. On an error path, an entry is freed without first removing entry->list from list->entries, leaving later list traversal able to reference freed memory. It is classified as CWE-416 with CVSS 3.1 score 7.8.

Likely exposure

Exposure is most likely on Linux systems using kernels in the affected ranges with the staging vme_user tsi148 VME driver built and reachable locally. This appears specialized hardware-driver exposure, not a general internet-facing server issue.

Exploitation context

The CVSS vector is local, low complexity, low privileges, no user interaction, with high confidentiality, integrity, and availability impact. KEV is false, and the provided sources do not cite public exploitation or weaponized proof-of-concept activity.

Researcher notes

The vulnerable condition is an error-path list lifetime bug: entry->list remains linked after entry is freed. Practical exploitability depends on access to the driver path and kernel configuration. The bundle provides fix references but no distro-specific package mapping or exploitation evidence.

Mitigation direction

  • Apply vendor or Linux stable kernel updates containing the referenced fixes.
  • Prioritize systems with VME hardware or the vme_user tsi148 driver enabled.
  • Disable or avoid loading the affected driver where operationally unnecessary.
  • Restrict local shell access on systems that cannot be updated promptly.
  • Track distro kernel advisories for backported fixes and exact package versions.

Validation and detection

  • Inventory kernel versions against the affected and fixed source ranges.
  • Check whether vme_user or vme_tsi148 is built, packaged, or loaded.
  • Confirm installed kernels include a referenced stable fix or vendor backport.
  • Review kernel package changelogs for CVE-2022-50384 or matching commit references.
  • Test critical VME-dependent workloads after kernel update or driver disablement.
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.

cwe · low confidence lookup

CWE-416: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-50384 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

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.

1CVSS vectors
0Timeline events
0ADP providers
10Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H1.85.9Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

7.8High
CVSS 3.1 vector shape for CVE-2022-50384Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinuxb2383c90a9d691201b9aee557776694cde86a935, b2383c90a9d691201b9aee557776694cde86a935, b2383c90a9d691201b9aee557776694cde86a935, b2383c90a9d691201b9aee557776694cde86a935, b2383c90a9d691201b9aee557776694cde86a935, b2383c90a9d691201b9aee557776694cde86a935, b2383c90a9d691201b9aee557776694cde86a935, b2383c90a9d691201b9aee557776694cde86a935, b2383c90a9d691201b9aee557776694cde86a935unaffected
LinuxLinux4.2, 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

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

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.