公告ID(KYSA-202306-0029)
公告ID:KYSA-202306-0029
公告摘要:jupyter-core安全漏洞
等級:重要
發布日期:2023-11-15
詳細介紹
注:
1. 本公告所涉及的漏洞修復信息知識產權全部歸麒麟軟件有限公司所有,此安全漏洞補丁公告僅適用于麒麟軟件操作系統通用主線產品,定制、OEM等版本可根據需要聯系售后獲取支持。任何媒體、網站或個人轉載使用時不得進行商業性的原版原式的轉載,也不得歪曲和篡改所發布的內容。此聲明以及其修改權、更新權及最終解釋權均歸本網所有。
2. 此安全漏洞補丁公告僅適用于銀河麒麟桌面操作系統V10 SP1 2303版本,系統版本查詢工具下載鏈接:
https://security-oss.kylinos.cn/Desktop/libkysdk-sysinfo.zip
1. 漏洞概述
CVE-2022-39286
Jupyter Notebook是一套用于創建、共享代碼和說明性文本文檔的開源Web應用程序。Jupyter Notebook Core 4.11.2 之前版本存在安全漏洞,該漏洞源于 jupyter_core 中包含一個任意代碼執行。
2. 受影響的操作系統及軟件包
·銀河麒麟桌面操作系統V10 SP1 2303
x86_64 架構:
jupyter-core、jupyter、python3-jupyter-core
arm64 架構:
jupyter-core、jupyter、python3-jupyter-core
mips64el 架構:
jupyter-core、jupyter、python3-jupyter-core
loongarch64 架構:
jupyter-core、jupyter、python3-jupyter-core
3. 軟件包修復版本
·銀河麒麟桌面操作系統V10 SP1 2303
4.6.3-3kylin0.1~esm1
4. 修復方法
方法一:升級安裝
執行更新命令進行升級
$sudo apt update
$sudo apt install python3-jupyter-core
方法二:下載軟件包進行升級安裝
通過軟件包地址下載軟件包,使用軟件包升級命令根據受影響的軟件包列表升級相關的組件包。
$sudo dpkg -i /Path1/Package1 /Path2/Package2 /Path3/Package3……
注:Path 指軟件包下載到本地的路徑,Package指下載的軟件包名稱,多個軟件包則以空格分開。
5. 軟件包下載地址
銀河麒麟桌面操作系統V10 SP1 2303
x86_64軟件包下載地址
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/jupyter-core_4.6.3-3kylin0.1~esm1_all.deb
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/jupyter_4.6.3-3kylin0.1~esm1_all.deb
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/python3-jupyter-core_4.6.3-3kylin0.1~esm1_all.deb
arm64軟件包下載地址
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/jupyter-core_4.6.3-3kylin0.1~esm1_all.deb
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/jupyter_4.6.3-3kylin0.1~esm1_all.deb
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/python3-jupyter-core_4.6.3-3kylin0.1~esm1_all.deb
mips64el軟件包下載地址
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/jupyter-core_4.6.3-3kylin0.1~esm1_all.deb
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/jupyter_4.6.3-3kylin0.1~esm1_all.deb
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/python3-jupyter-core_4.6.3-3kylin0.1~esm1_all.deb
loongarch64軟件包下載地址
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/jupyter-core_4.6.3-3kylin0.1~esm1_all.deb
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/jupyter_4.6.3-3kylin0.1~esm1_all.deb
https://archive.kylinos.cn/kylin/KYLIN-ALL/pool/universe/j/jupyter-core/python3-jupyter-core_4.6.3-3kylin0.1~esm1_all.deb
注:軟件包僅適用于銀河麒麟桌面操作系統V10 SP1 2303版本。
6. 修復驗證
使用軟件包查詢命令,查看相關的軟件包版本大于或等于修復版本則成功修復。
$sudo dpkg -l |grep Package
注:Package為軟件包包名。