Vulnerability Description
The langchain-ai/langchain project, specifically the EverNoteLoader component, is vulnerable to XML External Entity (XXE) attacks due to insecure XML parsing. The affected version is 0.3.63. The vulnerability arises from the use of etree.iterparse() without disabling external entity references, which can lead to sensitive information disclosure. An attacker could exploit this by crafting a malicious XML payload that references local files, potentially exposing sensitive data such as /etc/passwd.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
FAQ
What is CVE-2025-6984?
CVE-2025-6984 is a vulnerability with a CVSS score of 7.5 (HIGH). The langchain-ai/langchain project, specifically the EverNoteLoader component, is vulnerable to XML External Entity (XXE) attacks due to insecure XML parsing. The affected version is 0.3.63. The vulne...
How severe is CVE-2025-6984?
CVE-2025-6984 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2025-6984?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.