CVE-2024-26276
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedA vulnerability has been identified in JT2Go (All versions < V2312.0004), Parasolid V35.1 (All versions < V35.1.254), Parasolid V36.0 (All versions < V36.0.207), Parasolid V36.1 (All versions < V36.1.147), Teamcenter Visualization V14.2 (All versions < V14.2.0.12), Teamcenter Visualization V14.3 (All versions < V14.3.0.9), Teamcenter Visualization V2312 (All versions < V2312.0004). The affected application contains a stack exhaustion vulnerability while parsing a specially crafted X_T file. This could allow an attacker to cause denial of service condition.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceThis is a stack exhaustion vulnerability in JT2Go, Parasolid, and Teamcenter Visualization applications when parsing specially crafted X_T CAD files. The vulnerability allows attackers to cause a denial of service by triggering excessive stack consumption during the parsing process, likely due to recursive or deeply nested structures in the malformed X_T file format.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 2312.0004>= 35.1, < 35.1.254>= 36.0, < 36.0.207>= 36.1, < 36.1.147>= 14.2, < 14.2.0.12>= 14.3, < 14.3.0.9>= 2312.0, < 2312.0004CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- None
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify installed Siemens CAD applicationCheck for JT2Go, Parasolid, or Teamcenter Visualization in the system program list (Control Panel > Programs and Features, or use 'Get-ItemProperty' in PowerShell for each product name in HKLM:\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\)Affected if Any of these three Siemens products are installed on the system
-
Determine JT2Go versionOpen JT2Go, navigate to Help > About JT2Go, or locate the executable and use 'Get-ItemProperty' to read the FileVersion from the properties, then compare against version 2312.0004Affected if The installed version is lower than 2312.0004
-
Determine Parasolid versionCheck the Parasolid version through the host application (if bundled) or look for pxkernel.dll in the installation directory and check its version properties; compare against the affected ranges: 35.1.x before 35.1.254, 36.0.x before 36.0.207, or 36.1.x before 36.1.147Affected if The installed Parasolid version falls within any of the three vulnerable ranges
-
Determine Teamcenter Visualization versionOpen Teamcenter Visualization application and check Help > About, or locate the visualization executable and check its file version properties; compare against: < 14.2.0.12 (for 14.2.x), < 14.3.0.9 (for 14.3.x), or < 2312.0004 (for 2312.x)Affected if The installed version is within any of the three vulnerable ranges
-
Verify X_T file parsing capabilityCheck if the application has X_T file import/enabled functionality (look for X_T, Parasolid translator, or ACIS-related modules in the application configuration or plugins directory)Affected if X_T file parsing is available and the application version is vulnerable according to the checks above
A user is affected if they have any of the three products installed with a version matching the vulnerable ranges AND the X_T file parsing feature is present in their environment.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped14.2.0.1214.3.0.935.1.254
Update affected software to the specified patched versions (JT2Go/Teamcenter Visualization V2312.0004, Parasolid V35.1.254/V36.0.207/V36.1.147) and exercise caution when opening X_T files from untrusted sources.
JT2Go: V2312.0004 | Parasolid V35.1: V35.1.254 | Parasolid V36.0: V36.0.207 | Parasolid V36.1: V36.1.147 | Teamcenter Visualization V14.2: V14.2.0.12 | Teamcenter Visualization V14.3: V14.3.0.9 | Teamcenter Visualization V2312: V2312.0004
- Identify the exact product and version currently installed (JT2Go, Parasolid, or Teamcenter Visualization)
- For JT2Go: upgrade to version 2312.0004 or later
- For Parasolid V35.1: upgrade to version 35.1.254 or later
- For Parasolid V36.0: upgrade to version 36.0.207 or later
- For Parasolid V36.1: upgrade to version 36.1.147 or later
- For Teamcenter Visualization V14.2: upgrade to version 14.2.0.12 or later
- For Teamcenter Visualization V14.3: upgrade to version 14.3.0.9 or later
- For Teamcenter Visualization V2312: upgrade to version 2312.0004 or later
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-26276 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2024-26276 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data