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

CVE-2026-30958: Oneuptime Path Traversal Vulnerability

CVE-2026-30958 is a path traversal vulnerability in Hackerbay Oneuptime that allows unauthenticated attackers to read arbitrary files from the server. This article covers technical details, affected versions, and mitigations.

Published: March 13, 2026

CVE-2026-30958 Overview

CVE-2026-30958 is a path traversal vulnerability in OneUptime, an open-source solution for monitoring and managing online services. Prior to version 10.0.21, the /workflow/docs/:componentName endpoint is vulnerable to unauthenticated path traversal attacks, allowing remote attackers to read arbitrary files from the server filesystem. This vulnerability poses significant risk as it can expose sensitive configuration files, credentials, and other confidential data stored on affected systems.

Critical Impact

Unauthenticated remote attackers can read arbitrary files from servers running vulnerable OneUptime instances, potentially exposing sensitive configuration data, API keys, and system credentials.

Affected Products

  • Hackerbay OneUptime versions prior to 10.0.21
  • All deployments exposing the /workflow/docs/ endpoint to untrusted networks
  • Self-hosted OneUptime instances without additional access controls

Discovery Timeline

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

Technical Details for CVE-2026-30958

Vulnerability Analysis

This path traversal vulnerability (CWE-22) exists in the workflow documentation endpoint of OneUptime. The flaw allows unauthenticated attackers to traverse the filesystem and access files outside the intended directory structure. The vulnerability is particularly severe because it requires no authentication and can be exploited remotely over the network without user interaction. Successful exploitation allows attackers to read sensitive files such as /etc/passwd, application configuration files, environment variables, and potentially database credentials stored on the server.

Root Cause

The root cause of this vulnerability lies in the improper handling of the componentName route parameter in the file worker/FeatureSet/Workflow/Index.ts. The user-supplied componentName value is concatenated directly into a file path that is passed to the res.sendFile() function without any sanitization, validation, or path canonicalization. Additionally, the endpoint lacks authentication middleware, allowing any unauthenticated user to exploit this flaw. The absence of input validation enables attackers to use directory traversal sequences (such as ../) to escape the intended directory and access arbitrary files on the filesystem.

Attack Vector

The attack vector is network-based and requires no authentication or user interaction. An attacker can craft malicious HTTP requests to the /workflow/docs/:componentName endpoint by manipulating the componentName parameter with directory traversal sequences. By including sequences like ../../../etc/passwd, an attacker can traverse up the directory structure and read sensitive system files. The vulnerability can be exploited using standard HTTP tools such as curl or a web browser, making exploitation trivial for attackers with network access to the affected endpoint.

The exploitation technique involves sending HTTP GET requests with path traversal payloads in the URL path. For example, requesting /workflow/docs/../../../../etc/passwd would cause the server to read and return the contents of the system password file. Attackers can systematically enumerate and exfiltrate sensitive files including application configuration, database credentials, and environment variables containing API keys.

Detection Methods for CVE-2026-30958

Indicators of Compromise

  • HTTP requests to /workflow/docs/ containing path traversal sequences such as ../, ..%2f, or ..%252f
  • Access logs showing requests for sensitive file paths like /etc/passwd, /etc/shadow, or application configuration files
  • Unusual patterns of file access from the OneUptime worker process
  • Network traffic anomalies showing exfiltration of configuration or credential data

Detection Strategies

  • Implement web application firewall (WAF) rules to detect and block path traversal patterns in URL paths
  • Monitor HTTP access logs for requests containing encoded or unencoded directory traversal sequences
  • Deploy intrusion detection system (IDS) signatures for path traversal attack patterns targeting the /workflow/docs/ endpoint
  • Enable file integrity monitoring on sensitive system files to detect unauthorized read attempts

Monitoring Recommendations

  • Configure centralized logging for all HTTP requests to OneUptime endpoints with full URL path capture
  • Set up alerting for requests containing path traversal indicators such as ../, URL-encoded variants, and double-encoding attempts
  • Monitor system file access patterns from the OneUptime application process for anomalous reads outside expected directories
  • Implement network traffic analysis to detect potential data exfiltration following exploitation attempts

How to Mitigate CVE-2026-30958

Immediate Actions Required

  • Upgrade OneUptime to version 10.0.21 or later immediately to remediate this vulnerability
  • If immediate patching is not possible, restrict network access to the /workflow/docs/ endpoint using firewall rules or reverse proxy configurations
  • Review server logs for any historical exploitation attempts targeting this endpoint
  • Rotate any credentials or API keys that may have been exposed on affected systems

Patch Information

Hackerbay has released OneUptime version 10.0.21 which addresses this vulnerability. The fix implements proper input sanitization and path validation for the componentName parameter. Organizations should upgrade to this version or later as soon as possible. For detailed information about the fix, refer to the GitHub Release Notes and the GitHub Security Advisory.

Workarounds

  • Block access to the /workflow/docs/ endpoint at the network perimeter using firewall rules or reverse proxy configurations
  • Implement a web application firewall (WAF) rule to reject requests containing path traversal sequences in URL paths
  • Add authentication requirements to the vulnerable endpoint through reverse proxy configuration if the application cannot be immediately patched
  • Isolate OneUptime instances from sensitive network segments to limit the impact of potential file disclosure
bash
# Example nginx configuration to block path traversal attempts
location /workflow/docs/ {
    # Block requests containing path traversal sequences
    if ($request_uri ~* "\.\.") {
        return 403;
    }
    # Alternatively, restrict access entirely until patched
    # deny all;
}

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechHackerbay Oneuptime

  • SeverityHIGH

  • CVSS Score8.6

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • GitHub Release Notes
  • Vendor Resources
  • GitHub Security Advisory
  • 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