Vulnerability Description
Signal K Server is a server application that runs on a central hub in a boat. Prior to 2.28.0, makeRemoteRequest() in src/serverroutes.ts accepted attacker-controlled host, port, useTLS, and selfsignedcert parameters from the testSignalKConnection, requestAccess, and checkAccessRequest endpoints without validating the destination. When security was not configured, addAdminMiddleware() was a no-op in dummysecurity.ts, leaving all three endpoints accessible without authentication. The server could be forced to contact loopback, private, link-local, cloud metadata, or arbitrary external destinations, and selfsignedcert could disable certificate verification for outbound HTTPS requests. The checkAccessRequest endpoint also interpolated requestId into its destination path, allowing traversal to other paths on the selected host. Distinct success, connection-refused, and timeout responses enabled internal port scanning; returned response bodies enabled cloud metadata and internal-service data exfiltration; requestAccess enabled server-side POST requests with attacker-controlled JSON; and access to cluster-internal services could support lateral movement. This issue is fixed in version 2.28.0.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/SignalK/signalk-server/commit/2816b0dda1bdde893d85c969a9c5950
- https://github.com/SignalK/signalk-server/releases/tag/v2.28.0
- https://github.com/SignalK/signalk-server/security/advisories/GHSA-q59x-jc9f-gfq
- https://github.com/SignalK/signalk-server/security/advisories/GHSA-q59x-jc9f-gfq
FAQ
What is CVE-2026-55591?
CVE-2026-55591 is a vulnerability with a CVSS score of 5.8 (MEDIUM). Signal K Server is a server application that runs on a central hub in a boat. Prior to 2.28.0, makeRemoteRequest() in src/serverroutes.ts accepted attacker-controlled host, port, useTLS, and selfsigne...
How severe is CVE-2026-55591?
CVE-2026-55591 has been rated MEDIUM with a CVSS base score of 5.8/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-55591?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.