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-2025-66028

CVE-2025-66028: Oneuptime Privilege Escalation Flaw

CVE-2025-66028 is a privilege escalation vulnerability in Hackerbay Oneuptime that allows attackers to manipulate login responses and access admin dashboards. This post covers technical details, affected versions, and patches.

Published: April 15, 2026

CVE-2025-66028 Overview

OneUptime is an open-source solution for monitoring and managing online services. A privilege escalation vulnerability exists in versions prior to 8.0.5567 that allows attackers to manipulate the login response to gain unauthorized access to the admin dashboard interface. The vulnerability stems from improper access control during the authentication process, where the server response includes a client-side trust parameter called isMasterAdmin that can be intercepted and modified.

Critical Impact

Attackers can bypass normal authorization controls by intercepting and modifying the isMasterAdmin parameter from false to true during login, potentially gaining access to administrative interfaces. However, backend permission checks may still restrict actual data access and interactions.

Affected Products

  • Hackerbay OneUptime versions prior to 8.0.5567

Discovery Timeline

  • 2025-11-26 - CVE CVE-2025-66028 published to NVD
  • 2025-12-05 - Last updated in NVD database

Technical Details for CVE-2025-66028

Vulnerability Analysis

This vulnerability represents a classic authorization bypass through client-side trust. The OneUptime authentication system improperly relies on a client-controllable parameter (isMasterAdmin) in the login response to determine administrative access to the dashboard interface. While the application does appear to implement some server-side permission checks that may prevent full data access, the architectural flaw allows unauthorized users to access and view the administrative interface itself.

The vulnerability is categorized under CWE-284 (Improper Access Control), which encompasses issues where software fails to properly restrict access to functionality or data. In this case, the trust boundary is incorrectly placed on the client side, allowing response manipulation to bypass initial authorization checks.

Root Cause

The root cause lies in the authentication flow design where administrative role determination is partially delegated to the client side. The isMasterAdmin boolean parameter included in the login response is trusted by the frontend application to render the appropriate user interface. This design pattern violates the principle of server-side authorization enforcement, where all access control decisions should be made and enforced exclusively on the server.

Attack Vector

The attack exploits the network-based authentication flow and requires no special privileges or user interaction:

  1. An attacker initiates a standard login request to the OneUptime application
  2. Using a proxy tool (such as Burp Suite or OWASP ZAP), the attacker intercepts the server's login response
  3. The attacker locates the isMasterAdmin parameter in the JSON response body
  4. The parameter value is modified from false to true
  5. The modified response is forwarded to the client application
  6. The frontend application trusts the manipulated response and renders the admin dashboard interface

While this grants visual access to administrative interfaces, the description notes that backend permission checks may still prevent actual data manipulation or viewing, limiting the practical impact of the vulnerability.

Detection Methods for CVE-2025-66028

Indicators of Compromise

  • Unusual access patterns to admin dashboard endpoints from non-administrator user accounts
  • Login response modifications detected in application or proxy logs
  • Users accessing administrative paths without corresponding role assignments in the backend database
  • Discrepancies between client-reported role and server-side role records

Detection Strategies

  • Implement server-side logging that tracks attempts to access admin functionality and compares against authorized user lists
  • Deploy web application firewalls (WAF) with rules to detect response tampering patterns
  • Enable application-level audit logging for all authentication events and role-based access attempts
  • Monitor for proxy-related HTTP headers that may indicate interception tools in use

Monitoring Recommendations

  • Review authentication and authorization logs for anomalous access patterns
  • Implement real-time alerting for unauthorized admin dashboard access attempts
  • Cross-reference user session data with backend permission records to identify inconsistencies
  • Monitor network traffic for signs of man-in-the-middle activity during authentication flows

How to Mitigate CVE-2025-66028

Immediate Actions Required

  • Upgrade OneUptime to version 8.0.5567 or later immediately
  • Review access logs to identify any potential exploitation attempts prior to patching
  • Audit current user permissions and admin access to ensure no unauthorized escalation occurred
  • Implement additional server-side authorization checks as a defense-in-depth measure

Patch Information

The vulnerability has been addressed in OneUptime version 8.0.5567. The fix ensures that administrative role determination is performed exclusively on the server side and is not influenced by client-modifiable response parameters. Organizations should upgrade to the patched version as soon as possible.

For additional details, refer to the GitHub Security Advisory GHSA-675q-66gf-gqg8 and the associated commit.

Workarounds

  • Deploy a reverse proxy or WAF that validates response integrity before delivery to clients
  • Implement strict server-side role validation for all administrative endpoint requests, independent of client-reported role information
  • Enable additional authentication factors for administrative access until the patch can be applied
  • Restrict network access to the OneUptime application to trusted networks only as a temporary measure

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

  • Vulnerability Details
  • TypePrivilege Escalation

  • Vendor/TechHackerbay Oneuptime

  • SeverityMEDIUM

  • CVSS Score6.9

  • EPSS Probability0.08%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-284
  • Vendor Resources
  • GitHub Commit Changes

  • GitHub Security Advisory GHSA-675q-66gf-gqg8
  • Related CVEs
  • CVE-2026-33396: Hackerbay Oneuptime RCE Vulnerability

  • CVE-2026-33143: Oneuptime Auth Bypass Vulnerability

  • CVE-2026-33142: Hackerbay OneUptime SQLi Vulnerability

  • CVE-2026-32306: Hackerbay OneUptime SQLi 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