CVE-2025-68620 (CNNVD-202601-009)

CRITICAL
中文标题:
Signal K Server 安全漏洞
英文标题:
Signal K Server vulnerable to JWT Token Theft via WebSocket Enumeration and Unauthenticated Polling
CVSS分数: 9.1
发布时间: 2026-01-01 18:29:35
漏洞类型: 其他
状态: PUBLISHED
数据质量分数: 0.40
数据版本: v3
漏洞描述
中文描述:

Signal K Server是Signal K开源的一个船用中央服务器。 Signal K Server 2.19.0之前版本存在安全漏洞,该漏洞源于未经验证的WebSocket请求枚举和令牌轮询功能可被链接利用,可能导致身份验证完全绕过。

英文描述:

Signal K Server is a server application that runs on a central hub in a boat. Versions prior to 2.19.0 expose two features that can be chained together to steal JWT authentication tokens without any prior authentication. The attack combines WebSocket-based request enumeration with unauthenticated polling of access request status. The first is Unauthenticated WebSocket Request Enumeration: When a WebSocket client connects to the SignalK stream endpoint with the `serverevents=all` query parameter, the server sends all cached server events including `ACCESS_REQUEST` events that contain details about pending access requests. The `startServerEvents` function iterates over `app.lastServerEvents` and writes each cached event to any connected client without verifying authorization level. Since WebSocket connections are allowed for readonly users (which includes unauthenticated users when `allow_readonly` is true), attackers receive these events containing request IDs, client identifiers, descriptions, requested permissions, and IP addresses. The second is Unauthenticated Token Polling: The access request status endpoint at `/signalk/v1/access/requests/:id` returns the full state of an access request without requiring authentication. When an administrator approves a request, the response includes the issued JWT token in plaintext. The `queryRequest` function returns the complete request object including the token field, and the REST endpoint uses readonly authentication, allowing unauthenticated access. An attacker has two paths to exploit these vulnerabilities. Either the attacker creates their own access request (using the IP spoofing vulnerability to craft a convincing spoofed request), then polls their own request ID until an administrator approves it, receiving the JWT token; or the attacker passively monitors the WebSocket stream to discover request IDs from legitimate devices, then polls those IDs and steals the JWT tokens when administrators approve them, hijacking legitimate device credentials. Both paths require zero authentication and enable complete authentication bypass. Version 2.19.0 fixes the underlying issues.

CWE类型:
CWE-288
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
SignalK signalk-server < 2.19.0 - - cpe:2.3:a:signalk:signalk-server:<_2.19.0:*:*:*:*:*:*:*
signalk signal_k_server * - - cpe:2.3:a:signalk:signal_k_server:*:*:*:*:*:*:*:*
signalk signal_k_server 2.19.0 - - cpe:2.3:a:signalk:signal_k_server:2.19.0:beta1:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
https://github.com/SignalK/signalk-server/security/advisories/GHSA-fq56-hvg6-wvm5 x_refsource_CONFIRM
cve.org
访问
https://github.com/SignalK/signalk-server/releases/tag/v2.19.0 x_refsource_MISC
cve.org
访问
CVSS评分详情
3.1 (cna)
CRITICAL
9.1
CVSS向量: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:N
机密性
HIGH
完整性
HIGH
可用性
NONE
时间信息
发布时间:
2026-01-01 18:29:35
修改时间:
2026-01-02 18:58:28
创建时间:
2026-01-12 02:12:31
更新时间:
2026-01-20 03:10:46
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
CVE cve_CVE-2025-68620 2026-01-04 02:04:15 2026-01-12 02:12:31
NVD nvd_CVE-2025-68620 2026-01-07 03:00:03 2026-01-12 02:28:14
CNNVD cnnvd_CNNVD-202601-009 2026-01-11 06:15:06 2026-01-12 02:38:11
版本与语言
当前版本: v3
主要语言: EN
支持语言:
ZH EN
安全公告
暂无安全公告信息
变更历史
v3 CNNVD
2026-01-12 02:38:11
vulnerability_type: 未提取 → 其他; cnnvd_id: 未提取 → CNNVD-202601-009; data_sources: ['cve', 'nvd'] → ['cnnvd', 'cve', 'nvd']
查看详细变更
  • vulnerability_type: 未提取 -> 其他
  • cnnvd_id: 未提取 -> CNNVD-202601-009
  • data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
v2 NVD
2026-01-12 02:28:14
affected_products_count: 1 → 3; data_sources: ['cve'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 1 -> 3
  • data_sources: ['cve'] -> ['cve', 'nvd']