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

CVE-2026-33951: Signal K Server Auth Bypass Vulnerability

CVE-2026-33951 is an authentication bypass flaw in Signal K Server that lets attackers modify navigation data source priorities without credentials. This article covers technical details, affected versions, and patches.

Published: April 2, 2026

CVE-2026-33951 Overview

Signal K Server is a server application that runs on a central hub in a boat, providing a unified data protocol for marine electronics. Prior to version 2.24.0-beta.1, the Signal K Server exposes an unauthenticated HTTP endpoint that allows remote attackers to modify navigation data source priorities. This vulnerability enables unauthorized manipulation of critical navigation sensor configurations, potentially compromising maritime safety systems.

Critical Impact

Attackers can remotely manipulate which GPS, AIS, or other sensor data sources are trusted by the navigation system without authentication, with changes persisting across server restarts.

Affected Products

  • Signal K Server versions prior to 2.24.0-beta.1

Discovery Timeline

  • April 2, 2026 - CVE CVE-2026-33951 published to NVD
  • April 2, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33951

Vulnerability Analysis

This vulnerability represents an Improper Access Control flaw (CWE-284) in the Signal K Server application. The core issue lies in the lack of authentication and authorization checks on a sensitive configuration endpoint. When a PUT request is sent to /signalk/v1/api/sourcePriorities, the server directly accepts and applies user-controlled input to modify the priority order of navigation data sources without validating the requester's identity or permissions.

The implications for maritime environments are significant. Navigation systems rely on data from multiple sensors including GPS receivers, AIS transponders, depth sounders, and wind instruments. The source priority configuration determines which sensor data takes precedence when multiple sources provide conflicting information. By manipulating these priorities, an attacker could cause the navigation system to trust a malicious or unreliable data source over legitimate sensors.

Root Cause

The vulnerability stems from missing authentication and authorization controls on the /signalk/v1/api/sourcePriorities endpoint. The endpoint directly assigns user-controlled input to the server configuration without validating that the request originates from an authorized user. Furthermore, configuration changes are immediately persisted to disk, allowing malicious modifications to survive server restarts and maintain persistence.

Attack Vector

The attack can be executed remotely over the network without requiring any authentication credentials. An attacker with network access to the Signal K Server can send crafted HTTP PUT requests to the vulnerable endpoint. The attack requires no user interaction and can be automated.

The attacker would craft a PUT request to /signalk/v1/api/sourcePriorities containing modified priority configurations. Once received, the server immediately applies and persists these changes, potentially causing the navigation system to prioritize attacker-controlled or unreliable data sources over legitimate sensors. This could result in incorrect navigation data being displayed or acted upon by automated systems.

Detection Methods for CVE-2026-33951

Indicators of Compromise

  • Unexpected PUT requests to /signalk/v1/api/sourcePriorities endpoint in server access logs
  • Unexplained changes to navigation data source priority configurations
  • Configuration file modifications not correlating with authorized administrative actions
  • Network traffic from untrusted sources targeting Signal K Server HTTP endpoints

Detection Strategies

  • Monitor HTTP access logs for PUT requests to the /signalk/v1/api/sourcePriorities endpoint, especially from external or unauthorized IP addresses
  • Implement file integrity monitoring on Signal K Server configuration files to detect unauthorized modifications
  • Deploy network intrusion detection rules to identify unauthenticated requests to sensitive Signal K endpoints
  • Establish baseline source priority configurations and alert on deviations

Monitoring Recommendations

  • Enable verbose logging on Signal K Server to capture all configuration change events
  • Configure network monitoring to alert on connections to the Signal K Server from unexpected IP ranges
  • Implement periodic configuration audits comparing current source priorities against known-good baselines
  • Deploy SentinelOne Singularity to monitor for unauthorized process activities and configuration changes on systems running Signal K Server

How to Mitigate CVE-2026-33951

Immediate Actions Required

  • Upgrade Signal K Server to version 2.24.0-beta.1 or later immediately
  • Restrict network access to the Signal K Server to trusted devices only using firewall rules
  • Implement network segmentation to isolate marine navigation systems from untrusted networks
  • Audit current source priority configurations to ensure they have not been tampered with
  • Review server logs for any evidence of exploitation

Patch Information

The vulnerability has been addressed in Signal K Server version 2.24.0-beta.1. The patch introduces proper authentication and authorization checks for the source priorities endpoint. Users should upgrade to this version or later to remediate the vulnerability. For more information, see the GitHub Release v2.24.0-beta.1 and the GitHub Security Advisory GHSA-gfmv-vh34-h2x5.

Workarounds

  • Place Signal K Server behind a reverse proxy with authentication enabled to restrict access to sensitive endpoints
  • Configure firewall rules to block external access to the Signal K Server HTTP port
  • Implement IP allowlisting to restrict access to only known, trusted devices
  • If upgrading is not immediately possible, consider disabling remote network access to the Signal K Server until the patch can be applied
bash
# Example firewall rules to restrict Signal K Server access (iptables)
# Allow only trusted local network (adjust IP range as needed)
iptables -A INPUT -p tcp --dport 3000 -s 192.168.1.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 3000 -j DROP

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 Server

  • SeverityMEDIUM

  • CVSS Score6.9

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/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
  • Technical References
  • GitHub Release v2.24.0-beta.1

  • GitHub Security Advisory GHSA-gfmv-vh34-h2x5
  • Related CVEs
  • CVE-2026-34083: Signal K Server Auth Bypass Vulnerability

  • CVE-2026-33950: Signal K Server Privilege Escalation

  • CVE-2026-25228: Signal K Server Path Traversal 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