LiveActive security incident?Get immediate response
CVE Record

CVE-2021-27399: A vulnerability has been identified in Simcenter Femap 2020.2 (All versions < V2020.2.MP3), Simcenter Femap...

A vulnerability has been identified in Simcenter Femap 2020.2 (All versions < V2020.2.MP3), Simcenter Femap 2021.1 (All versions < V2021.1.MP3). The femap.exe application lacks proper validation of user-supplied data when parsing FEMAP files. This could result in an out of bounds write past the end of an allocated structure, a different vulnerability than CVE-2021-27387. An attacker could leverage this vulnerability to execute code in the context of the current process. (ZDI-CAN-12820)

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2021-27399 affects Siemens Simcenter Femap. A malicious FEMAP file could trigger memory corruption in femap.exe and allow code execution as the user who opens it. The strongest business concern is compromise through engineering file workflows, not remote internet exposure.

Executive priority

Prioritize remediation where Femap is used for external collaboration or supplier file exchange. The issue can lead to user-context code execution, but available sources do not show active exploitation.

Technical view

The issue is CWE-787: an out-of-bounds write when femap.exe parses user-supplied FEMAP files. Siemens lists Simcenter Femap 2020.2 before V2020.2.MP3 and 2021.1 before V2021.1.MP3 as affected. ZDI tracks it as ZDI-CAN-12820 and notes it is distinct from CVE-2021-27387.

Likely exposure

Organizations using affected Simcenter Femap versions are exposed when users open FEMAP files from external, shared, or untrusted sources. Exposure is likely workstation-centered and tied to engineering collaboration workflows.

Exploitation context

The provided sources do not state active exploitation, and the CVE is not marked KEV. The described attack requires a crafted FEMAP file and code execution occurs in the current femap.exe process context.

Researcher notes

This is a file-parsing memory corruption issue, not a network service exposure. Focus validation on affected versions, file handling paths, and Siemens advisory alignment. Do not treat CVE-2021-27387 details as interchangeable.

Mitigation direction

  • Upgrade affected Femap 2020.2 installations to V2020.2.MP3 or later.
  • Upgrade affected Femap 2021.1 installations to V2021.1.MP3 or later.
  • Review Siemens SSA-133038 for vendor-specific remediation guidance.
  • Limit opening FEMAP files from untrusted or unauthenticated sources.
  • Apply endpoint controls around engineering workstations handling external files.

Validation and detection

  • Inventory hosts running Simcenter Femap 2020.2 or 2021.1.
  • Verify installed maintenance pack level against Siemens affected-version ranges.
  • Confirm femap.exe version is not below the fixed MP3 release.
  • Review engineering file intake paths for external FEMAP files.
  • Check whether endpoint controls cover Femap file-opening workflows.
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-787: 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-27399 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
SiemensSimcenter Femap 2020.2All versions < V2020.2.MP3Listed
SiemensSimcenter Femap 2021.1All versions < V2021.1.MP3Listed
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

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