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

CVE-2025-68620: Signal K Server Auth Bypass Vulnerability

CVE-2025-68620 is an authentication bypass vulnerability in Signal K Server that allows attackers to steal JWT tokens without authentication. This post covers technical details, affected versions, impact, and mitigation.

Updated: January 22, 2026

CVE-2025-68620 Overview

CVE-2025-68620 is an authentication bypass vulnerability in Signal K Server, a server application that runs on a central hub in boats for marine data integration. Versions prior to 2.19.0 expose two features that can be chained together to steal JWT authentication tokens without any prior authentication. This vulnerability allows attackers to completely bypass authentication mechanisms by exploiting unauthenticated WebSocket request enumeration combined with unauthenticated polling of access request status endpoints.

Critical Impact

Attackers can steal JWT authentication tokens without any prior authentication, enabling complete authentication bypass and potential full control of the Signal K Server and connected marine systems.

Affected Products

  • Signal K Server versions prior to 2.19.0
  • Signal K Server 2.19.0-beta1 through 2.19.0-beta4

Discovery Timeline

  • 2026-01-01 - CVE CVE-2025-68620 published to NVD
  • 2026-01-06 - Last updated in NVD database

Technical Details for CVE-2025-68620

Vulnerability Analysis

This vulnerability represents a classic authentication bypass through the chaining of two distinct security weaknesses. The attack combines WebSocket-based request enumeration with unauthenticated polling of access request status, creating a path for complete credential theft.

The first weakness is Unauthenticated WebSocket Request Enumeration. When a WebSocket client connects to the SignalK stream endpoint with the serverevents=all query parameter, the server sends all cached server events including ACCESS_REQUEST events that contain details about pending access requests. The startServerEvents function iterates over app.lastServerEvents and writes each cached event to any connected client without verifying authorization level. Since WebSocket connections are allowed for readonly users (which includes unauthenticated users when allow_readonly is true), attackers receive these events containing request IDs, client identifiers, descriptions, requested permissions, and IP addresses.

The second weakness is Unauthenticated Token Polling. The access request status endpoint at /signalk/v1/access/requests/:id returns the full state of an access request without requiring authentication. When an administrator approves a request, the response includes the issued JWT token in plaintext. The queryRequest function returns the complete request object including the token field, and the REST endpoint uses readonly authentication, allowing unauthenticated access.

Root Cause

The root cause stems from CWE-288 (Authentication Bypass Using an Alternate Path or Channel). The vulnerability exists because the Signal K Server fails to properly authenticate access to sensitive server events via WebSocket connections and access request status endpoints. The startServerEvents function does not verify authorization level before sending cached events to connected clients, and the access request status endpoint improperly uses readonly authentication for an endpoint that can expose JWT tokens.

Attack Vector

An attacker has two paths to exploit these vulnerabilities:

Path 1 - Active Attack: The attacker creates their own access request (potentially using IP spoofing to craft a convincing spoofed request), then polls their own request ID until an administrator approves it, receiving the JWT token in the response.

Path 2 - Passive Attack: The attacker passively monitors the WebSocket stream to discover request IDs from legitimate devices, then polls those IDs and steals the JWT tokens when administrators approve them, effectively hijacking legitimate device credentials.

Both attack paths require zero authentication and enable complete authentication bypass, allowing attackers to gain unauthorized access to the Signal K Server with the permissions of the hijacked token.

Detection Methods for CVE-2025-68620

Indicators of Compromise

  • Unusual WebSocket connections to the SignalK stream endpoint with the serverevents=all query parameter from unknown or external IP addresses
  • High-frequency polling requests to the /signalk/v1/access/requests/:id endpoint from unauthenticated sources
  • Multiple access requests originating from suspicious or spoofed IP addresses
  • Authentication tokens being used from IP addresses different from where the access request originated

Detection Strategies

  • Monitor WebSocket connections for the serverevents=all parameter usage, particularly from unauthenticated clients
  • Implement logging and alerting on repeated access to the /signalk/v1/access/requests/ endpoint from the same source
  • Analyze access patterns for polling behavior targeting multiple request IDs in rapid succession
  • Correlate token usage with the original access request IP to detect potential token theft

Monitoring Recommendations

  • Enable comprehensive logging for all WebSocket connections and access request endpoint interactions
  • Set up alerts for access request approvals followed by token usage from different network locations
  • Monitor for anomalous spikes in access request polling activity
  • Review authentication logs for tokens being used from unexpected geographic locations or network segments

How to Mitigate CVE-2025-68620

Immediate Actions Required

  • Upgrade Signal K Server to version 2.19.0 or later immediately
  • Review and audit all recently approved access requests for potential unauthorized approvals
  • Rotate all existing JWT tokens to invalidate any potentially compromised credentials
  • Review access logs for suspicious activity patterns consistent with this vulnerability

Patch Information

Signal K has released version 2.19.0 which fixes the underlying issues. The patch addresses both the unauthenticated WebSocket request enumeration and the unauthenticated token polling vulnerabilities. Users should upgrade to this version immediately.

For detailed information about the patch, see the GitHub Release v2.19.0 and the GitHub Security Advisory GHSA-fq56-hvg6-wvm5.

Workarounds

  • If immediate patching is not possible, disable the allow_readonly configuration option to prevent unauthenticated WebSocket connections
  • Implement network-level access controls to restrict access to the Signal K Server from trusted networks only
  • Use a reverse proxy or firewall to block unauthenticated access to the /signalk/v1/access/requests/ endpoint
  • Monitor and manually review all access requests before approval to detect potentially malicious requests

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

  • Vulnerability Details
  • TypeAuth Bypass

  • Vendor/TechSignalk Signal K Server

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.12%

  • 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-288
  • Technical References
  • GitHub Release v2.19.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-fq56-hvg6-wvm5
  • Latest CVEs
  • CVE-2025-49454: TinySalt Path Traversal Vulnerability

  • CVE-2025-48261: MultiVendorX Information Disclosure Flaw

  • CVE-2025-32119: CardGate WooCommerce SQL Injection Flaw

  • CVE-2025-26879: s2Member Plugin Reflected XSS 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