CVE-2026-25228 MEDIUM

CVE-2026-25228: SignalK Server has Path Traversal leading to information disclosure

Vendor Signalk
Product signalk-server
Weakness CWE-22 · Path traversal
Published February 2, 2026
Last update February 4, 2026

CVSS base score

5.0/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality Low
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N

What the vulnerability does

01Description

Signal K Server is a server application that runs on a central hub in a boat. Prior to 2.20.3, a path traversal vulnerability in SignalK Server's applicationData API allows authenticated users on Windows systems to read, write, and list arbitrary files and directories on the filesystem. The validateAppId() function blocks forward slashes (/) but not backslashes (\), which are treated as directory separators by path.join() on Windows. This enables attackers to escape the intended applicationData directory. This vulnerability is fixed in 2.20.3.

Key dates

02Disclosure timeline

February 2, 2026 CVE published
February 4, 2026 Record updated