Description
YaCy Search Server through 1.941 contains an XML external entity injection vulnerability in SVG, FreeMind, and OpenSearch parsers that fail to disable external entity resolution. Attackers can publish malicious documents with DOCTYPE declarations containing SYSTEM entities pointing to local files, causing the crawler to exfiltrate file contents into the searchable index.
Published: 2026-08-31
Score: 8.7 High
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

YaCy Search Server through version 1.941 is vulnerable to XML external entity injection through several parsers, including SVG, FreeMind, and OpenSearch. The vulnerability arises because the parsers enable external entity resolution, allowing a malicious document to declare a DOCTYPE with a SYSTEM entity that points to a local file. When the crawler processes such a document, it reads the referenced file and indexes its contents, effectively exfiltrating data from the hosting machine. The primary impact of this flaw is the disclosure of sensitive files and information that were not intended to be public, compromising confidentiality and potentially leading to further exploitation if the indexed data is accessed by attackers.

Affected Systems

The affected product is the YaCy Search Server from the vendor yacy. Versions up to and including 1.941 are impacted. Earlier releases are presumed unaffected unless they include the same parser code. No other vendors or products are listed as affected.

Risk and Exploitability

The vulnerability carries a CVSS score of 8.7, indicating a high severity level. An EPSS score is not available, so the frequency of exploitation cannot be quantified from the data. The vulnerability is not listed in CISA’s KEV catalog, suggesting there are no confirmed large-scale exploits yet. Attackers do not need special privileges; they can submit a crafted document to the crawler or a public feed, resulting in the external entity being resolved by the server. This indicates a remote attack vector via the public web interface or ingestion API, making the flaw potentially exploitable by anyone who can generate a malicious document and trigger the crawler’s processing pipeline.

Generated by OpenCVE AI on August 31, 2026 at 12:22 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade YaCy Search Server to a version newer than 1.941 where the XML parsing issue is fixed.
  • If an upgrade is not immediately possible, configure the parsers to disable external entity resolution or remove the parsers that are not required.
  • Restrict access to the crawler’s document ingestion endpoints so that only trusted sources can submit data, thereby limiting the opportunity for attackers to push malicious documents.

Generated by OpenCVE AI on August 31, 2026 at 12:22 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 11:00:00 +0000

Type Values Removed Values Added
Description YaCy Search Server through 1.941 contains an XML external entity injection vulnerability in SVG, FreeMind, and OpenSearch parsers that fail to disable external entity resolution. Attackers can publish malicious documents with DOCTYPE declarations containing SYSTEM entities pointing to local files, causing the crawler to exfiltrate file contents into the searchable index.
Title YaCy Search Server through 1.941 XML External Entity Injection via Parsers
Weaknesses CWE-611
References
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-31T10:51:05.895Z

Reserved: 2026-08-31T08:38:43.268Z

Link: CVE-2026-82880

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-31T11:16:41.793

Modified: 2026-08-31T11:16:41.793

Link: CVE-2026-82880

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T12:30:05Z

Weaknesses
  • CWE-611

    Improper Restriction of XML External Entity Reference