The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2023-25826

CVE-2023-25826: OpenTSDB Remote Code Execution Vulnerability

CVE-2023-25826 is a remote code execution vulnerability in OpenTSDB that allows attackers to inject OS commands through the legacy HTTP query API. This article covers technical details, affected versions, and mitigation strategies.

Published: February 4, 2026

CVE-2023-25826 Overview

CVE-2023-25826 is a command injection vulnerability in OpenTSDB that allows unauthenticated remote attackers to execute arbitrary operating system commands on vulnerable host systems. The vulnerability exists due to insufficient validation of parameters passed to the legacy HTTP query API, enabling attackers to inject crafted OS commands into multiple parameters and execute malicious code.

This exploit exists due to an incomplete fix that was made when this vulnerability was previously disclosed as CVE-2020-35476. The regex validation that was implemented to restrict allowed input to the query API does not work as intended, allowing crafted commands to bypass validation.

Critical Impact

Unauthenticated remote attackers can execute arbitrary commands on OpenTSDB host systems through the legacy HTTP query API, potentially leading to complete system compromise, data theft, or further network infiltration.

Affected Products

  • OpenTSDB (all versions prior to the security fix)
  • OpenTSDB version 2.4.1 and earlier

Discovery Timeline

  • 2023-05-03 - CVE CVE-2023-25826 published to NVD
  • 2025-02-13 - Last updated in NVD database

Technical Details for CVE-2023-25826

Vulnerability Analysis

This command injection vulnerability stems from inadequate input sanitization in OpenTSDB's legacy HTTP query API. The flaw is particularly concerning because it represents a regression—an incomplete fix for the previously disclosed CVE-2020-35476 vulnerability.

The attack requires no authentication and can be executed remotely over the network with minimal complexity. Successful exploitation grants attackers full control over confidentiality, integrity, and availability of the compromised system. The vulnerability is classified as CWE-78 (Improper Neutralization of Special Elements used in an OS Command), which represents one of the most dangerous categories of security flaws.

Given the high EPSS score of 83.86% (99.28th percentile), this vulnerability has a significantly elevated probability of exploitation in the wild compared to most other CVEs, making immediate remediation essential.

Root Cause

The root cause is insufficient input validation in the legacy HTTP query API. When the original CVE-2020-35476 vulnerability was patched, regex-based validation was implemented to restrict allowed input. However, this regex validation is flawed and does not properly sanitize all malicious input patterns. Attackers can craft specially formatted commands that bypass the regex validation checks, allowing the injection of arbitrary OS commands that are then executed by the underlying system.

Attack Vector

The attack is network-based and can be executed by unauthenticated remote attackers. Malicious actors send specially crafted HTTP requests to the OpenTSDB legacy query API, embedding OS commands within parameters that are not properly validated. These commands bypass the incomplete regex filters and are passed to the underlying operating system shell for execution.

The exploitation flow involves:

  1. An attacker identifies an exposed OpenTSDB instance with the legacy HTTP query API enabled
  2. The attacker crafts HTTP requests with malicious OS command payloads embedded in API parameters
  3. The inadequate regex validation fails to detect the malicious input
  4. The injected commands are executed with the privileges of the OpenTSDB process
  5. The attacker gains remote command execution on the host system

Detailed technical information about the exploitation technique is available in the Packet Storm exploit report and the Synopsys security blog post.

Detection Methods for CVE-2023-25826

Indicators of Compromise

  • Unusual HTTP requests to the OpenTSDB legacy query API containing shell metacharacters or command sequences
  • Unexpected child processes spawned by the OpenTSDB Java process
  • Anomalous outbound network connections from OpenTSDB servers
  • Evidence of command execution artifacts such as downloaded files, new user accounts, or modified system configurations

Detection Strategies

  • Monitor HTTP request logs for the OpenTSDB query API, looking for suspicious characters like backticks, semicolons, pipe characters, and common command injection patterns
  • Implement network intrusion detection rules to identify malicious payloads targeting the legacy HTTP query API
  • Deploy application-level firewalls or web application firewalls (WAF) with rules to block command injection attempts
  • Use endpoint detection and response (EDR) solutions to monitor for suspicious process execution chains originating from the OpenTSDB service

Monitoring Recommendations

  • Enable detailed access logging for all OpenTSDB API endpoints and centralize logs for security analysis
  • Configure alerting for any child process execution from the OpenTSDB Java runtime
  • Monitor network traffic for unusual outbound connections from OpenTSDB host systems
  • Implement file integrity monitoring on OpenTSDB servers to detect unauthorized changes

How to Mitigate CVE-2023-25826

Immediate Actions Required

  • Apply the security patch from the official OpenTSDB repository immediately
  • If immediate patching is not possible, disable or restrict access to the legacy HTTP query API
  • Implement network-level access controls to limit which systems can reach the OpenTSDB query interface
  • Review system logs for any evidence of prior exploitation attempts

Patch Information

The OpenTSDB development team has addressed this vulnerability in GitHub Pull Request #2275. Organizations running affected versions of OpenTSDB should review this pull request and apply the fix to their deployments. The patch implements improved input validation to properly sanitize parameters passed to the legacy HTTP query API, preventing the command injection attack vector.

Workarounds

  • Disable the legacy HTTP query API if it is not required for your deployment
  • Implement strict network segmentation to ensure OpenTSDB is only accessible from trusted internal networks
  • Deploy a reverse proxy or web application firewall in front of OpenTSDB with rules to block requests containing shell metacharacters
  • Run OpenTSDB with minimal system privileges to limit the impact of potential exploitation
bash
# Network access restriction example using iptables
# Restrict access to OpenTSDB port (default 4242) to trusted IP ranges only
iptables -A INPUT -p tcp --dport 4242 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 4242 -j DROP

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeRCE

  • Vendor/TechOpentsdb

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability83.86%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-78
  • Technical References
  • Packet Storm Exploit Report

  • Synopsys Security Blog Post
  • Vendor Resources
  • GitHub Pull Request #2275
  • Latest CVEs
  • CVE-2025-52479: HTTP.jl & URIs.jl CRLF Injection Flaw

  • CVE-2026-31740: Linux Kernel Race Condition Vulnerability

  • CVE-2026-31743: Linux Kernel Buffer Overflow Vulnerability

  • CVE-2026-31744: Linux Kernel NULL Pointer Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English