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-30920

CVE-2026-30920: Oneuptime Auth Bypass Vulnerability

CVE-2026-30920 is an authentication bypass flaw in Hackerbay Oneuptime that allows attackers to overwrite GitHub App installations and access unauthorized repositories. This article covers technical details, affected versions, and fixes.

Published: March 13, 2026

CVE-2026-30920 Overview

OneUptime is a solution for monitoring and managing online services. Prior to version 10.0.19, OneUptime's GitHub App callback trusts attacker-controlled state and installation_id values and updates Project.gitHubAppInstallationId with isRoot: true without validating that the caller is authorized for the target project. This allows an attacker to overwrite another project's GitHub App installation binding. Related GitHub endpoints also lack effective authorization, so a valid installation ID can be used to enumerate repositories and create CodeRepository records in an arbitrary project.

Critical Impact

This authorization bypass vulnerability enables attackers to hijack GitHub App installations for arbitrary projects, potentially compromising code repository integrations and enabling unauthorized access to connected repositories across multiple projects.

Affected Products

  • Hackerbay OneUptime versions prior to 10.0.19

Discovery Timeline

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

Technical Details for CVE-2026-30920

Vulnerability Analysis

This vulnerability stems from insufficient verification of data sufficiency (CWE-345) in the OneUptime GitHub App callback mechanism. The application fails to validate that incoming OAuth callback requests originate from legitimate, authorized users before processing critical project configuration changes.

When a user initiates a GitHub App installation flow, the application generates a callback URL containing state parameters. Upon return from GitHub's OAuth flow, the application blindly trusts the state and installation_id parameters provided in the callback request. The vulnerable code path updates the Project.gitHubAppInstallationId field using elevated privileges (isRoot: true) without verifying the requesting user has authorization to modify the target project.

This design flaw enables a malicious actor to craft callback requests targeting arbitrary projects, effectively hijacking their GitHub App installation bindings. Once an attacker has overwritten a project's installation ID, they can leverage related GitHub endpoints that also lack proper authorization checks to enumerate repositories associated with the hijacked installation and create unauthorized CodeRepository records within the victim's project.

Root Cause

The root cause is a missing authorization check in the GitHub App OAuth callback handler. The application processes callback parameters with elevated system privileges without validating that the authenticated user has permission to modify the specified project's GitHub integration settings. This represents a classic broken access control vulnerability where trust boundaries are not properly enforced for attacker-controllable input.

Attack Vector

An attacker can exploit this vulnerability remotely over the network without requiring any prior authentication or user interaction. The attack flow involves:

  1. The attacker initiates a legitimate GitHub App installation flow for their own project
  2. During the OAuth callback phase, the attacker modifies the state parameter to reference a victim's project ID
  3. The attacker submits the manipulated callback request to the OneUptime server
  4. The server processes the request with isRoot: true privileges, overwriting the victim project's GitHub App installation binding
  5. The attacker can then use the bound installation ID to enumerate repositories and create unauthorized code repository records in the victim's project

The vulnerability mechanism involves the callback handler accepting attacker-controlled parameters and directly using them to update database records without authorization validation. For complete technical details, see the GitHub Security Advisory.

Detection Methods for CVE-2026-30920

Indicators of Compromise

  • Unexpected changes to gitHubAppInstallationId values in project configurations
  • Audit log entries showing GitHub App installation bindings modified by unauthorized users
  • New CodeRepository records appearing in projects without corresponding user actions
  • Multiple GitHub callback requests targeting different project IDs from the same session

Detection Strategies

  • Monitor audit logs for modifications to GitHub integration settings, particularly Project.gitHubAppInstallationId updates
  • Implement anomaly detection for GitHub OAuth callback requests that reference projects the authenticated user doesn't own
  • Alert on creation of CodeRepository records by users without appropriate project permissions
  • Review application logs for callback requests with mismatched session state and project ownership

Monitoring Recommendations

  • Enable comprehensive logging for all GitHub App OAuth callback endpoints
  • Configure alerts for bulk or rapid changes to GitHub integration settings across multiple projects
  • Implement real-time monitoring for privilege escalation patterns in project configuration changes
  • Establish baseline metrics for normal GitHub integration activity to detect anomalous behavior

How to Mitigate CVE-2026-30920

Immediate Actions Required

  • Upgrade OneUptime to version 10.0.19 or later immediately
  • Audit all existing GitHub App installation bindings for unauthorized modifications
  • Review recent CodeRepository creation events for signs of exploitation
  • Temporarily disable GitHub App integrations if immediate upgrade is not possible

Patch Information

This vulnerability is fixed in OneUptime version 10.0.19. The patch implements proper authorization checks in the GitHub App callback handler to validate that the requesting user has permission to modify the target project before processing installation binding updates. Organizations should upgrade to this version or later to remediate the vulnerability. For additional details, refer to the GitHub Security Advisory.

Workarounds

  • Restrict network access to OneUptime GitHub callback endpoints to trusted IP ranges where possible
  • Implement additional authentication requirements for GitHub integration management
  • Monitor and audit all GitHub App installation changes manually until patching is complete
  • Consider temporarily removing GitHub App integrations from high-value projects until the upgrade is applied

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

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:H/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-345
  • Vendor Resources
  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33143: Oneuptime Auth Bypass Vulnerability

  • CVE-2026-30956: OneUptime Auth Bypass Vulnerability

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

  • 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