LiveActive security incident?Get immediate response
CVE Record

CVE-2021-33650: When performing the inference shape operation of the SparseToDense operator, if the number of inputs is les...

When performing the inference shape operation of the SparseToDense operator, if the number of inputs is less than three, it will access data outside of bounds of inputs which allocated from heap buffers.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2021-33650 is a heap out-of-bounds read in MindSpore’s SparseToDense shape inference logic. A malformed or unexpected operator input count can make the software read outside allocated input buffers. The provided sources do not include CVSS, impact details, or confirmed exploitation.

Executive priority

Prioritize if MindSpore is used in production ML pipelines or accepts third-party models. If not present, business urgency is low, but confirm inventory because severity data is incomplete.

Technical view

During SparseToDense inference shape handling, MindSpore accesses input data out of bounds when fewer than three inputs are supplied. The issue maps to CWE-125 and affects openEuler:mindspore versions >= 1.2.0 and < 1.3.0. Source details are limited.

Likely exposure

Exposure appears limited to environments running openEuler-packaged MindSpore 1.2.x within the affected version range, especially systems processing untrusted or externally supplied model graphs or operator definitions.

Exploitation context

The provided bundle does not cite active exploitation, public exploit availability, or KEV listing. Treat exploitation status as unconfirmed rather than absent.

Researcher notes

Evidence supports an out-of-bounds heap read in SparseToDense shape inference with insufficient inputs. The source bundle lacks CVSS, proof-of-concept details, exploitability analysis, and explicit patch text, so assessment confidence is constrained.

Mitigation direction

  • Identify any openEuler MindSpore deployments in the affected version range.
  • Review MindSpore MSSA-2021-005 and vendor advisories for fixed versions or workarounds.
  • Plan migration away from affected versions after compatibility validation.
  • Limit ingestion of untrusted models or operator definitions until remediated.

Validation and detection

  • Inventory installed MindSpore package versions across production, research, and CI systems.
  • Check whether any installation is >= 1.2.0 and < 1.3.0.
  • Review model-processing workflows for untrusted SparseToDense operator inputs.
  • Document vendor guidance followed and remediation status.
Prepared
Confidence
medium
Sources
3

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-125: 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-33650 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
2Source 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
n/aopenEuler:mindspore>= 1.2.0, < 1.3.0Listed
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.