Description
RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine. In versions prior to 0.23.0, a low-privileged authenticated user (normal login account) can execute arbitrary system commands on the server host process via the frontend Canvas CodeExec component, completely bypassing sandbox isolation. This occurs because untrusted data (stdout) is parsed using eval() with no filtering or sandboxing. The intended design was to "automatically convert string results into Python objects," but this effectively executes attacker-controlled code. Additional endpoints lack access control or contain inverted permission logic, significantly expanding the attack surface and enabling chained exploitation. Version 0.23.0 contains a patch for the issue.
INFO
Published Date :
2025-12-31T21:17:40.480Z
Last Modified :
2026-01-02T14:35:48.551Z
Source :
GitHub_M
AFFECTED PRODUCTS
The following products are affected by CVE-2025-68700 vulnerability.
| Vendors | Products |
|---|---|
| Infiniflow |
|
REFERENCES
Here, you will find a curated list of external links that provide in-depth information to CVE-2025-68700.