中危 agendaless waitress 未捕获的异常
CVE编号
CVE-2022-31015利用情况
暂无补丁情况
官方补丁披露时间
2022-06-01漏洞描述
Waitress is a Web Server Gateway Interface server for Python 2 and 3. Waitress versions 2.1.0 and 2.1.1 may terminate early due to a thread closing a socket while the main thread is about to call select(). This will lead to the main thread raising an exception that is not handled and then causing the entire application to be killed. This issue has been fixed in Waitress 2.1.2 by no longer allowing the WSGI thread to close the socket. Instead, that is always delegated to the main thread. There is no work-around for this issue. However, users using waitress behind a reverse proxy server are less likely to have issues if the reverse proxy always reads the full response.解决建议
建议您更新当前系统或软件至最新版,完成漏洞的修复。受影响软件情况
# | 类型 | 厂商 | 产品 | 版本 | 影响面 | ||||
1 | |||||||||
---|---|---|---|---|---|---|---|---|---|
运行在以下环境 | |||||||||
应用 | agendaless | waitress | * | From (including) 2.1.0 | Up to (excluding) 2.1.2 | ||||
运行在以下环境 | |||||||||
系统 | alpine_3.16 | py3-waitress | * | Up to (excluding) 2.1.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.17 | py3-waitress | * | Up to (excluding) 2.1.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_3.18 | py3-waitress | * | Up to (excluding) 2.1.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | alpine_edge | py3-waitress | * | Up to (excluding) 2.1.2-r0 | |||||
运行在以下环境 | |||||||||
系统 | debian_10 | waitress | * | Up to (excluding) 1.2.0~b2-2+deb10u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_11 | waitress | * | Up to (excluding) 1.4.4-1.1+deb11u1 | |||||
运行在以下环境 | |||||||||
系统 | debian_12 | waitress | * | Up to (excluding) 2.1.2-1 | |||||
运行在以下环境 | |||||||||
系统 | debian_sid | waitress | * | Up to (excluding) 2.1.2-1 | |||||
运行在以下环境 | |||||||||
系统 | ubuntu_22.10 | waitress | * | Up to (excluding) 2.1.1-2ubuntu1 | |||||
- 攻击路径 本地
- 攻击复杂度 困难
- 权限要求 普通权限
- 影响范围 有限影响
- EXP成熟度 未验证
- 补丁情况 官方补丁
- 数据保密性 无影响
- 数据完整性 N/A
- 服务器危害 无影响
- 全网数量 N/A
CWE-ID | 漏洞类型 |
CWE-248 | 未捕获的异常 |
CWE-362 | 使用共享资源的并发执行不恰当同步问题(竞争条件) |
Exp相关链接

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