Security readout for executives and security teams
Plain-English summary
mxGraph before 3.7.6 could parse XML unsafely in a server-side image conversion path. If an exposed application accepted attacker-controlled graph XML, the flaw could allow XML External Entity behavior such as unintended file or network access, depending on deployment. Public sources do not show active exploitation.
Executive priority
Treat as a targeted remediation item for externally reachable or partner-facing apps that render mxGraph XML. Internal-only unused libraries are lower urgency but should still be updated.
Technical view
The vulnerable code is mxGraphViewImageReader.java in convert(), where SAXParserFactory lacked XXE-prevention flags. The issue is demonstrated through /ServerView and affects mxGraph versions before 3.7.6. Debian also issued a libjgraphx-java security update for this vulnerability.
Likely exposure
Exposure is most likely in Java applications using mxGraph or libjgraphx-java server-side rendering, especially /ServerView or similar XML-to-image conversion paths accepting untrusted input.
Exploitation context
The sources describe a demonstrated XXE condition, but not active exploitation. KEV status is false. Exploitability depends on whether attacker-supplied XML reaches the vulnerable conversion code.
Researcher notes
The public record is sparse: no CVSS, CWE, or detailed affected CPEs are provided. Focus validation on dependency version, exposed /ServerView behavior, and data flow into mxGraphViewImageReader.convert().
Mitigation direction
- Upgrade mxGraph to 3.7.6 or later where applicable.
- Apply the relevant Debian libjgraphx-java security update if using Debian packages.
- Disable exposed /ServerView-style conversion for untrusted input until patched.
- Review vendor guidance for XML parser hardening and safe configuration.
Validation and detection
- Inventory applications for mxGraph or libjgraphx-java dependencies.
- Confirm deployed mxGraph versions are 3.7.6 or later.
- Check whether /ServerView or server-side graph image conversion is reachable.
- Verify untrusted XML cannot reach vulnerable conversion paths.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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.
CVE-2017-18197 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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.
CVSS and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/jgraph/mxgraph/issues/124CVE reference · x_refsource_CONFIRM
- [debian-lts-announce] 20180304 [SECURITY] [DLA 1299-1] libjgraphx-java security updateCVE reference · mailing-list, x_refsource_MLIST
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
