CVE-2023-37464

CVSS V2 None CVSS V3 None
Description
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).
Overview
  • CVE ID
  • CVE-2023-37464
  • Assigner
  • GitHub_M
  • Vulnerability Status
  • PUBLISHED
  • Published Version
  • 2023-07-14T20:25:18.264Z
  • Last Modified Date
  • 2023-07-14T20:25:18.264Z
History
Created Old Value New Value Data Type Notes
2024-06-25 01:00:07 Added to TrackCVE