• CVE-2023-23931

发布时间: 2023年2月17日

修改时间: 2024年10月31日

概要

cryptography is a package designed to expose cryptographic primitives and recipes to Python developers. In affected versions `Cipher.update_into` would accept Python objects which implement the buffer protocol, but provide only immutable buffers. This would allow immutable objects (such as `bytes`) to be mutated, thus violating fundamental rules of Python and resulting in corrupted output. This now correctly raises an exception. This issue has been present since `update_into` was originally introduced in cryptography 1.8.

CVSS v3 指标

NVD openEuler
Confidentiality None None
Attack Vector Network Network
CVSS评分 6.5 4.8
Attack Complexity Low High
Privileges Required None None
Scope Unchanged Unchanged
Integrity Low Low
User Interaction None None
Availability Low Low

安全公告

公告名 概要 发布时间
KylinSec-SA-2023-1143 python-cryptography security update 2023年2月17日
KylinSec-SA-2023-1437 python-cryptography security update 2023年2月17日
KylinSec-SA-2023-1438 python-cryptography security update 2023年2月17日
KylinSec-SA-2023-2095 python-cryptography security update 2023年2月21日

影响产品

产品 状态
KY3.4-4A python-cryptography Fixed
KY3.4-5 python-cryptography Fixed
KY3.5.1 python-cryptography Fixed
KY3.5.2 python-cryptography Fixed