CVE-2025-69256 (CNNVD-202512-5083)
中文标题:
Serverless Framework 命令注入漏洞
英文标题:
serverless MCP Server vulnerable to command injection in list-projects tool
漏洞描述
中文描述:
Serverless Framework是Serverless开源的一个云服务托管工具。 Serverless Framework 4.29.0版本至4.29.3之前版本存在命令注入漏洞,该漏洞源于对child_process.exec的输入参数清理不当,可能导致远程代码执行。
英文描述:
The Serverless Framework is a framework for using AWS Lambda and other managed cloud services to build applications. Starting in version 4.29.0 and prior to version 4.29.3, a command injection vulnerability exists in the Serverless Framework's built-in MCP server package (@serverless/mcp). This vulnerability only affects users of the experimental MCP server feature (serverless mcp), which represents less than 0.1% of Serverless Framework users. The core Serverless Framework CLI and deployment functionality are not affected. The vulnerability is caused by the unsanitized use of input parameters within a call to `child_process.exec`, enabling an attacker to inject arbitrary system commands. Successful exploitation can lead to remote code execution under the server process's privileges. The server constructs and executes shell commands using unvalidated user input directly within command-line strings. This introduces the possibility of shell metacharacter injection (`|`, `>`, `&&`, etc.). Version 4.29.3 fixes the issue.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| serverless | serverless | >= 4.29.0, < 4.29.3 | - | - |
cpe:2.3:a:serverless:serverless:>=_4.29.0,_<_4.29.3:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
cve.org
cve.org
cve.org
CVSS评分详情
3.1 (cna)
HIGHCVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-69256 |
2025-12-31 03:16:23 | 2026-01-12 02:12:33 |
| NVD | nvd_CVE-2025-69256 |
2026-01-01 04:27:49 | 2026-01-12 02:28:15 |
| CNNVD | cnnvd_CNNVD-202512-5083 |
2026-01-11 06:15:04 | 2026-01-12 02:38:08 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 命令注入
- cnnvd_id: 未提取 -> CNNVD-202512-5083
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- data_sources: ['cve'] -> ['cve', 'nvd']