| 제목 | ltcms.com ltcms V1.0.20 Arbitrary File Read |
|---|
| 설명 | In ltcms, there is an API endpoint "api/file/downloadFile" that can be used to read arbitrary files and no authentication is required. By examining the api.php file, it is found that the corresponding method is located in "File/downloadFile". By tracing further, the specific implementation code can be found in "app/utils/base/helper/Ltcms_download.php". In the implementation of the downloadFile function, fopen reads the content of the file specified in the file parameter and subsequently outputs the read result based on certain conditions. Chains: app/api/route/api.php -> app/api/controller/File.php -> app/client/api/C_file.php -> app/utils/base/helper/Ltcms_download.php |
|---|
| 원천 | ⚠️ https://github.com/DeepMountains/Mirage/blob/main/CVE14-2.md |
|---|
| 사용자 | Dee.Mirage (UID 71702) |
|---|
| 제출 | 2024. 08. 06. AM 06:10 (2 연령 ago) |
|---|
| 모더레이션 | 2024. 08. 13. PM 04:13 (7 days later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 274361 [wanglongcn ltcms 1.0.20 API Endpoint /api/file/downloadfile downloadFile 파일 디렉토리 순회] |
|---|
| 포인트들 | 20 |
|---|