LiveActive security incident?Get immediate response
CVE Record

CVE-2019-17637: In all versions of Eclipse Web Tools Platform through release 3.18 (2020-06), XML and DTD files referring t...

In all versions of Eclipse Web Tools Platform through release 3.18 (2020-06), XML and DTD files referring to external entities could be exploited to send the contents of local files to a remote server when edited or validated, even when external entity resolution is disabled in the user preferences.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This issue affects Eclipse Web Tools Platform versions 1.0 through 3.18. A crafted XML or DTD file could cause Eclipse to send local file contents to a remote server when the file is edited or validated. The documented preference to disable external entity resolution was not sufficient protection.

Executive priority

Treat this as a targeted workstation data-exposure risk, not a broad internet-facing emergency. Prioritize teams handling untrusted XML, sensitive source code, credentials, or customer data on Eclipse WTP workstations.

Technical view

CVE-2019-17637 is a CWE-611 XML external entity issue in Eclipse WTP. External entity references in XML or DTD content could still be processed during edit or validation workflows, enabling local file disclosure to a remote server despite the relevant user preference being disabled.

Likely exposure

Exposure is most likely on developer or analyst workstations running Eclipse WTP 1.0 through 3.18, especially where users open XML or DTD files from customers, partners, tickets, repositories, or other untrusted sources.

Exploitation context

The provided sources do not show CISA KEV listing or active exploitation. Exploitation depends on a user editing or validating malicious XML or DTD content in a vulnerable Eclipse WTP installation, with outbound network access available.

Researcher notes

Evidence is limited to the CVE description, Eclipse bug reference, and Debian LTS advisory. No CVSS vector, public exploit status, or detailed fixed upstream version is included in the supplied bundle beyond the affected range through 3.18.

Mitigation direction

  • Inventory Eclipse WTP installations and identify versions 1.0 through 3.18.
  • Apply Eclipse or distribution security updates, including Debian DLA-2404-1 where applicable.
  • Do not rely on the external entity resolution preference as the only control.
  • Avoid editing or validating untrusted XML or DTD files in vulnerable WTP versions.
  • Restrict unnecessary outbound network access from developer workstations where feasible.

Validation and detection

  • Confirm installed Eclipse WTP versions are not within 1.0 through 3.18.
  • Check Debian package status where eclipse-wtp was installed from Debian repositories.
  • Review whether teams process untrusted XML or DTD files in Eclipse.
  • Review endpoint or proxy logs for unusual Eclipse outbound connections during XML handling.
  • Document compensating controls if upgrade cannot be completed immediately.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

CWE-611: 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 lookup
cve · low confidence lookup

CVE-2019-17637 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

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.

0CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
The Eclipse FoundationEclipse Web Tools Platform1.0 to 3.18Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-611 · source CWE mapping

Improper Restriction of XML External Entity Reference

Improper Restriction of XML External Entity Reference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.