LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47161: spi: spi-fsl-dspi: Fix a resource leak in an error handling path

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-dspi: Fix a resource leak in an error handling path 'dspi_request_dma()' should be undone by a 'dspi_release_dma()' call in the error handling path of the probe function, as already done in the remove function

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-47161 is a Linux kernel availability issue in the spi-fsl-dspi driver. A failed device probe can leak DMA-related resources because cleanup is missing on one error path. The CVSS score is 5.5: local, low-complexity, low-privilege, no user interaction, with availability impact only.

Executive priority

Schedule remediation through normal kernel patch cycles, faster for embedded or operational systems where SPI driver failure could affect uptime. No source provided evidence of remote exploitation or data theft.

Technical view

The kernel fix adds the missing release path: dspi_request_dma() must be paired with dspi_release_dma() when probe error handling unwinds. Sources describe a resource leak in spi-fsl-dspi, already handled correctly in remove(). CVSS indicates no confidentiality or integrity impact, but high availability impact.

Likely exposure

Exposure is most likely on Linux systems running affected kernel versions and using the spi-fsl-dspi driver. General-purpose systems that do not load this driver may have no practical exposure, but the provided sources do not enumerate distributions or hardware deployments.

Exploitation context

The source bundle does not show active exploitation, and KEV is false. CVSS requires local access with low privileges and no user interaction. Treat this as an availability risk, not a remote compromise signal.

Researcher notes

Evidence is limited to the CVE record and Linux stable commits. The source CWE value appears less descriptive than the text; the described issue is a resource leak in probe error handling. Validate impact in downstream vendor kernels before broad conclusions.

Mitigation direction

  • Apply kernel or distribution updates containing the referenced stable fixes.
  • Confirm vendor advisories before changing unsupported or vendor-custom kernels.
  • Prioritize systems that load or depend on the spi-fsl-dspi driver.
  • Use normal kernel rollback and maintenance-window controls for production updates.

Validation and detection

  • Inventory kernel versions against the CVE affected records.
  • Check kernel changelogs for CVE-2021-47161 or referenced commit IDs.
  • Verify whether spi-fsl-dspi is present or loaded on target systems.
  • Confirm patched systems include the DMA release error-path fix.
Prepared
Confidence
medium
Sources
8

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 · medium confidence lookup

CWE-209: Information exposure and cloud metadata lookup

Information exposure and SSRF weaknesses can make discovery, cloud metadata, and credential material review relevant. 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-2021-47161 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
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/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
3Timeline events
2ADP providers
7Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2021-47161Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
cvssV3_1other:ssvc
CVECVE Program Container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux90ba37033cb94207e97c4ced9be575770438213b, 90ba37033cb94207e97c4ced9be575770438213b, 90ba37033cb94207e97c4ced9be575770438213b, 90ba37033cb94207e97c4ced9be575770438213b, 90ba37033cb94207e97c4ced9be575770438213b, 90ba37033cb94207e97c4ced9be575770438213bunaffected
LinuxLinux4.10, 0, 4.14.241, 4.19.199, 5.4.124, 5.10.42, 5.12.9, 5.13affected
Weakness

CWE details

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

CWE-209 · source CWE mapping

Generation of Error Message Containing Sensitive Information

Generation of Error Message Containing Sensitive Information represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.