摘要:
python-jwcrypto security update
安全等级: Medium
公告ID: KylinSec-SA-2025-1245
发布日期: 2025年2月21日
关联CVE: CVE-2024-28102
Implements JWK, JWS, JWE specifications with python-cryptography
Security Fix(es):
JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to version 1.5.6, an attacker can cause a denial of service attack by passing in a malicious JWE Token with a high compression ratio. When the server processes this token, it will consume a lot of memory and processing time. Version 1.5.6 fixes this vulnerability by limiting the maximum token length.(CVE-2024-28102)
cve名称 | 产品 | 组件 | 是否受影响 |
---|---|---|---|
CVE-2024-28102 | KY3.4-5A | python-jwcrypto | Fixed |
软件名称 | 架构 | 版本号 |
---|---|---|
python3-jwcrypto | noarch | 0.5.0-5.kb1.ky3_4 |
方法一:下载安装包进行升级安装
1、通过下载链接下载需要升级的升级包保存,如 xxx.rpm
2、通过rpm命令升级,如 rpm -Uvh xxx.rpm
方法二:通过软件源进行升级安装
1、保持能够连接上互联网
2、通过yum命令升级指定的包,如 yum install 包名