Описание
projectdiscovery/nuclei allows unsigned code template execution through workflows
Summary
Find a way to execute code template without -code option and signature.
Details
write a code.yaml:
using nc to listen on 80:
execute PoC template with nuclei:
and nc will get id command output.
We use -w to specify a workflow file, not -t to template file. and notice there is a workflows field in code.yaml to pretend to be a workflow file.
Test in Linux and Nuclei v3.2.9
Impact
Some web applications inherit from Nuclei and allow users to edit and execute workflow files. In this case, users can execute arbitrary commands. (Although, as far as I know, most web applications use -t to execute)
Пакеты
github.com/projectdiscovery/nuclei/v3
< 3.3.0
3.3.0
Связанные уязвимости
Nuclei is a fast and customizable vulnerability scanner based on simple YAML based DSL. In affected versions it a way to execute code template without -code option and signature has been discovered. Some web applications inherit from Nuclei and allow users to edit and execute workflow files. In this case, users can execute arbitrary commands. (Although, as far as I know, most web applications use -t to execute). This issue has been addressed in version 3.3.0. Users are advised to upgrade. There are no known workarounds for this vulnerability.