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

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

CVE-2026-34083 is an authentication bypass flaw in Signal K Server that allows attackers to hijack user sessions via Host header spoofing in OIDC flows. This article covers technical details, affected versions, and fixes.

Published: April 2, 2026

CVE-2026-34083 Overview

CVE-2026-34083 is an Origin Validation Error vulnerability (CWE-346) in Signal K Server, a server application that runs on a central hub in boats. Prior to version 2.24.0, SignalK Server contains a code-level vulnerability in its OIDC login and logout handlers where the unvalidated HTTP Host header is used to construct the OAuth2 redirect_uri. Because the redirectUri configuration is silently unset by default, an attacker can spoof the Host header to steal OAuth authorization codes and hijack user sessions in realistic deployments, as the OIDC provider will then send the authorization code to whatever domain was injected.

Critical Impact

An attacker can hijack user authentication sessions by manipulating the Host header during OIDC authentication flows, potentially gaining unauthorized access to vessel navigation and monitoring systems.

Affected Products

  • Signal K Server versions prior to 2.24.0

Discovery Timeline

  • 2026-04-02 - CVE CVE-2026-34083 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-34083

Vulnerability Analysis

This vulnerability stems from improper validation of the HTTP Host header within Signal K Server's OIDC (OpenID Connect) authentication implementation. When a user initiates the login or logout flow, the server constructs the OAuth2 redirect_uri parameter using the value from the incoming HTTP Host header without proper validation. This is particularly dangerous because the redirectUri configuration option is silently unset by default in typical deployments.

The attack requires network access and user interaction—specifically, the victim must initiate an OIDC authentication flow while the attacker is capable of manipulating HTTP headers, either through a man-in-the-middle position or by tricking the user into clicking a malicious link. The changed scope indicates that a successful exploit affects resources beyond the vulnerable component itself, as the OIDC provider becomes an unwitting participant in the attack by redirecting authentication codes to an attacker-controlled domain.

Root Cause

The root cause is an Origin Validation Error (CWE-346) where the application fails to validate that the HTTP Host header originates from an expected, trusted source. The OIDC login and logout handlers blindly trust the Host header value when building the OAuth2 redirect URI. Combined with the default behavior of leaving redirectUri unconfigured, this creates a condition where external input directly controls a security-critical parameter in the authentication flow.

Attack Vector

The attack exploits the network-accessible OIDC authentication endpoints. An attacker crafts a malicious request or link that includes a spoofed Host header pointing to an attacker-controlled domain. When a victim user initiates authentication through this manipulated request, the Signal K Server constructs a redirect_uri pointing to the attacker's domain.

The OIDC identity provider, trusting the redirect_uri provided by the Signal K Server, sends the OAuth authorization code to the attacker's domain instead of the legitimate application. The attacker can then use this authorization code to complete the authentication flow and hijack the victim's session, gaining access to the boat's navigation and sensor data managed by Signal K Server.

The vulnerability requires user interaction (the victim must click a link or initiate login), but exploitation complexity is low once the attacker can deliver the malicious request. The impact includes confidentiality and integrity breaches at a low level, with no direct availability impact.

Detection Methods for CVE-2026-34083

Indicators of Compromise

  • Unusual or unexpected Host header values in OIDC authentication request logs that do not match legitimate server domains
  • OAuth authorization code requests redirecting to external or unknown domains
  • Multiple authentication failures followed by successful logins from different IP addresses
  • Evidence of session hijacking through simultaneous active sessions from geographically disparate locations

Detection Strategies

  • Monitor HTTP request logs for OIDC endpoints (/login, /logout) with Host headers that do not match expected server hostnames
  • Implement web application firewall (WAF) rules to detect and block requests with mismatched or suspicious Host headers
  • Configure OIDC provider logging to track redirect URI patterns and alert on unexpected domains
  • Review authentication logs for patterns consistent with authorization code interception

Monitoring Recommendations

  • Enable detailed logging on Signal K Server OIDC authentication endpoints to capture Host header values
  • Set up alerts for any OAuth redirect requests to domains not explicitly allowlisted in the OIDC provider configuration
  • Monitor for unusual patterns in user session creation, particularly sessions initiated shortly after failed or anomalous authentication attempts
  • Integrate Signal K Server logs with SIEM solutions for correlation with other network-based attack indicators

How to Mitigate CVE-2026-34083

Immediate Actions Required

  • Upgrade Signal K Server to version 2.24.0 or later immediately
  • Explicitly configure the redirectUri setting in the Signal K Server OIDC configuration to prevent Host header-based injection
  • Review OIDC provider settings to ensure only expected redirect URIs are registered and enforced
  • Audit authentication logs for any evidence of prior exploitation attempts

Patch Information

The vulnerability has been patched in Signal K Server version 2.24.0. Administrators should upgrade to this version or later to remediate the vulnerability. Detailed release information is available in the GitHub Release v2.24.0. Additional technical details about the vulnerability can be found in the GitHub Security Advisory GHSA-cxj8-ggf2-p57c.

Workarounds

  • Explicitly set the redirectUri configuration value in Signal K Server settings to the legitimate server URL, preventing the Host header from being used
  • Configure a reverse proxy in front of Signal K Server that enforces a fixed Host header, stripping or rejecting requests with unexpected values
  • Restrict network access to OIDC authentication endpoints to trusted networks or VPN connections where Host header manipulation is more difficult
  • Implement strict redirect URI validation at the OIDC provider level, rejecting authorization requests with unregistered redirect URIs
bash
# Example: Configure explicit redirectUri in Signal K Server settings
# Edit your Signal K Server configuration file (typically settings.json)
# Add or modify the security/oidc section to include an explicit redirectUri:

{
  "security": {
    "oidc": {
      "redirectUri": "https://your-signalk-server.example.com/callback"
    }
  }
}

# Restart Signal K Server after configuration changes
systemctl restart signalk-server

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.1

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-346
  • Technical References
  • GitHub Release v2.24.0

  • GitHub Security Advisory GHSA-cxj8-ggf2-p57c
  • Related CVEs
  • CVE-2026-33951: 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