低危 Jetty 容易受到 CGI Servlet 中错误命令引用的影响 (CVE-2023-36479)
CVE编号
CVE-2023-36479利用情况
暂无补丁情况
官方补丁披露时间
2023-06-21漏洞描述
Eclipse Jetty Canonical Repository is the canonical repository for the Jetty project. Users of the CgiServlet with a very specific command structure may have the wrong command executed. If a user sends a request to a org.eclipse.jetty.servlets.CGI Servlet for a binary with a space in its name, the servlet will escape the command by wrapping it in quotation marks. This wrapped command, plus an optional command prefix, will then be executed through a call to Runtime.exec. If the original binary name provided by the user contains a quotation mark followed by a space, the resulting command line will contain multiple tokens instead of one. This issue was patched in version 9.4.52, 10.0.16, 11.0.16 and 12.0.0-beta2.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | eclipse | jetty | * | From (including) 10.0.0 | Up to (excluding) 10.0.16 | ||||
运行在以下环境 | |||||||||
应用 | eclipse | jetty | * | From (including) 11.0.0 | Up to (excluding) 11.0.16 | ||||
运行在以下环境 | |||||||||
应用 | eclipse | jetty | * | From (including) 9.0.0 | Up to (excluding) 9.4.52 | ||||
运行在以下环境 | |||||||||
应用 | eclipse | jetty | 12.0.0 | - | |||||
运行在以下环境 | |||||||||
系统 | debian_10 | jetty9 | * | Up to (excluding) 9.4.16-0+deb10u3 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | jetty9 | * | Up to (excluding) 9.4.39-3+deb11u2 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | jetty9 | * | Up to (excluding) 9.4.50-4+deb12u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | jetty9 | * | Up to (excluding) 9.4.52-1 | |||||
- 攻击路径 本地
- 攻击复杂度 困难
- 权限要求 管控权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-149 | 引号语法转义处理不恰当 |
Exp相关链接

版权声明
本站原创文章转载请注明文章出处及链接,谢谢合作!
评论