LiveActive security incident?Get immediate response
CVE Record

CVE-2021-37180: A vulnerability has been identified in Solid Edge SE2021 (All Versions < SE2021MP7).

A vulnerability has been identified in Solid Edge SE2021 (All Versions < SE2021MP7). The PSKERNEL.dll library lacks proper validation while parsing user-supplied OBJ files that could cause an out of bounds access to an uninitialized pointer. An attacker could leverage this vulnerability to execute code in the context of the current process. (ZDI-CAN-13775)

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

This vulnerability affects Siemens Solid Edge SE2021 before SE2021MP7. A malicious OBJ file could cause Solid Edge to misuse memory and potentially run attacker-controlled code as the person using the application. The risk is mainly to workstations that open untrusted or externally supplied OBJ files.

Executive priority

Prioritize remediation for engineering workstations that exchange OBJ files externally. The business risk is workstation compromise through normal file-opening activity, not broad network exposure based on the provided sources.

Technical view

PSKERNEL.dll in Solid Edge SE2021 lacks proper validation while parsing user-supplied OBJ files. The flaw can trigger out-of-bounds access to an uninitialized pointer, mapped to CWE-824, and may allow code execution in the current process. The issue is tracked by ZDI as ZDI-CAN-13775.

Likely exposure

Exposure is limited to environments running Siemens Solid Edge SE2021 versions earlier than SE2021MP7, especially where users import or open OBJ files from customers, partners, downloads, or email attachments.

Exploitation context

The provided sources do not report active exploitation, and the CVE is not listed as KEV. Exploitation requires a crafted OBJ file to be processed by an affected Solid Edge installation.

Researcher notes

Evidence supports a file-parsing memory safety flaw in PSKERNEL.dll with potential current-process code execution. Severity metrics, exploit maturity, and detailed vendor mitigations are not present in the supplied bundle, so avoid assuming broader impact.

Mitigation direction

  • Update affected Solid Edge SE2021 installations to SE2021MP7 or later.
  • Review Siemens ProductCERT guidance before rollout.
  • Restrict opening OBJ files from untrusted sources.
  • Handle external OBJ files through controlled intake and scanning workflows.

Validation and detection

  • Inventory Solid Edge SE2021 installations and maintenance pack levels.
  • Confirm no installation remains below SE2021MP7.
  • Identify teams or systems that routinely process OBJ files.
  • Review security telemetry for suspicious Solid Edge crashes or child process activity.
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-824: 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-37180 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
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SiemensSolid Edge SE2021All Versions < SE2021MP7Listed
Weakness

CWE details

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

CWE-824 · source CWE mapping

Access of Uninitialized Pointer

Access of Uninitialized Pointer represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.