A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-42889

CVE-2026-42889: Relay Server Auth Bypass Vulnerability

CVE-2026-42889 is an authentication bypass flaw in Relay Server for Obsidian that allows unauthenticated attackers to access and modify documents. This post covers the technical details, affected versions, and mitigation.

Published: May 17, 2026

CVE-2026-42889 Overview

CVE-2026-42889 is an authentication bypass vulnerability in Relay Server, a service that adds real-time collaboration to Obsidian. Versions 0.9.0 through 0.9.6 mishandle authentication on multi-document WebSocket endpoints. When authentication is configured, WebSocket connections that omit the token query parameter are treated as having full server permissions. An unauthenticated network attacker who knows or guesses a document ID can connect to the document sync WebSocket and read or modify document contents without a valid document token. The issue is tracked under [CWE-639] and fixed in Relay Server 0.9.7.

Critical Impact

Unauthenticated remote attackers can read and modify collaborative document contents over WebSocket, bypassing per-document authorization entirely.

Affected Products

  • Relay Server 0.9.0 through 0.9.6
  • Multi-document WebSocket sync endpoints on Relay Server
  • Obsidian environments using Relay for real-time collaboration

Discovery Timeline

  • 2026-05-12 - CVE-2026-42889 published to NVD
  • 2026-05-13 - Last updated in NVD database

Technical Details for CVE-2026-42889

Vulnerability Analysis

The flaw resides in the Relay Server multi-document WebSocket endpoint authentication path. The server expects clients to supply a per-document token via the token query parameter. When authentication is enabled, the absence of this parameter should reject the connection. Instead, the server treats the missing token as a privileged context and grants full server permissions. This allows an unauthenticated client to subscribe to document sync streams and issue write operations against any document whose identifier is known or guessable. The CWE-639 classification reflects authorization tied to a user-controlled key — the document ID — without enforcing a corresponding cryptographic token.

Root Cause

The root cause is missing input validation on the WebSocket handshake. The authentication middleware branches on whether the token parameter is present, but the default branch escalates privileges instead of rejecting the request. Document IDs alone act as the authorization boundary once the token check is skipped, violating the principle of complete mediation.

Attack Vector

An attacker reaches the vulnerable endpoint over the network without credentials or user interaction. The attacker opens a WebSocket connection to the multi-document sync endpoint, omits the token query parameter, and supplies a target document ID. The server accepts the connection with full permissions, exposing the document stream for read and write operations. Document IDs that follow predictable patterns or that leak through other channels increase exploitability. See the GitHub Security Advisory for the maintainer's technical description.

Detection Methods for CVE-2026-42889

Indicators of Compromise

  • WebSocket upgrade requests to Relay Server document sync endpoints that lack a token query parameter.
  • Unexpected document modifications or content changes in Obsidian vaults backed by Relay Server.
  • Connections from unfamiliar IP addresses establishing long-lived WebSocket sessions to multi-document endpoints.

Detection Strategies

  • Inspect reverse proxy and application logs for WebSocket Upgrade requests whose query string does not include token=.
  • Correlate document edit events with authenticated session identifiers and flag edits that lack an associated token.
  • Alert when a single client subscribes to many document IDs in rapid succession, which suggests document ID enumeration.

Monitoring Recommendations

  • Enable verbose access logging on the Relay Server and forward logs to a centralized SIEM for retention and search.
  • Monitor egress and ingress traffic to the Relay Server port for anomalous WebSocket connection counts.
  • Track Relay Server version strings across the fleet to confirm patched deployments.

How to Mitigate CVE-2026-42889

Immediate Actions Required

  • Upgrade Relay Server to version 0.9.7 or later on all hosts running affected versions.
  • Rotate any document tokens that may have been exposed during the vulnerable window.
  • Audit document history for unauthorized modifications since the deployment of versions 0.9.0 through 0.9.6.

Patch Information

The maintainer fixed the issue in Relay Server 0.9.7. The patch enforces token validation on the multi-document WebSocket endpoint and rejects connections missing the token query parameter when authentication is enabled. Details are published in the GitHub Security Advisory GHSA-9vp9-8q9j-8mqm.

Workarounds

  • Restrict network exposure of the Relay Server to trusted clients using firewall rules or a VPN until the upgrade is complete.
  • Place an authenticating reverse proxy in front of Relay Server to enforce token presence on WebSocket upgrade requests.
  • Disable the multi-document WebSocket endpoint if the deployment does not require collaborative editing.
bash
# Example nginx rule to reject WebSocket upgrades missing a token parameter
location /ws/ {
    if ($arg_token = "") {
        return 401;
    }
    proxy_pass http://relay_backend;
    proxy_http_version 1.1;
    proxy_set_header Upgrade $http_upgrade;
    proxy_set_header Connection "upgrade";
}

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechObsidian

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-639
  • Technical References
  • GitHub Security Advisory
  • Latest CVEs
  • CVE-2026-49199: Acer Predator Connect W6x Firmware RCE Flaw

  • CVE-2026-46344: Openquantumsafe Liboqs DOS Vulnerability

  • CVE-2026-44518: Openquantumsafe Liboqs DoS Vulnerability

  • CVE-2026-42951: MacGregor VDR Information Disclosure Flaw
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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