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

CVE-2025-68272: Signal K Server DoS Vulnerability

CVE-2025-68272 is a denial of service flaw in Signal K Server that lets unauthenticated attackers crash the server by flooding the access request endpoint. This article covers the technical details, affected versions, and fixes.

Updated: January 22, 2026

CVE-2025-68272 Overview

Signal K Server is a server application designed to run on a central hub in a boat, providing a modern and open data format for marine electronics. A Denial of Service (DoS) vulnerability exists in versions prior to 2.19.0 that allows an unauthenticated attacker to crash the SignalK Server by flooding the access request endpoint (/signalk/v1/access/requests). This vulnerability results in a "JavaScript heap out of memory" error due to unbounded in-memory storage of request objects, effectively rendering the marine navigation system unusable.

Critical Impact

Unauthenticated attackers can remotely crash Signal K Server instances, potentially disrupting critical marine navigation and monitoring systems on vessels.

Affected Products

  • Signal K Server versions prior to 2.19.0
  • signalk signal_k_server (all platforms)
  • Marine vessel systems running vulnerable Signal K Server deployments

Discovery Timeline

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

Technical Details for CVE-2025-68272

Vulnerability Analysis

This vulnerability is classified as CWE-400 (Uncontrolled Resource Consumption), a resource exhaustion condition that affects the Signal K Server's access request handling mechanism. The flaw exists in how the server processes incoming requests to the /signalk/v1/access/requests endpoint without implementing proper rate limiting or memory bounds checking.

When an attacker sends a large volume of requests to this endpoint, the server stores each request object in memory without any limits. This unbounded allocation eventually exhausts the available JavaScript heap memory, causing the Node.js process to terminate with an out-of-memory error. The attack is particularly dangerous because it requires no authentication, meaning any network-accessible attacker can exploit it.

The vulnerability poses significant risks in maritime environments where Signal K Server often serves as a critical component of integrated navigation systems, aggregating data from various marine instruments and sensors.

Root Cause

The root cause of this vulnerability lies in the lack of request rate limiting and memory management controls on the /signalk/v1/access/requests endpoint. The server implementation stores all incoming access request objects in memory without:

  1. Implementing a maximum queue size or request limit
  2. Applying rate limiting to prevent request flooding
  3. Setting timeouts to expire or remove stale request objects
  4. Validating or throttling requests from individual sources

This design flaw allows attackers to continuously submit requests until the JavaScript heap is exhausted.

Attack Vector

The attack can be executed remotely over the network by any unauthenticated attacker with network access to the Signal K Server. The exploitation process involves sending a continuous stream of HTTP requests to the vulnerable endpoint /signalk/v1/access/requests. Since no authentication is required and there are no rate limits in place, an attacker can rapidly fill the server's memory allocation.

The attack is relatively straightforward to execute using common HTTP flooding tools or simple scripts that repeatedly POST to the access request endpoint. The server will continue accepting and storing these requests until memory exhaustion occurs, at which point the Node.js process crashes with a heap out of memory error.

Detection Methods for CVE-2025-68272

Indicators of Compromise

  • Unusual spike in HTTP requests to the /signalk/v1/access/requests endpoint
  • Rapid memory consumption growth in the Signal K Server Node.js process
  • Server logs showing increasing numbers of access requests from single or multiple sources
  • JavaScript heap out of memory errors in server logs or crash dumps

Detection Strategies

  • Monitor HTTP request rates to the /signalk/v1/access/requests endpoint for anomalous patterns
  • Configure alerting for memory utilization thresholds on systems running Signal K Server
  • Implement network-level monitoring to detect request flooding patterns targeting the vulnerable endpoint
  • Review server logs for repeated access request submissions that could indicate exploitation attempts

Monitoring Recommendations

  • Set up real-time memory monitoring for Node.js processes running Signal K Server
  • Configure network intrusion detection systems to alert on high-volume traffic to Signal K endpoints
  • Implement log aggregation and analysis to identify patterns of endpoint abuse
  • Monitor for unexpected Signal K Server process restarts or crashes

How to Mitigate CVE-2025-68272

Immediate Actions Required

  • Upgrade Signal K Server to version 2.19.0 or later immediately
  • If immediate upgrade is not possible, restrict network access to the Signal K Server using firewall rules
  • Implement rate limiting at the network or reverse proxy level for the /signalk/v1/access/requests endpoint
  • Monitor systems for signs of exploitation while preparing to patch

Patch Information

The vulnerability has been fixed in Signal K Server version 2.19.0. The fix implements proper bounds checking and rate limiting for the access request endpoint, preventing the unbounded memory allocation that enables this attack. Detailed patch information is available in the GitHub Release v2.19.0 and the GitHub Security Advisory GHSA-7rqc-ff8m-7j23.

Workarounds

  • Deploy a reverse proxy (such as nginx or HAProxy) in front of Signal K Server with request rate limiting configured for the /signalk/v1/access/requests endpoint
  • Use firewall rules to restrict access to Signal K Server to trusted networks or IP addresses only
  • Implement network segmentation to isolate the Signal K Server from untrusted network segments
  • Consider deploying intrusion prevention systems capable of detecting and blocking request flooding attacks
bash
# Example nginx rate limiting configuration for Signal K Server
# Add to your nginx server block configuration
limit_req_zone $binary_remote_addr zone=signalk_access:10m rate=10r/s;

location /signalk/v1/access/requests {
    limit_req zone=signalk_access burst=20 nodelay;
    proxy_pass http://localhost:3000;
}

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechSignalk

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-400
  • Technical References
  • GitHub Release v2.19.0
  • Vendor Resources
  • GitHub Security Advisory GHSA-7rqc-ff8m-7j23
  • Related CVEs
  • CVE-2025-66398: Signal K Server RCE Vulnerability

  • CVE-2025-68273: Signal K Server Information Disclosure

  • 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