Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2026-32306

CVE-2026-32306: Hackerbay OneUptime SQLi Vulnerability

CVE-2026-32306 is a SQL injection flaw in Hackerbay OneUptime that allows authenticated attackers to execute arbitrary SQL queries in ClickHouse. This article covers technical details, affected versions, and mitigation.

Published: March 20, 2026

CVE-2026-32306 Overview

OneUptime is an open-source monitoring and observability platform used for managing online services. A critical SQL injection vulnerability exists in versions prior to 10.0.23 within the telemetry aggregation API. The vulnerability allows authenticated users to inject arbitrary SQL commands into ClickHouse database queries, potentially enabling full database compromise, cross-tenant data access, and remote code execution.

Critical Impact

Authenticated attackers can inject arbitrary SQL into ClickHouse queries, enabling full database read access (including telemetry data from all tenants), data modification, and potential remote code execution via ClickHouse table functions.

Affected Products

  • Hackerbay OneUptime versions prior to 10.0.23

Discovery Timeline

  • 2026-03-13 - CVE CVE-2026-32306 published to NVD
  • 2026-03-17 - Last updated in NVD database

Technical Details for CVE-2026-32306

Vulnerability Analysis

This SQL injection vulnerability (CWE-89) stems from the telemetry aggregation API's unsafe handling of user-controlled input parameters. The API accepts three parameters—aggregationType, aggregateColumnName, and aggregationTimestampColumnName—and directly interpolates them into ClickHouse SQL queries using the .append() method, which is documented as handling "trusted SQL" only.

The fundamental security flaw lies in the absence of proper input validation controls. There is no allowlist restricting valid parameter values, no parameterized query binding to safely handle user input, and no input sanitization whatsoever. This allows attackers to craft malicious parameter values containing SQL syntax that gets executed by the ClickHouse database engine.

The Changed scope indicator in the vulnerability assessment means that a successful exploit affects resources beyond the vulnerable component itself. In this case, an attacker exploiting this vulnerability can access data belonging to other tenants in the multi-tenant environment, effectively breaking tenant isolation boundaries.

Root Cause

The root cause is improper input validation and the direct use of untrusted user input in SQL query construction. The .append() method used for query building expects sanitized, trusted SQL but receives raw user-controlled values. Without parameterized queries or an allowlist of valid column names and aggregation types, any authenticated user can manipulate the query structure.

Attack Vector

An authenticated attacker can exploit this vulnerability by sending specially crafted requests to the telemetry aggregation API endpoint. By manipulating the aggregationType, aggregateColumnName, or aggregationTimestampColumnName parameters, the attacker can inject arbitrary SQL commands into the backend ClickHouse query.

Successful exploitation enables several attack scenarios: reading sensitive telemetry data from all tenants in the database, modifying or deleting data across the platform, and potentially achieving remote code execution through ClickHouse table functions such as url(), file(), or s3() which can interact with external systems.

The attack requires network access and valid authentication credentials, though only low privileges are necessary to execute the exploit.

Detection Methods for CVE-2026-32306

Indicators of Compromise

  • Unusual or malformed values in aggregationType, aggregateColumnName, or aggregationTimestampColumnName API parameters containing SQL syntax characters such as single quotes, semicolons, or comment markers
  • ClickHouse query logs showing unexpected table functions like url(), file(), or s3() being executed
  • Access logs indicating requests to the telemetry aggregation API with abnormally long or encoded parameter values
  • Cross-tenant data access patterns or queries returning data outside normal user boundaries

Detection Strategies

  • Implement Web Application Firewall (WAF) rules to detect SQL injection patterns in API requests targeting the telemetry aggregation endpoints
  • Monitor ClickHouse audit logs for queries containing suspicious patterns, union-based injections, or unauthorized table function calls
  • Deploy runtime application security testing (RAST) to identify SQL injection attempts at the application layer
  • Set up alerts for authentication anomalies followed by unusual API access patterns

Monitoring Recommendations

  • Enable detailed logging on the telemetry aggregation API endpoints to capture full request parameters
  • Configure ClickHouse to log all queries with execution times to identify injection-based reconnaissance
  • Implement behavioral analytics to detect authenticated users accessing telemetry data outside their tenant scope
  • Regularly review access logs for patterns consistent with SQL injection probing techniques

How to Mitigate CVE-2026-32306

Immediate Actions Required

  • Upgrade OneUptime to version 10.0.23 or later immediately to patch this vulnerability
  • If immediate upgrade is not possible, restrict network access to the telemetry aggregation API endpoints to trusted sources only
  • Review ClickHouse query logs for evidence of prior exploitation attempts
  • Audit tenant data access patterns to identify any potential data breaches that may have occurred

Patch Information

The vulnerability has been fixed in OneUptime version 10.0.23. Organizations should upgrade to this version or later as soon as possible. For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-p5g2-jm85-8g35.

Workarounds

  • Implement network-level restrictions to limit access to the telemetry aggregation API to trusted internal networks only
  • Deploy a Web Application Firewall with SQL injection detection rules in front of the OneUptime instance
  • Implement additional authentication controls or rate limiting on the affected API endpoints until patching is complete
  • Consider temporarily disabling the telemetry aggregation functionality if it is not critical to operations
bash
# Example: Restrict access to telemetry API via iptables
# Allow only trusted internal network to access OneUptime
iptables -A INPUT -p tcp --dport 80 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 443 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 80 -j DROP
iptables -A INPUT -p tcp --dport 443 -j DROP

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

  • Vulnerability Details
  • TypeSQLI

  • Vendor/TechHackerbay Oneuptime

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.40%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-89
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33142: Hackerbay OneUptime SQLi Vulnerability

  • CVE-2026-33396: Hackerbay Oneuptime RCE Vulnerability

  • CVE-2026-33143: Oneuptime Auth Bypass Vulnerability

  • CVE-2026-32308: Hackerbay OneUptime XSS 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