LiveActive security incident?Get immediate response
CVE Record

CVE-2021-41536: A vulnerability has been identified in Solid Edge SE2021 (All versions < SE2021MP8).

A vulnerability has been identified in Solid Edge SE2021 (All versions < SE2021MP8). The affected application contains a use-after-free vulnerability while parsing OBJ files. An attacker could leverage this vulnerability to execute code in the context of the current process (ZDI-CAN-13778).

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-41536 affects Siemens Solid Edge SE2021 before SE2021MP8. A specially crafted OBJ file can trigger a memory safety flaw and may let an attacker run code as the user running Solid Edge. Business risk is concentrated where staff open externally supplied 3D model files.

Executive priority

Treat this as a targeted remediation item for engineering or design environments. Prioritize systems that process third-party OBJ files, because successful exploitation could run code with the affected user’s privileges.

Technical view

The issue is a CWE-416 use-after-free in Solid Edge SE2021 OBJ parsing. The CVE and ZDI reference state code execution is possible in the current process context. The source bundle provides no CVSS score and does not name affected versions beyond SE2021 versions earlier than MP8.

Likely exposure

Exposure is likely limited to organizations running Siemens Solid Edge SE2021 before SE2021MP8, especially teams importing OBJ files from customers, vendors, public repositories, or email attachments.

Exploitation context

The provided sources do not indicate active exploitation, and the CVE is not in KEV. Exploitation appears file-parsing based: a vulnerable installation would need to parse a malicious OBJ file. No exploit steps are provided here.

Researcher notes

Evidence is concise but consistent: Siemens and ZDI identify a use-after-free in OBJ parsing with code execution impact. The bundle lacks CVSS, exploit maturity, and detailed mitigation text, so avoid claims beyond affected version, file type, and impact.

Mitigation direction

  • Update Solid Edge SE2021 to SE2021MP8 or later per Siemens guidance.
  • Check Siemens SSA-728618 for any current vendor instructions.
  • Limit opening OBJ files from untrusted sources until affected systems are updated.
  • Route external 3D model files through established security review workflows.

Validation and detection

  • Inventory Solid Edge SE2021 installations and record maintenance pack levels.
  • Flag any SE2021 installation below MP8 as affected.
  • Identify users or workflows that import OBJ files from external parties.
  • Confirm remediation against Siemens SSA-728618 and ZDI-21-1120 references.
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-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-2021-41536 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 < SE2021MP8Listed
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.