| 标题 | ujcms 101.2 Recursive Deletion of Template Storage |
|---|
| 描述 | A logical vulnerability exists in the WebFileTemplateController.delete method. While the application implements a blacklist mechanism (checkId) to prevent standard path traversal (e.g., filtering .. and \), it fails to validate "empty" or "root-equivalent" inputs.
An attacker can bypass the validation by sending a specially crafted payload (such as an empty string "" or a single forward slash /). When processed, this input resolves to the root of the configured template storage directory. The deleteDirectory function then recursively deletes all files and subdirectories within this root, effectively wiping out the website's templates, styles, and scripts. |
|---|
| 来源 | ⚠️ https://www.yuque.com/la12138/pa2fpb/lxngf3d07uyd0nwp?singleDoc |
|---|
| 用户 | Saul1213 (UID 94577) |
|---|
| 提交 | 2026-02-10 08時54分 (3 月前) |
|---|
| 管理 | 2026-02-21 22時11分 (12 days later) |
|---|
| 状态 | 已接受 |
|---|
| VulDB条目 | 347319 [Dromara UJCMS 101.2 Template WebFileTemplateController.delete deleteDirectory 目录遍历] |
|---|
| 积分 | 20 |
|---|