LiveActive security incident?Get immediate response
CVE Record

CVE-2025-12659: Heap-based buffer overflow in Siemens Simcenter Femap

Siemens Simcenter Femap contains a memory corruption vulnerability while parsing specially crafted IPT files. This could allow an attacker to execute code in the context of the current process.

HighCVSS 7.8Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

CVE-2025-12659 affects Siemens Simcenter Femap when it parses specially crafted IPT files. If a user opens a malicious file, code could run inside the Femap process. This matters most for engineering environments that exchange CAD or model files with outside parties.

Executive priority

Prioritize remediation for engineering teams that exchange IPT files externally. The vulnerability is high impact but requires a user to open a malicious file, so urgency depends on file-sharing exposure and availability of Siemens fixes.

Technical view

The issue is a heap-based buffer overflow, CWE-122, in Simcenter Femap IPT file parsing. CVSS 3.1 is 7.8 with local attack vector, low complexity, no privileges required, and user interaction required. Reported impact is high confidentiality, integrity, and availability loss through code execution in the current process.

Likely exposure

Exposure is likely limited to organizations running Siemens Simcenter Femap and opening IPT files, especially files received from suppliers, customers, contractors, or shared repositories. The source bundle lists Simcenter Femap versions 0 and V2512.0003 but does not fully clarify fixed versions.

Exploitation context

The provided sources do not indicate CISA KEV listing or active exploitation. Exploitation requires user interaction and a specially crafted IPT file. Treat externally supplied CAD/model files as higher risk until Siemens guidance is verified and applied.

Researcher notes

Do not assume network exploitability from the CVSS vector; AV:L and UI:R are central constraints. The source bundle confirms memory corruption and potential code execution, but does not provide exploit evidence or complete fixed-version detail.

Mitigation direction

  • Review Siemens SSA-870926 for affected and fixed versions.
  • Update Simcenter Femap according to Siemens guidance if an update is available.
  • Limit opening IPT files from untrusted or external sources.
  • Use isolated workstations for high-risk engineering file review.
  • Follow CISA ICSA-26-134-05 operational guidance.

Validation and detection

  • Inventory all Simcenter Femap installations and versions.
  • Compare installed versions with Siemens SSA-870926.
  • Identify workflows that accept IPT files from external parties.
  • Verify endpoint controls cover engineering workstations.
  • Document unpatched systems and compensating controls.
Prepared
Confidence
medium
Sources
5

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-122: 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-2025-12659 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
High
CVSS
7.8 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H

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.

2CVSS vectors
3Timeline events
2ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

2 official scores

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
7.8CVSS 3.1HighCVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H1.85.9icscert
7.3CVSS 4.0HighCVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:Nicscert

Vulnerability scoring details

Base CVSS 4.0 score

7.3High
CVSS 4.0 vector shape for CVE-2025-12659Attack VectorAttack ComplexityAttack RequirementsPrivileges RequiredUser InteractionVS ConfidentialityVS IntegrityVS AvailabilitySS ConfidentialitySS IntegritySS Availability

Vector: CVSS:4.0/AV:L/AC:H/AT:N/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Attack Requirements
NonePresent
Privileges Required
NoneLowHigh
User Interaction
NonePassiveActive
VS Confidentiality
HighLowNone
VS Integrity
HighLowNone
VS Availability
HighLowNone
SS Confidentiality
HighLowNone
SS Integrity
HighLowNone
SS Availability
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
siemens-SADPADP container
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
SiemensSimcenter Femap0, V2512.0003unknown
Weakness

CWE details

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

CWE-122 · source CWE mapping

Heap-based Buffer Overflow

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