CVE-2024-41908
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 NX (All versions < V2406.3000). The affected applications contains an out of bounds read vulnerability while parsing specially crafted PRT files. This could allow an attacker to crash the application or execute code in the context of the current process.
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 confidenceNX (Siemens PLM software) contains an out-of-bounds read vulnerability when parsing specially crafted PRT part files. An attacker can trigger this by providing a malicious PRT file, potentially causing a denial of service (application crash) or achieving arbitrary code execution in the context of the running NX process.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/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.
-
Confirm NX installationCheck for NX installation by searching for 'nx.exe' in common installation paths (e.g., C:\Program Files\Siemens\NX<version>\NXBIN\nx.exe) or by querying the Windows Registry under HKLM\SOFTWARE\Siemens\NX and HKLM\SOFTWARE\WOW6432Node\Siemens\NX for the installed product.Affected if NX software is found on the system.
-
Identify installed NX versionRead the Version value from the registry key found in the previous step (e.g., HKLM\SOFTWARE\Siemens\NX\<InstallDir>\Version) or right-click the nx.exe executable, select Properties, and view the File Version details.Affected if A version number is retrieved.
-
Compare version to fixed releaseCompare the identified version string to the fixed release V2406.3000 using numeric comparison on the version components (V2406.3000 means 2406.3000 or higher).Affected if The installed version is lower than V2406.3000 (e.g., V2403, V2306, V12, etc.).
-
Verify PRT file handling is possibleCheck if the NX installation includes the part file handling components by confirming the presence of the 'partfile' or 'prt' file association or examining the NX\UGII\partfiles directory.Affected if PRT file handling capability exists in the NX installation.
-
Assess exposure to untrusted PRT filesReview recent file access logs, examine NX workspace directories for recently opened PRT files, or check with users if they open PRT files from external or untrusted sources.Affected if Users process PRT files from unknown or untrusted sources with an affected NX version.
A system is affected if NX software is installed with a version lower than V2406.3000 and users can be tricked into opening a malicious PRT file.
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 · scopedUpgrade NX to version V2406.3000 or later. Until patched, avoid opening untrusted PRT files from unknown or untrusted sources.
V2406.3000
- 1. Ensure all users close any open NX sessions
- 2. Back up all critical NX part files (PRT) before proceeding
- 3. Obtain the fixed release V2406.3000 or later from Siemens
- 4. Run the installer for V2406.3000 on each affected workstation
- 5. Verify the installed version by checking NX Help > About Siemens NX (should show V2406.3000 or later)
- 6. Test that PRT file parsing works normally with the updated version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-41908 — 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-41908 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