CVE-2025-68619 (CNNVD-202601-010)
中文标题:
Signal K Server 代码注入漏洞
英文标题:
Signal K Server Vulnerable to Remote Code Execution via Malicious npm Package
漏洞描述
中文描述:
Signal K Server是Signal K开源的一个船用中央服务器。 Signal K Server 2.19.0之前版本存在代码注入漏洞,该漏洞源于appstore接口将版本参数直接传递给npm而未进行清理,可能导致任意代码执行。
英文描述:
Signal K Server is a server application that runs on a central hub in a boat. Versions prior to 2.19.0 of the appstore interface allow administrators to install npm packages through a REST API endpoint. While the endpoint validates that the package name exists in the npm registry as a known plugin or webapp, the version parameter accepts arbitrary npm version specifiers including URLs. npm supports installing packages from git repositories, GitHub shorthand syntax, and HTTP/HTTPS URLs pointing to tarballs. When npm installs a package, it can automatically execute any `postinstall` script defined in `package.json`, enabling arbitrary code execution. The vulnerability exists because npm's version specifier syntax is extremely flexible, and the SignalK code passes the version parameter directly to npm without sanitization. An attacker with admin access can install a package from an attacker-controlled source containing a malicious `postinstall` script. Version 2.19.0 contains a patch for the issue.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | 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:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
CVSS评分详情
4.0 (cna)
HIGHCVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:P
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-68619 |
2026-01-04 02:04:15 | 2026-01-12 02:12:31 |
| NVD | nvd_CVE-2025-68619 |
2026-01-07 03:00:03 | 2026-01-12 02:28:14 |
| CNNVD | cnnvd_CNNVD-202601-010 |
2026-01-11 06:15:04 | 2026-01-12 02:38:11 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 代码注入
- cnnvd_id: 未提取 -> CNNVD-202601-010
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 1 -> 3
- data_sources: ['cve'] -> ['cve', 'nvd']