LiveActive security incident?Get immediate response
CVE Record

CVE-2021-46699: A vulnerability has been identified in Simcenter Femap (All versions < V2022.1.1).

A vulnerability has been identified in Simcenter Femap (All versions < V2022.1.1). Affected application contains a stack based buffer overflow vulnerability while parsing specially crafted BDF files. This could allow an attacker to execute code in the context of the current process. (ZDI-CAN-15061)

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Simcenter Femap can crash or run attacker-controlled code when it opens a maliciously crafted BDF file. The risk is highest where engineers exchange or import BDF files from external parties. The sources do not report active exploitation.

Executive priority

Treat this as a high-priority engineering workstation risk where Femap is used with external model files. There is no cited evidence of active exploitation, but code execution through a file parser can create business-impacting compromise paths.

Technical view

CVE-2021-46699 is a stack-based buffer overflow in Siemens Simcenter Femap versions before V2022.1.1 during BDF file parsing. Successful exploitation could execute code in the current process context. No CVSS vector is provided in the supplied bundle.

Likely exposure

Organizations using Siemens Simcenter Femap versions earlier than V2022.1.1 and handling BDF files are the exposed population. Exposure is likely workstation-centered, especially engineering environments receiving model files from customers, suppliers, or shared repositories.

Exploitation context

The attack requires a specially crafted BDF file to be parsed by the affected application. The supplied sources do not identify public exploitation, CISA KEV inclusion, or exploitation in the wild.

Researcher notes

Evidence is limited to vendor and ZDI-style disclosure data in the source bundle. The key technical fact is CWE-121 stack-based overflow in BDF parsing with possible execution in the current process. Avoid assuming network exposure or broader Siemens product impact.

Mitigation direction

  • Upgrade Simcenter Femap to V2022.1.1 or later per Siemens guidance.
  • Restrict opening BDF files from untrusted or unexpected sources.
  • Route externally supplied BDF files through established intake controls.
  • Check Siemens ProductCERT for any updated advisory instructions.
  • Prioritize affected engineering workstations that process third-party files.

Validation and detection

  • Inventory installed Simcenter Femap versions across engineering endpoints.
  • Flag any installation earlier than V2022.1.1 as affected.
  • Confirm whether users import BDF files from external parties.
  • Review file-handling workflows for untrusted BDF exposure.
  • Verify remediation against the Siemens advisory and local asset records.
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-121: 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-46699 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 FemapAll versions < V2022.1.1Listed
Weakness

CWE details

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

CWE-121 · source CWE mapping

Stack-based Buffer Overflow

Stack-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.