Advisory Database
  • Advisories
  • Dependency Scanning
  1. pypi
  2. ›
  3. langchain-text-splitters
  4. ›
  5. CVE-2025-6985

CVE-2025-6985: LangChain Text Splitters is vulnerable to XML External Entity (XXE) attacks due to unsafe XSLT parsing

October 6, 2025 (updated October 8, 2025)

The HTMLSectionSplitter class in langchain-text-splitters is vulnerable to XML External Entity (XXE) attacks due to unsafe XSLT parsing. This vulnerability arises because the class allows the use of arbitrary XSLT stylesheets, which are parsed using lxml.etree.parse() and lxml.etree.XSLT() without any hardening measures. In lxml versions up to 4.9.x, external entities are resolved by default, allowing attackers to read arbitrary local files or perform outbound HTTP(S) fetches. In lxml versions 5.0 and above, while entity expansion is disabled, the XSLT document() function can still read any URI unless XSLTAccessControl is applied. This vulnerability allows remote attackers to gain read-only access to any file the LangChain process can reach, including sensitive files such as SSH keys, environment files, source code, or cloud metadata. No authentication, special privileges, or user interaction are required, and the issue is exploitable in default deployments that enable custom XSLT.

References

  • github.com/advisories/GHSA-m42m-m8cr-8m58
  • github.com/langchain-ai/langchain
  • github.com/langchain-ai/langchain/commit/43eef435505a1c907227b724c0c760ad5fc01790
  • github.com/langchain-ai/langchain/pull/31819
  • huntr.com/bounties/cf78abbb-df3b-43de-b6ee-132b73ff8331
  • nvd.nist.gov/vuln/detail/CVE-2025-6985

Code Behaviors & Features

Detect and mitigate CVE-2025-6985 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.3.9

Fixed versions

  • 0.3.9

Solution

Upgrade to version 0.3.9 or above.

Impact 7.5 HIGH

CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

Learn more about CVSS

Weakness

  • CWE-611: Improper Restriction of XML External Entity Reference

Source file

pypi/langchain-text-splitters/CVE-2025-6985.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Sun, 16 Nov 2025 12:19:33 +0000.