中危 初始化不恰当
CVE编号
CVE-2023-22466利用情况
暂无补丁情况
官方补丁披露时间
2023-01-05漏洞描述
Tokio is a runtime for writing applications with Rust. Starting with version 1.7.0 and prior to versions 1.18.4, 1.20.3, and 1.23.1, when configuring a Windows named pipe server, setting `pipe_mode` will reset `reject_remote_clients` to `false`. If the application has previously configured `reject_remote_clients` to `true`, this effectively undoes the configuration. Remote clients may only access the named pipe if the named pipe's associated path is accessible via a publicly shared folder (SMB). Versions 1.23.1, 1.20.3, and 1.18.4 have been patched. The fix will also be present in all releases starting from version 1.24.0. Named pipes were introduced to Tokio in version 1.7.0, so releases older than 1.7.0 are not affected. As a workaround, ensure that `pipe_mode` is set first after initializing a `ServerOptions`.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | tokio | tokio | * | From (including) 1.19.0 | Up to (excluding) 1.20.3 | ||||
运行在以下环境 | |||||||||
应用 | tokio | tokio | * | From (including) 1.21.0 | Up to (excluding) 1.23.1 | ||||
运行在以下环境 | |||||||||
应用 | tokio | tokio | * | From (including) 1.7.0 | Up to (excluding) 1.18.4 | ||||
运行在以下环境 | |||||||||
系统 | debian_11 | rust-tokio | * | Up to (excluding) 0.1.14-2 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | rust-tokio | * | Up to (excluding) 1.24.2-1 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | rust-tokio | * | Up to (excluding) 1.24.2-1 |
- 攻击路径 本地
- 攻击复杂度 困难
- 权限要求 管控权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-665 | 初始化不恰当 |
Exp相关链接

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