Security content in this release gh-103142: The version of OpenSSL used in Windows and Mac installers has been upgraded to 1.1.1u to address CVE-2023-2650, CVE-2023-0465, CVE-2023-0466, CVE-2023-0464, as well as CVE-2023-0286, CVE-2022-4303, and CVE-2022-4303 fixed previously in 1.1.1t (gh-101727). gh-102153: urllib.parse.urlsplit() now strips leading C0 control and space characters following the specification for URLs defined by WHATWG in response to CVE-2023-24329. gh-99889: Fixed a security flaw in uu.decode() that could allow for directory traversal based on the input if no out_file was specified. gh-104049: Do not expose the local on-disk location in directory indexes produced by http.client.SimpleHTTPRequestHandler. gh-101283: subprocess.Popen now uses a safer approach to find cmd.exe when launching with shell=True.
时间: 2024-04-08 15:32:01 浏览: 162
openssl最新版本
安全内容在此版本中:
- gh-103142:Windows 和 Mac 安装程序中使用的 OpenSSL 版本已升级至 1.1.1u,以解决 CVE-2023-2650、CVE-2023-0465、CVE-2023-0466、CVE-2023-0464,以及之前在 1.1.1t 中修复的 CVE-2022-4303 和 CVE-2022-4303(gh-101727)。
- gh-102153:urllib.parse.urlsplit() 现在根据 WHATWG 对 URL 定义的规范,剥离了前导的 C0 控制字符和空格字符,以应对 CVE-2023-24329。
- gh-99889:修复了 uu.decode() 中的安全漏洞,如果未指定 out_file,则可能基于输入允许目录遍历。
- gh-104049:http.client.SimpleHTTPRequestHandler 生成的目录索引中不再暴露本地磁盘位置。
- gh-101283:subprocess.Popen 在使用 shell=True 启动时,现在采用了更安全的方法来查找 cmd.exe。
阅读全文