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.
CVE-2026-34986
This high-severity CVE scores 7.5 under NVD CVSS v3. EPSS exploit probability: 0.0%, top 89% of all CVEs by exploit prediction. GitHub Security Advisory data not yet ingested — confidence will rise once GHSA publishes (typical lag: hours to days for open-source ecosystem CVEs; never for infrastructure-only CVEs).
- High severity, but no confirmed exploitation yet
A fix is available — apply it.
- CVSS v3
- 7.5
- EG Score
- 7.5(medium)
- EPSS
- 46.9%
- KEV
- Not listed
Published
April 6, 2026
Last Modified
July 10, 2026
Advisory Details (2)
Auto-updated May 4, 2026jose package - github.com/go-jose/go-jose/v4 - Go Packages
https://pkg.go.dev/github.com/go-jose/go-jose/v4#pkg-constantsPanic in JWE decryption · Advisory · go-jose/go-jose · GitHub
https://github.com/go-jose/go-jose/security/advisories/GHSA-78h2-9frx-2jm8Vendor Advisories for CVE-2026-34986(20)
These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.
- RHSA-2026:37387Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat OpenShift Data Foundation 4.22.0 security, enhancement & bug fix update
- RHSA-2026:34099Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.17.55 bug fix and security update
- RHSA-2026:36820Red Hat Product SecurityHigh
Red Hat Security Advisory: Red Hat OpenShift Dev Spaces 3.29.0 Release.
- RHSA-2026:34794Red Hat Product SecurityHigh
Red Hat Security Advisory: OpenShift Container Platform 4.22.4 bug fix and security update
- RHSA-2026:35833Red Hat Product SecurityHigh
Red Hat Security Advisory: container-tools:rhel8 security update
- RHSA-2026:34364Red Hat Product SecurityHigh
Red Hat Security Advisory: Logging for Red Hat OpenShift - 6.4.6
- RHSA-2026:34196Red Hat Product SecurityHigh
Red Hat Security Advisory: podman security update
- RHSA-2026:34197Red Hat Product SecurityHigh
Red Hat Security Advisory: skopeo security update
- +12 more
Patch Availability(30)
Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.
Affected Packages
(3 across 1 ecosystem)
Go(3)
| Package | Vulnerable range | Fixed in | Dependents |
|---|---|---|---|
| github.com/go-jose/go-jose | — | — | — |
| github.com/go-jose/go-jose/v3 | — | 3.0.5 | — |
| github.com/go-jose/go-jose/v4 | — | 4.1.4 | — |
Weakness Classification(2)
MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.
All Vendor Advisories
(25)
Every vendor that published an advisory referencing this CVE — pulled from our cve_vendor_advisories aggregation. Click any row for the vendor's original advisory page.
- Red HatRHSA-2026:10125IMPORTANT2026-04-06
RHSA-2026:10125 — Important
- Red HatRHSA-2026:10130IMPORTANT2026-04-06
RHSA-2026:10130 — Important
- Red HatRHSA-2026:10135IMPORTANT2026-04-06
RHSA-2026:10135 — Important
- Red HatRHSA-2026:10175IMPORTANT2026-04-06
RHSA-2026:10175 — Important
- Red HatRHSA-2026:11070IMPORTANT2026-04-06
RHSA-2026:11070 — Important
- Red HatRHSA-2026:11217IMPORTANT2026-04-06
RHSA-2026:11217 — Important
- Red HatRHSA-2026:11512IMPORTANT2026-04-06
RHSA-2026:11512 — Important
- Red HatRHSA-2026:11688IMPORTANT2026-04-06
RHSA-2026:11688 — Important
- Red HatRHSA-2026:11856IMPORTANT2026-04-06
RHSA-2026:11856 — Important
- Red HatRHSA-2026:11916IMPORTANT2026-04-06
RHSA-2026:11916 — Important
- Red HatRHSA-2026:11996IMPORTANT2026-04-06
RHSA-2026:11996 — Important
- Red HatRHSA-2026:12116IMPORTANT2026-04-06
RHSA-2026:12116 — Important
- Red HatRHSA-2026:12277IMPORTANT2026-04-06
RHSA-2026:12277 — Important
- Red HatRHSA-2026:12279IMPORTANT2026-04-06
RHSA-2026:12279 — Important
- Red HatRHSA-2026:13791IMPORTANT2026-04-06
RHSA-2026:13791 — Important
- Red HatRHSA-2026:13829IMPORTANT2026-04-06
RHSA-2026:13829 — Important
- Red HatRHSA-2026:16696IMPORTANT2026-04-06
RHSA-2026:16696 — Important
- Red HatRHSA-2026:17040IMPORTANT2026-04-06
RHSA-2026:17040 — Important
- Red HatRHSA-2026:17121IMPORTANT2026-04-06
RHSA-2026:17121 — Important
- Red HatRHSA-2026:17123IMPORTANT2026-04-06
RHSA-2026:17123 — Important
- Red HatRHSA-2026:17287IMPORTANT2026-04-06
RHSA-2026:17287 — Important
- Red HatRHSA-2026:17448IMPORTANT2026-04-06
RHSA-2026:17448 — Important
- Red HatRHSA-2026:17458IMPORTANT2026-04-06
RHSA-2026:17458 — Important
- Red HatRHSA-2026:17459IMPORTANT2026-04-06
RHSA-2026:17459 — Important
- Red HatRHSA-2026:17468IMPORTANT2026-04-06
RHSA-2026:17468 — Important
Data Freshness Timeline
(refreshed 8× in last 7d / 39× in last 30d)
Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.
- 2026-07-11 08:27 UTCEPSS rescore
- 2026-07-09 19:10 UTCEPSS rescore
- 2026-07-08 15:15 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 16:27 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-06 02:23 UTCEPSS rescore
- 2026-07-05 02:30 UTCEPSS rescore
- 2026-07-04 06:31 UTCEPSS rescore
- 2026-07-01 15:06 UTCEPSS rescore
- 2026-06-30 23:22 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-29 14:06 UTCEPSS rescore
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 14:07 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-28 04:56 UTCEPSS rescore
- 2026-06-27 03:08 UTCEPSS rescore
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-25 13:49 UTCEPSS rescore
- 2026-06-24 14:05 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-23 21:33 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
- 2026-06-22 14:25 UTCEPSS rescore
Show 71 moreShow fewer
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 14:56 UTCEPSS rescore
- 2026-06-21 01:59 UTCEPSS rescore
- 2026-06-19 19:25 UTCEPSS rescore
- 2026-06-19 19:25 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-18 17:52 UTCEPSS rescore
- 2026-06-17 17:53 UTCEPSS rescore
- 2026-06-16 17:52 UTCEPSS rescore
- 2026-06-15 17:49 UTCEPSS rescore
- 2026-06-14 23:18 UTCEPSS rescore
- 2026-06-13 23:00 UTCEPSS rescore
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-06-12 23:12 UTCEPSS rescore
- 2026-06-11 21:36 UTCEG score recompute
- 2026-06-11 21:36 UTCVendor advisory
- 2026-06-11 14:00 UTCEPSS rescore
- 2026-06-10 22:18 UTCEPSS rescore
- 2026-06-10 14:35 UTCEG score recompute
- 2026-06-10 14:35 UTCVendor advisory
- 2026-06-10 13:22 UTCEPSS rescore
- 2026-06-10 02:21 UTCEG score recompute
- 2026-06-10 02:21 UTCVendor advisory
- 2026-06-09 14:06 UTCEG score recompute
- 2026-06-09 14:06 UTCVendor advisory
- 2026-06-08 14:17 UTCEPSS rescore
- 2026-06-08 14:17 UTCEPSS rescore
- 2026-06-08 11:24 UTCEG score recompute
- 2026-06-08 11:24 UTCVendor advisory
- 2026-06-07 22:44 UTCEG score recompute
- 2026-06-07 22:44 UTCVendor advisory
- 2026-06-07 15:25 UTCEPSS rescore
- 2026-06-07 15:25 UTCEPSS rescore
- 2026-06-07 15:25 UTCEPSS rescore
- 2026-06-07 10:29 UTCEG score recompute
- 2026-06-07 10:29 UTCVendor advisory
- 2026-06-06 13:47 UTCEPSS rescore
- 2026-06-06 13:47 UTCEPSS rescore
- 2026-06-05 22:47 UTCEPSS rescore
- 2026-06-05 22:47 UTCEPSS rescore
- 2026-06-05 06:10 UTCEPSS rescore
- 2026-06-05 06:10 UTCEPSS rescore
- 2026-06-04 13:12 UTCEPSS rescore
- 2026-06-04 13:12 UTCEPSS rescore
- 2026-06-02 20:13 UTCEPSS rescore
- 2026-06-01 13:52 UTCEPSS rescore
- 2026-06-01 13:52 UTCEPSS rescore
- 2026-06-01 13:51 UTCEPSS rescore
- 2026-05-31 22:30 UTCEPSS rescore
- 2026-05-31 22:30 UTCEPSS rescore
- 2026-05-31 00:16 UTCEPSS rescore
- 2026-05-31 00:16 UTCEPSS rescore
- 2026-05-31 00:16 UTCEPSS rescore
- 2026-05-29 13:44 UTCEPSS rescore
- 2026-05-29 13:44 UTCEPSS rescore
- 2026-05-28 13:44 UTCEPSS rescore
- 2026-05-28 13:44 UTCEPSS rescore
- 2026-05-28 13:44 UTCEPSS rescore
- 2026-05-27 13:40 UTCEPSS rescore
- 2026-05-27 13:40 UTCEPSS rescore
- 2026-05-27 13:40 UTCEPSS rescore
- 2026-05-26 13:44 UTCEPSS rescore
- 2026-05-26 07:18 UTCEPSS rescore
- 2026-05-26 07:18 UTCEPSS rescore
- 2026-05-23 00:08 UTCEG score recompute
- 2026-05-20 22:38 UTCEPSS rescore
- 2026-05-20 22:38 UTCEPSS rescore
- 2026-05-20 18:54 UTCEG score recompute
- 2026-05-20 18:54 UTCVendor advisory
- 2026-05-20 11:22 UTCEPSS rescore
- 2026-05-20 11:22 UTCEPSS rescore
Related CVEs(same vendor + same CWE)
Same vendor
10 shownredhat
Same CWE
10 shownCWE-131 · CWE-248
- CVE-2021-38435NVD 6.6EG 9.8MEDIUM
- CVE-2021-38423NVD 6.6EG 9.8MEDIUM
- CVE-2021-0254EG 9.8CRITICAL
- CVE-2021-27378EG 9.8CRITICAL
- CVE-2020-15350EG 9.8CRITICAL
- CVE-2019-10500EG 9.8CRITICAL
- CVE-2019-10627EG 9.8CRITICAL
- CVE-2018-11466EG 9.8CRITICAL
- CVE-2018-14618NVD 7.5EG 9.8EPSS 95%HIGH
- CVE-2004-1363EG 9.8EPSS 95%CRITICAL
Frequently asked(5)
What is CVE-2026-34986?
When was CVE-2026-34986 disclosed?
Is CVE-2026-34986 actively exploited?
What is the CVSS score of CVE-2026-34986?
How do I remediate CVE-2026-34986?
Dependency Blast Radius
See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-34986
Is Your Infrastructure Affected by CVE-2026-34986?
EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.