低危 IPython 命令注入漏洞(CVE-2023-24816)
CVE编号
CVE-2023-24816利用情况
暂无补丁情况
官方补丁披露时间
2023-02-11漏洞描述
IPython (Interactive Python) is a command shell for interactive computing in multiple programming languages, originally developed for the Python programming language. Versions prior to 8.1.0 are subject to a command injection vulnerability with very specific prerequisites. This vulnerability requires that the function `IPython.utils.terminal.set_term_title` be called on Windows in a Python environment where ctypes is not available. The dependency on `ctypes` in `IPython.utils._process_win32` prevents the vulnerable code from ever being reached in the ipython binary. However, as a library that could be used by another tool `set_term_title` could be called and hence introduce a vulnerability. Should an attacker get untrusted input to an instance of this function they would be able to inject shell commands as current process and limited to the scope of the current process. Users of ipython as a library are advised to upgrade. Users unable to upgrade should ensure that any calls to the `IPython.utils.terminal.set_term_title` function are done with trusted or filtered input.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | ipython | ipython | * | Up to (excluding) 8.10.0 | |||||
运行在以下环境 | |||||||||
系统 | debian_10 | ipython | * | Up to (excluding) 5.8.0-1+deb10u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | ipython | * | Up to (excluding) 7.20.0-1+deb11u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | ipython | * | Up to (excluding) 8.5.0-4 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | ipython | * | Up to (excluding) 8.14.0-2 | |||||
- 攻击路径 本地
- 攻击复杂度 困难
- 权限要求 无需权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 无影响
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-20 | 输入验证不恰当 |
CWE-78 | OS命令中使用的特殊元素转义处理不恰当(OS命令注入) |
Exp相关链接

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