Security readout for executives and security teams
Plain-English summary
A flaw in UCanCode's E-XD++ Visualization Enterprise Suite ActiveX control lets an attacker run code on a user's Windows machine if that user opens a malicious web page or file that loads the control. Because it requires user interaction and runs only where the legacy control is installed, exposure is narrow but the impact on an affected workstation is severe.
Executive priority
Treat as a targeted desktop risk: high impact per affected user, but only meaningful if the legacy E-XD++ product is in your environment. Prioritize a short inventory sweep; if no installs exist, close the ticket. If installs exist, schedule mitigation alongside other ActiveX hardening rather than as an emergency.
Technical view
The TKDRAWCAD.TKDrawCADCtrl.1 ActiveX control exposes a RotateShape method that dereferences a caller-supplied pointer without proper validation (CWE-823, untrusted pointer dereference). A crafted argument passed through the control's scriptable interface causes execution to follow an attacker-controlled pointer, yielding remote code execution in the context of the hosting process. CVSS 4.0 base score 8.6 with attack vector Network and required user interaction.
Likely exposure
Limited to Windows endpoints that have UCanCode E-XD++ Visualization Enterprise Suite installed and that render the affected ActiveX control, typically via Internet Explorer or other COM-aware hosts. The vendor advisory does not enumerate fixed versions, so all installed builds should be presumed exposed pending vendor confirmation.
Exploitation context
No public evidence of active exploitation; the CVE is not listed in CISA KEV. Exploitation requires a victim to load attacker-controlled content that instantiates the control, so phishing or watering-hole delivery is the realistic path. ZDI and VulnCheck have published advisories describing the flaw but not exploit code.
Researcher notes
Root cause is an unvalidated pointer reaching a dereference inside RotateShape on the TKDrawCADCtrl COM object (CWE-823). The CVE record marks all versions defaultStatus "unaffected" with a single "0" version entry, which reflects incomplete vendor versioning rather than a clean bill of health, so treat any installed build as suspect. No KEV listing and no public PoC referenced in the bundle; the originating ZDI advisory (ZDI-17-422) is the authoritative technical source.
Mitigation direction
- Inventory hosts for the TKDRAWCAD.TKDrawCADCtrl.1 ActiveX control and the E-XD++ Visualization Enterprise Suite installation.
- Set the kill-bit for the affected CLSID to block instantiation in Internet Explorer and other COM hosts.
- Restrict or remove legacy ActiveX support on user workstations where the control is not business-critical.
- Contact UCanCode support and review vendor guidance for an updated build or recommended workaround.
- Apply browser and email content filtering to block untrusted web pages and HTML attachments that could load ActiveX controls.
Validation and detection
- Search the registry for the TKDRAWCAD.TKDrawCADCtrl.1 ProgID and its CLSID to confirm presence of the control.
- Use endpoint management tooling to identify hosts with E-XD++ Visualization Enterprise Suite installed.
- Confirm Internet Explorer or other ActiveX-capable hosts are restricted or decommissioned on identified systems.
- Verify kill-bit or AppLocker policy successfully prevents the control from loading in a test browser session.
- Cross-check ZDI-17-422 and the VulnCheck advisory for any later vendor-published fixed version.
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.
CWE-823: 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 lookupExecution behavior lookup
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
Open ATT&CK lookupCVE-2017-20211 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
- High
- CVSS
- 8.6 (4.0)
- Known Exploited
- No
- Published
Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
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 vector scores
1 official scoreWe 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.
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N——Primary CVE scoreVulnerability scoring details
Base CVSS 4.0 score
8.6HighVector: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
Source materials
- CVE List V5 sourceCVE List V5
- https://www.zerodayinitiative.com/advisories/ZDI-17-422/CVE reference · technical-description
- https://www.ucancode.net/CVE reference · product
- https://www.vulncheck.com/advisories/ucancode-e-xd-visualization-enterprise-suite-untrusted-pointer-dereference-rceCVE reference · third-party-advisory
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.
Use of Out-of-range Pointer Offset
Use of Out-of-range Pointer Offset represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
