Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-34986 Details

Description

Go JOSE provides an implementation of the Javascript Object Signing and Encryption set of standards in Go, including support for JSON Web Encryption (JWE), JSON Web Signature (JWS), and JSON Web Token (JWT) standards. Prior to 4.1.4 and 3.0.5, decrypting a JSON Web Encryption (JWE) object will panic if the alg field indicates a key wrapping algorithm (one ending in KW, with the exception of A128GCMKW, A192GCMKW, and A256GCMKW) and the encrypted_key field is empty. The panic happens when cipher.KeyUnwrap() in key_wrap.go attempts to allocate a slice with a zero or negative length based on the length of the encrypted_key. This code path is reachable from ParseEncrypted() / ParseEncryptedJSON() / ParseEncryptedCompact() followed by Decrypt() on the resulting object. Note that the parse functions take a list of accepted key algorithms. If the accepted key algorithms do not include any key wrapping algorithms, parsing will fail and the application will be unaffected. This panic is also reachable by calling cipher.KeyUnwrap() directly with any ciphertext parameter less than 16 bytes long, but calling this function directly is less common. Panics can lead to denial of service. This vulnerability is fixed in 4.1.4 and 3.0.5.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://access.redhat.com/errata/RHSA-2026:10125 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:10130 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:10135 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:10175 redhat-SADP
https://access.redhat.com/errata/RHSA-2026:11070 redhat-SADP

see all 150 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-131Incorrect Calculation of Buffer Sizeredhat-SADP
CWE-248Uncaught Exception[email protected]

Affected Products

ProductVersions
go-jose project go-jose
>= 3.0.0, < 3.0.5
>= 4.0.0, < 4.1.4

CPE

  • cpe:2.3:a:go-jose_project:go-jose:*:*:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

49 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-34986
NVD Published Date:
Apr 6, 2026
NVD Last Modified:
Sep 18, 2026
Source:
[email protected]
CVE-2026-34986 Details - Not Deferred