| 标题 | HKUDS LightRAG v1.3.8 Path Traversal |
|---|
| 描述 | The LightRAG framework supports the ingestion of diverse file formats, including code files (e.g., .html, .py, .sh, .java), configuration files (e.g., .ini, .conf), and database files (e.g., .sql). Within the LightRAG codebase, specifically in the file LightRAG/lightrag/api/routers/document_routes.py, the file upload functionality is implemented by the function upload_to_input_dir. At Line 802 of this file, the destination file path is constructed via the operation file_path = doc_manager.input_dir / file.filename. Crucially, the filename parameter is user-controllable input. This vulnerability enables a malicious actor to craft filenames incorporating directory traversal sequences (../). Exploiting this flaw permits the unauthorized upload of potentially malicious files to arbitrary, unintended locations within the server's filesystem hierarchy, circumventing the intended input directory constraints.Attackers can also view information pertaining to the inputs directory on the LightRAG Server Setting page. |
|---|
| 来源 | ⚠️ https://github.com/HKUDS/LightRAG/issues/1692 |
|---|
| 用户 | Hannibal0x (UID 86860) |
|---|
| 提交 | 2025-06-20 14時31分 (10 月前) |
|---|
| 管理 | 2025-06-27 12時22分 (7 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 314089 [HKUDS LightRAG 直到 1.3.8 File Upload document_routes.py upload_to_input_dir file.filename 目录遍历] |
|---|
| 积分 | 20 |
|---|