CVE-2024-49704
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 COMOS V10.3 (All versions < V10.3.3.5.8), COMOS V10.4.0 (All versions), COMOS V10.4.1 (All versions), COMOS V10.4.2 (All versions), COMOS V10.4.3 (All versions < V10.4.3.0.47), COMOS V10.4.4 (All versions < V10.4.4.2), COMOS V10.4.4.1 (All versions < V10.4.4.1.21). The Generic Data Mapper, the Engineering Adapter, and the Engineering Interface improperly handle XML External Entity (XXE) entries when parsing configuration and mapping files. This could allow an attacker to extract any file with a known location on the user's system or accessible network folders by persuading a user to use a maliciously crafted configuration or mapping file in one of the affected components.
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 an XXE (XML External Entity) injection vulnerability in COMOS where the Generic Data Mapper, Engineering Adapter, and Engineering Interface improperly handle XXE entries when parsing XML configuration and mapping files. An attacker can craft malicious XML files that reference external entities to extract sensitive files from the local system or accessible network folders.
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
- None
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N
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.
-
Locate COMOS installation and versionCheck the Windows registry for COMOS installation under HKLM\SOFTWARE\Wow6432Node\COMOS or look for COMOS installation directories (commonly C:\Program Files\COMOS or C:\COMOS). Locate the COMOS version information in the About dialog or installation directories.Affected if COMOS version is lower than V10.3.3.5.8, V10.4.3.0.47, V10.4.4.2, or V10.4.4.1.21 and the product is installed.
-
Identify if Generic Data Mapper is enabledCheck COMOS configuration files (typically XML files in the COMOS working directory or project folder) for references to 'GenericDataMapper' or 'GDM' module. Look in project configuration XML files or COMOS system settings.Affected if Generic Data Mapper component is configured and COMOS version is unpatched.
-
Identify if Engineering Adapter is enabledSearch COMOS configuration for 'EngineeringAdapter' or 'EA' module references in XML configuration files within the COMOS system directory or project settings.Affected if Engineering Adapter component is configured and COMOS version is unpatched.
-
Identify if Engineering Interface is enabledSearch COMOS configuration for 'EngineeringInterface' or 'EI' module references in XML configuration files or check if import/export profiles are defined in the COMOS system.Affected if Engineering Interface component is configured and COMOS version is unpatched.
-
Review XML configuration and mapping filesExamine XML configuration files in the COMOS project directory, especially files under folders named 'Configuration', 'Mapping', 'Import', or 'Export'. Check for any custom or imported XML files that may contain untrusted content.Affected if Custom or imported XML configuration/mapping files exist in the COMOS environment and the version is unpatched.
A user is affected if they have a COMOS version lower than the fixed releases (V10.3.3.5.8, V10.4.3.0.47, V10.4.4.2, or V10.4.4.1.21) and have the Generic Data Mapper, Engineering Adapter, or Engineering Interface components enabled with access to parse XML configuration files.
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 · scopedOrganizations should update to the patched versions (V10.3.3.5.8+, V10.4.3.0.47+, V10.4.4.2+, V10.4.4.1.21+) and instruct users to avoid opening untrusted configuration or mapping files from unknown sources.
COMOS V10.3.x -> V10.3.3.5.8+; COMOS V10.4.3.x -> V10.4.3.0.47+; COMOS V10.4.4.x -> V10.4.4.2+; COMOS V10.4.4.1.x -> V10.4.4.1.21+; COMOS V10.4.0/10.4.1/10.4.2 -> V10.4.3.0.47+ or V10.4.4.2+
- 1. Identify the currently installed COMOS version by checking the product's 'About' information or system properties.
- 2. For COMOS V10.3.x users: Upgrade to version V10.3.3.5.8 or later.
- 3. For COMOS V10.4.3.x users: Upgrade to version V10.4.3.0.47 or later.
- 4. For COMOS V10.4.4.x users: Upgrade to version V10.4.4.2 or later.
- 5. For COMOS V10.4.4.1.x users: Upgrade to version V10.4.4.1.21 or later.
- 6. For COMOS V10.4.0, V10.4.1, and V10.4.2 (all versions): These version branches have no fix indicated in the advisory; upgrade to a later fixed branch (V10.4.3.0.47 or higher, or V10.4.4.2 or higher).
- 7. After upgrading, validate that the Generic Data Mapper, Engineering Adapter, and Engineering Interface components function correctly with existing configuration and mapping files.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing4.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 $4,224.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-49704 — 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-49704 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