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
    • 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-30956

CVE-2026-30956: OneUptime Auth Bypass Vulnerability

CVE-2026-30956 is an authorization bypass flaw in OneUptime that allows attackers to bypass tenant isolation and access cross-tenant data. This article covers technical details, affected versions, and mitigation.

Published: March 13, 2026

CVE-2026-30956 Overview

CVE-2026-30956 is a critical authorization bypass vulnerability affecting OneUptime, a solution for monitoring and managing online services. Prior to version 10.0.21, a low-privileged user can bypass authorization and tenant isolation by sending a forged is-multi-tenant-query header together with a controlled projectid header. Because the server trusts this client-supplied header, internal permission checks in BasePermission are skipped and tenant scoping is disabled, enabling cross-tenant data access and full account takeover.

Critical Impact

This vulnerability allows attackers to access project data belonging to other tenants, read sensitive User fields via nested relations, leak plaintext resetPasswordToken, and reset the victim's password for complete account takeover.

Affected Products

  • Hackerbay OneUptime versions prior to 10.0.21
  • OneUptime multi-tenant deployments with default configurations
  • Self-hosted and cloud-based OneUptime instances running vulnerable versions

Discovery Timeline

  • 2026-03-10 - CVE-2026-30956 published to NVD
  • 2026-03-12 - Last updated in NVD database

Technical Details for CVE-2026-30956

Vulnerability Analysis

This authorization bypass vulnerability stems from improper access control (CWE-285) in OneUptime's multi-tenant architecture. The application fails to properly validate the authenticity of HTTP headers used for tenant isolation and permission decisions. When a malicious actor crafts requests with the is-multi-tenant-query header set alongside a manipulated projectid header, the server incorrectly trusts these client-controlled values without verification.

The flaw exists in the BasePermission component, which uses these headers to determine whether multi-tenant query logic should be applied. By abusing this trust relationship, an authenticated but low-privileged attacker can effectively disable tenant scoping entirely, gaining unauthorized access to resources belonging to other tenants within the same OneUptime instance.

Root Cause

The root cause is the server's implicit trust of client-supplied HTTP headers for security-critical decisions. Specifically, the is-multi-tenant-query header was designed for internal use but is accessible to external clients. When this header is present in a request, the BasePermission module bypasses standard tenant isolation checks, assuming the request originates from a trusted internal service. This design flaw allows any authenticated user to escalate their privileges by simply including this header in their API requests.

Attack Vector

The attack vector is network-based and requires only low privileges—any authenticated user can exploit this vulnerability. An attacker can perform the following actions:

  1. Authenticate to the OneUptime platform with any valid user account
  2. Craft HTTP requests with the is-multi-tenant-query header set to bypass tenant isolation
  3. Include a projectid header targeting another tenant's project
  4. Access sensitive data including user records, monitoring configurations, and credentials
  5. Retrieve plaintext resetPasswordToken values from victim accounts via nested relation queries
  6. Use the obtained reset token to change the victim's password and achieve full account takeover

The vulnerability does not require user interaction and can be exploited remotely over the network. The scope is changed as the attacker can impact resources beyond the vulnerable component's security scope—specifically, data belonging to other tenants.

Detection Methods for CVE-2026-30956

Indicators of Compromise

  • Unusual HTTP requests containing is-multi-tenant-query headers from external clients or non-administrative users
  • API requests with mismatched projectid headers that do not correspond to the authenticated user's assigned projects
  • Unexpected password reset token retrievals or account modifications across tenant boundaries
  • Anomalous access patterns showing users querying resources outside their authorized tenant scope

Detection Strategies

  • Implement web application firewall (WAF) rules to flag or block requests containing the is-multi-tenant-query header from external sources
  • Enable detailed API request logging to capture all headers, especially focusing on tenant-related headers like projectid and is-multi-tenant-query
  • Create SIEM correlation rules to detect authentication events followed by cross-tenant data access attempts
  • Monitor for bulk data enumeration patterns that may indicate an attacker probing multiple tenant resources

Monitoring Recommendations

  • Review API access logs for requests containing suspicious header combinations targeting tenant isolation mechanisms
  • Audit password reset events and correlate with unusual account access patterns indicating potential takeover attempts
  • Implement real-time alerting for any requests attempting to access the resetPasswordToken field or similar sensitive user attributes
  • Establish baseline behavior for legitimate multi-tenant queries to identify anomalous deviations

How to Mitigate CVE-2026-30956

Immediate Actions Required

  • Upgrade OneUptime to version 10.0.21 or later immediately, as this version contains the security fix
  • Review access logs for any signs of exploitation prior to patching, specifically looking for the is-multi-tenant-query header in requests
  • Rotate all user credentials and reset tokens that may have been exposed during the vulnerable period
  • Notify affected tenants if any evidence of cross-tenant data access is discovered

Patch Information

The vulnerability is fixed in OneUptime version 10.0.21. Organizations should update to this version or later as soon as possible. The patch properly validates internal headers and prevents client-supplied values from bypassing tenant isolation. For detailed information about the fix, refer to the GitHub Release 10.0.21 and the GitHub Security Advisory GHSA-r5v6-2599-9g3m.

Workarounds

  • Deploy a reverse proxy or WAF rule to strip or reject requests containing the is-multi-tenant-query header from external clients until the patch can be applied
  • Implement network segmentation to restrict API access to trusted networks only while operating on vulnerable versions
  • Temporarily disable external API access if feasible, limiting interactions to internal trusted sources until the upgrade is complete
  • Enable enhanced logging and monitoring to detect exploitation attempts while the workaround is in place
bash
# Example nginx configuration to block suspicious headers
# Add to server or location block before proxying to OneUptime
if ($http_is_multi_tenant_query) {
    return 403;
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechHackerbay Oneuptime

  • SeverityCRITICAL

  • CVSS Score9.9

  • EPSS Probability0.04%

  • 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-285
  • Technical References
  • GitHub Release 10.0.21
  • Vendor Resources
  • GitHub Security Advisory GHSA-r5v6-2599-9g3m
  • Related CVEs
  • CVE-2026-33143: Oneuptime Auth Bypass Vulnerability

  • CVE-2026-30959: Hackerbay Oneuptime Auth Bypass Flaw

  • CVE-2026-30920: Oneuptime Auth Bypass Vulnerability

  • CVE-2026-28787: Oneuptime WebAuthn Auth Bypass Flaw
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