CVE-2026-34986

EUVD-2026-19363
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.
ProviderTypeBase ScoreAtk. VectorAtk. ComplexityPriv. RequiredVector
NISTPrimary
7.5 HIGH
NETWORK
LOW
NONE
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Base Score
CVSS 3.x
EPSS Score
Percentile: 6%
Affected Products (NVD)
VendorProductVersion
go-jose_projectgo-jose
3.0.0 ≤
𝑥
< 3.0.5
go-jose_projectgo-jose
4.0.0 ≤
𝑥
< 4.1.4
𝑥
= Vulnerable software versions
openSUSE logo
openSUSE / SLES Releases
openSUSE Product
Release
google-cloud-sap-agent
suse enterprise sap 15 SP4
3.12-150100.3.66.1
fixed
suse enterprise sap 15 SP5
3.12-150100.3.66.1
fixed
suse enterprise sap 15 SP7
3.12-150100.3.66.1
fixed
suse enterprise server 15 SP4
3.12-150100.3.66.1
fixed
suse enterprise server 15 SP5
3.12-150100.3.66.1
fixed
suse enterprise server 15 SP7
3.12-150100.3.66.1
fixed
Red Hat logo
Red Hat Enterprise Linux Releases
Red Hat Product
Release
buildah
RHEL 9
2:1.43.1-1.el9_8
fixed
buildah-tests
RHEL 9
2:1.43.1-1.el9_8
fixed
opentelemetry-collector
RHEL 9
0:0.144.0-2.el9_8
fixed
podman
RHEL 9
6:5.8.2-1.el9_8
fixed
podman-docker
RHEL 9
6:5.8.2-1.el9_8
fixed
podman-plugins
RHEL 9
6:5.8.2-1.el9_8
fixed
podman-remote
RHEL 9
6:5.8.2-1.el9_8
fixed
podman-tests
RHEL 9
6:5.8.2-1.el9_8
fixed