Vulnerability Description
RAGFlow through 0.27.2 contains a path traversal vulnerability in the dev_insert_chunks_from_file and dev_insert_metadata_from_file endpoints that allows authenticated attackers to read arbitrary files by supplying absolute file paths in the file_path parameter. Attackers with valid access tokens can exploit missing path validation to read any file accessible to the service, with disclosure limited to files matching expected JSON structures that are then written to datasets.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/infiniflow/ragflow
- https://github.com/infiniflow/ragflow/blob/v0.27.2/internal/handler/tenant.go#L3
- https://github.com/infiniflow/ragflow/commit/aa78e8d224e0eab818d9fcd46f8791ebd73
- https://github.com/infiniflow/ragflow/issues/19122
- https://github.com/infiniflow/ragflow/pull/19591
- https://www.vulncheck.com/advisories/ragflow-through-0.27.2-tenant-import-endpoi
FAQ
What is CVE-2026-93013?
CVE-2026-93013 is a vulnerability with a CVSS score of 4.3 (MEDIUM). RAGFlow through 0.27.2 contains a path traversal vulnerability in the dev_insert_chunks_from_file and dev_insert_metadata_from_file endpoints that allows authenticated attackers to read arbitrary file...
How severe is CVE-2026-93013?
CVE-2026-93013 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-93013?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.