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

CVE-2025-68273: Signal K Server Information Disclosure

CVE-2025-68273 is an unauthenticated information disclosure vulnerability in Signal K Server that exposes sensitive system data including device configurations. This article covers technical details, affected versions, and mitigation.

Updated: January 22, 2026

CVE-2025-68273 Overview

CVE-2025-68273 is an unauthenticated information disclosure vulnerability affecting Signal K Server, a server application designed to run on a central hub in boats for marine data management. This vulnerability allows any unauthenticated user to retrieve sensitive system information, including the full SignalK data schema, connected serial devices, and installed analyzer tools. The exposure of this data facilitates reconnaissance for further attacks against the maritime vessel's network infrastructure.

Critical Impact

Unauthenticated attackers can enumerate sensitive system configuration data, serial device information, and installed components, enabling targeted follow-up attacks against marine vessel networks.

Affected Products

  • Signal K Server versions prior to 2.19.0
  • signalk signal_k_server (all platforms)

Discovery Timeline

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

Technical Details for CVE-2025-68273

Vulnerability Analysis

This vulnerability is classified as an Information Exposure weakness (CWE-200). The flaw exists in API endpoints that fail to enforce authentication checks, allowing unauthenticated remote users to query system information that should be restricted to authorized administrators.

The vulnerability enables attackers to gather critical intelligence about the target system without any credentials. Exposed information includes the complete SignalK data schema, which reveals the structure of all data flowing through the server, a list of connected serial devices that may include GPS receivers, AIS transponders, and other marine electronics, and details about installed analyzer tools that could reveal the software composition of the vessel's network.

Root Cause

The root cause stems from missing authentication controls on specific API endpoints within the Signal K Server application. Endpoints that expose system configuration and device enumeration data do not properly validate that the requesting user has authenticated before serving sensitive information. This is a classic broken access control vulnerability where security-critical functionality lacks appropriate authorization checks.

Attack Vector

The attack can be executed remotely over the network without any user interaction or special privileges. An attacker with network access to the Signal K Server can directly query vulnerable API endpoints to retrieve sensitive system information. In marine environments, this could occur through compromised Wi-Fi networks on the vessel, marina networks, or any network segment where the Signal K Server is accessible.

The reconnaissance data obtained through this vulnerability enables attackers to:

  • Map the vessel's network topology and connected devices
  • Identify specific hardware models for targeted exploits
  • Understand data flows for potential interception
  • Plan more sophisticated attacks against marine systems

Detection Methods for CVE-2025-68273

Indicators of Compromise

  • Unusual API requests to system information endpoints from unauthenticated sources
  • Multiple reconnaissance-style queries from single IP addresses
  • Access log entries showing enumeration of serial devices or data schema without prior authentication
  • Network traffic patterns indicating systematic information gathering against Signal K Server instances

Detection Strategies

  • Monitor Signal K Server access logs for unauthenticated requests to sensitive endpoints
  • Implement network-level monitoring for unusual query patterns against the Signal K Server
  • Deploy intrusion detection rules that alert on system information enumeration attempts
  • Review firewall logs for external connections to Signal K Server ports

Monitoring Recommendations

  • Enable verbose logging on Signal K Server instances to capture all API requests
  • Implement alerting for failed or suspicious authentication attempts
  • Monitor network traffic to Signal K Server for anomalous access patterns
  • Conduct regular security audits of Signal K Server configurations and access logs

How to Mitigate CVE-2025-68273

Immediate Actions Required

  • Upgrade Signal K Server to version 2.19.0 or later immediately
  • Restrict network access to Signal K Server to trusted networks and hosts
  • Review access logs for signs of exploitation or reconnaissance activity
  • Implement network segmentation to isolate marine systems from untrusted networks

Patch Information

Signal K has released version 2.19.0 which addresses this vulnerability. The patch adds proper authentication requirements to the affected API endpoints, preventing unauthenticated users from accessing sensitive system information.

For detailed patch information, see the GitHub Release v2.19.0 and the GitHub Security Advisory GHSA-fpf5-w967-rr2m.

Workarounds

  • Place Signal K Server behind a reverse proxy that enforces authentication for all requests
  • Implement firewall rules to restrict access to Signal K Server from untrusted networks
  • Disable or block access to non-essential API endpoints until patching is possible
  • Use VPN connections for remote access to vessel networks running Signal K Server
bash
# Configuration example - Restrict network access using firewall rules
# Allow only trusted local network access to Signal K Server (default port 3000)
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
  • TypeInformation Disclosure

  • Vendor/TechSignalk

  • SeverityMEDIUM

  • CVSS Score5.3

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-200

  • NVD-CWE-noinfo
  • Technical References
  • GitHub Release v2.19.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-fpf5-w967-rr2m
  • Related CVEs
  • CVE-2025-66398: Signal K Server RCE Vulnerability

  • CVE-2025-68272: Signal K Server DoS Vulnerability

  • CVE-2025-68619: Signal K Server RCE Vulnerability

  • CVE-2025-69203: Signal K Server Auth Bypass 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