Description
In Eclipse RDF4J, several XML parser entry points do not fully restrict XML External Entity (XXE) processing when parsing untrusted XML-based RDF data or query results, permitting DOCTYPE declarations, external entity references, and external DTD loading. This is due to an incomplete fix for CVE-2018-1000644: the earlier fix did not cover all parser entry points. The issue is resolved in RDF4J 5.3.2, which rejects or disables DOCTYPE declarations, external entities, and external DTD loading by default.
Published: 2026-08-12
Score: 8.7 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

In Eclipse RDF4J, certain XML parser entry points fail to fully block XML External Entity processing when handling untrusted RDF data or query results. This flaw permits DOCTYPE declarations, external entity references, and external DTD loading, which can allow an attacker to read internal files or cause denial‑of‑service by exhausting resources. The vulnerability stems from an incomplete fix of a prior XXE issue, leading to inconsistent parser safeguards across the library.

Affected Systems

The issue affects versions of Eclipse RDF4J older than 5.3.2 from the Eclipse Foundation. Any deployment that accepts or imports external XML-based RDF content or process query results with these parser entry points is potentially vulnerable.

Risk and Exploitability

The CVSS score of 8.7 reflects a high impact flaw with likely remote exploitation possibilities; the EPSS score is currently unavailable, and the vulnerability is not listed in CISA KEV. An attacker could exploit this by supplying crafted XML to a component that processes RDF data, provoking the parser to resolve external entities. The lack of mitigation in earlier releases means the vulnerability can be triggered without additional credentials, making exploitation a realistic risk.

Generated by OpenCVE AI on August 12, 2026 at 23:41 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Eclipse RDF4J version 5.3.2 or later, which disables DOCTYPE declarations, external entities, and external DTD loading by default
  • If an upgrade is not immediately possible, re‑configure the XML parser or use secure XML parsing libraries that explicitly disable external entity processing
  • Validate or sanitize all untrusted XML input before it reaches the RDF4J parser to prevent external entity injection

Generated by OpenCVE AI on August 12, 2026 at 23:41 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 13 Aug 2026 00:00:00 +0000

Type Values Removed Values Added
Title XML External Entity (XXE) Vulnerability in Eclipse RDF4J XML Parsing

Wed, 12 Aug 2026 20:00:00 +0000

Type Values Removed Values Added
First Time appeared Eclipse
Eclipse rdf4j
Vendors & Products Eclipse
Eclipse rdf4j

Wed, 12 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 12 Aug 2026 16:00:00 +0000

Type Values Removed Values Added
Description In Eclipse RDF4J, several XML parser entry points do not fully restrict XML External Entity (XXE) processing when parsing untrusted XML-based RDF data or query results, permitting DOCTYPE declarations, external entity references, and external DTD loading. This is due to an incomplete fix for CVE-2018-1000644: the earlier fix did not cover all parser entry points. The issue is resolved in RDF4J 5.3.2, which rejects or disables DOCTYPE declarations, external entities, and external DTD loading by default.
Weaknesses CWE-611
CWE-827
References
Metrics cvssV4_0

{'score': 8.7, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: eclipse

Published:

Updated: 2026-08-13T15:22:54.290Z

Reserved: 2026-07-15T07:09:46.461Z

Link: CVE-2026-15803

cve-icon Vulnrichment

Updated: 2026-08-12T18:37:20.888Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-12T16:16:54.877

Modified: 2026-08-18T15:04:46.610

Link: CVE-2026-15803

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-12T23:45:03Z

Weaknesses
  • CWE-611

    Improper Restriction of XML External Entity Reference

  • CWE-827

    Improper Control of Document Type Definition