| 제목 | sscms V7.4.0 arbitrary file deletion |
|---|
| 설명 | The endpoint is vulnerable to improper path validation. It takes user-controlled request.Path, applies PathUtils.RemoveParentPath() (which only strips literal ../, ..\, ./, and .\), and then passes the result directly to FileUtils.DeleteFileIfExists() / File.Delete(). Because this filter does not block absolute paths or enforce that the final path stays inside a trusted base directory, an authenticated administrator with PluginsAdd permission can delete arbitrary files that the application process can access. This is effectively a CWE-22-related arbitrary file deletion issue. |
|---|
| 원천 | ⚠️ https://www.yuque.com/la12138/pa2fpb/mbcvbk402bx1qbft?singleDoc |
|---|
| 사용자 | Saul1213 (UID 94577) |
|---|
| 제출 | 2026. 03. 03. AM 10:41 (3 개월 ago) |
|---|
| 모더레이션 | 2026. 03. 15. PM 05:33 (12 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 351146 [SSCMS 까지 7.4.0 download PathUtils.RemoveParentPath path 디렉토리 순회] |
|---|
| 포인트들 | 20 |
|---|