• CVE-2023-37464

发布时间: 2023年7月29日

修改时间: 2024年10月31日

概要

OpenIDC/cjose is a C library implementing the Javascript Object Signing and Encryption (JOSE). The AES GCM decryption routine incorrectly uses the Tag length from the actual Authentication Tag provided in the JWE. The spec says that a fixed length of 16 octets must be applied. Therefore this bug allows an attacker to provide a truncated Authentication Tag and to modify the JWE accordingly. Users should upgrade to a version >= 0.6.2.2. Users unable to upgrade should avoid using AES GCM encryption and replace it with another encryption algorithm (e.g. AES CBC).

CVSS v3 指标

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

安全公告

公告名 概要 发布时间
KylinSec-SA-2023-1575 cjose security update 2023年7月29日

影响产品

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