LiveActive security incident?Get immediate response
CVE Record

CVE-2021-47031: mt76: mt7921: fix memory leak in mt7921_coredump_work

In the Linux kernel, the following vulnerability has been resolved: mt76: mt7921: fix memory leak in mt7921_coredump_work Fix possible memory leak in mt7921_coredump_work.

MediumCVSS 4.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This Linux kernel issue is a memory leak in the MediaTek mt7921 Wi-Fi driver coredump worker. The documented impact is limited availability loss, not data theft or tampering. Treat it as a routine kernel remediation item unless the affected driver and kernel versions are present on business-critical systems.

Executive priority

Schedule remediation through normal kernel patch cycles. Escalate only where affected Linux systems are critical, exposed, or difficult to reboot, because the documented impact is availability degradation rather than compromise.

Technical view

CVE-2021-47031 resolves a possible memory leak in mt7921_coredump_work in the Linux kernel mt76/mt7921 driver. It is classified as CWE-401 with CVSS 3.1 score 4.3: network attack vector, low complexity, low privileges required, no user interaction, and low availability impact only.

Likely exposure

Exposure is most likely on Linux systems running affected kernel builds with mt76/mt7921 MediaTek Wi-Fi driver support. The source bundle identifies Linux 5.12 through 5.13 version data and kernel stable commits; downstream distribution backports must be checked directly.

Exploitation context

The source bundle does not show CISA KEV listing or active exploitation. The CVSS vector indicates privileges are required and expected impact is limited to availability. No public exploit status is established by the provided sources.

Researcher notes

Evidence is narrow: the CVE description only states a possible memory leak and references two kernel stable commits. No source in the bundle provides exploit details, observed attacks, or broader affected-product claims beyond Linux kernel version and commit data.

Mitigation direction

  • Identify systems using affected Linux kernel builds and mt76/mt7921 driver support.
  • Apply kernel updates containing the referenced stable fixes from your Linux vendor.
  • Check distribution advisories for backported fixes matching the referenced kernel commits.
  • Prioritize business-critical laptops, workstations, or appliances using MediaTek MT7921 Wi-Fi hardware.

Validation and detection

  • Inventory kernel versions and loaded wireless drivers on Linux endpoints.
  • Map vendor kernel packages to the referenced upstream stable commits.
  • Confirm patched kernels no longer match the affected version range in advisories.
  • Monitor affected systems for abnormal memory growth or availability symptoms until patched.
Prepared
Confidence
medium
Sources
4

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-401: 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-2021-47031 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
4.3 (3.1)
Known Exploited
No
Published

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

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
3Source 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
4.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L2.81.4CISA-ADP

Vulnerability scoring details

Base CVSS 3.1 score

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

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

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
LinuxLinux1c099ab44727c8e42fe4de4d91b53cec3ef02860, 1c099ab44727c8e42fe4de4d91b53cec3ef02860unaffected
LinuxLinux5.12, 0, 5.12.4, 5.13affected
Weakness

CWE details

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

CWE-401 · source CWE mapping

Missing Release of Memory after Effective Lifetime

Missing Release of Memory after Effective Lifetime represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.