GoJOSE JWE Decrypt Panic (DoS) Fixed v4.1.4/3.0.5
CVE-2026-34986 Published on April 6, 2026
Go JOSE affect by a panic in JWE decryption
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.
Vulnerability Analysis
CVE-2026-34986 is exploitable with network access, and does not require authorization privileges or user interaction. This vulnerability is considered to have a low attack complexity. The potential impact of an exploit of this vulnerability is considered to have no impact on confidentiality and integrity, and a high impact on availability.
Weakness Types
Uncaught Exception
An exception is thrown from a function, but it is not caught. When an exception is not caught, it may cause the program to crash or expose sensitive information.
Incorrect Calculation of Buffer Size
The software does not correctly calculate the size to be used when allocating a buffer, which could lead to a buffer overflow.
Products Associated with CVE-2026-34986
Want to know whenever a new CVE is published for Red Hat products? stack.watch will email you.
Affected Versions
go-jose:- Version >= 4.0.0, < 4.1.4 is affected.
- Version < 3.0.5 is affected.
- Version 4.2.0-13 and below * is unaffected.
- Version 7:5.8.2-1.el10_2 and below * is unaffected.
- Version 0:0.144.0-2.el10_2 and below * is unaffected.
- Version 0:165.1-2.el10_2 and below * is unaffected.
- Version 0:52.1-1.el10_2 and below * is unaffected.
- Version 0:1.1.2-1.el10_2 and below * is unaffected.
- Version 2:1.18.1-3.el10_0.1 and below * is unaffected.
- Version 6:5.4.0-15.el10_0.1 and below * is unaffected.
- Version 0:0.144.0-2.el10_0 and below * is unaffected.
- Version 2:1.39.9-1.el10_0 and below * is unaffected.
- Version 0:134.1-9.el10_0 and below * is unaffected.
- Version 8100020260520103055.afee755d and below * is unaffected.
- Version 8100020260701102925.afee755d and below * is unaffected.
- Version 0:101.5-1.el8_10 and below * is unaffected.
- Version 8080020260721142025.63b34585 and below * is unaffected.
- Version 8080020260721142025.63b34585 and below * is unaffected.
- Version 2:1.41.8-3.el9_7 and below * is unaffected.
- Version 2:1.43.1-1.el9_8 and below * is unaffected.
- Version 6:5.8.2-1.el9_8 and below * is unaffected.
- Version 0:0.144.0-2.el9_8 and below * is unaffected.
- Version 0:165.1-2.el9_8 and below * is unaffected.
- Version 0:52.1-1.el9_8 and below * is unaffected.
- Version 2:4.4.1-22.el9_2.11 and below * is unaffected.
- Version 2:1.11.4-0.1.el9_2.6 and below * is unaffected.
- Version 1:1.29.7-1.el9_2.5 and below * is unaffected.
- Version 0:0.144.0-2.el9_4 and below * is unaffected.
- Version 0:101.3-4.el9_4.2 and below * is unaffected.
- Version 2:1.33.15-1.el9_4.1 and below * is unaffected.
- Version 4:4.9.4-20.el9_4.3 and below * is unaffected.
- Version 2:1.14.6-1.el9_4 and below * is unaffected.
- Version 5:5.4.0-20.el9_6.3 and below * is unaffected.
- Version 0:0.144.0-2.el9_6 and below * is unaffected.
- Version 2:1.39.9-1.el9_6 and below * is unaffected.
- Version 2:1.18.1-5.el9_6.1 and below * is unaffected.
- Version 0:132.2-8.el9_6 and below * is unaffected.
- Version 1780101236 and below * is unaffected.
- Version 1780101226 and below * is unaffected.
- Version 1780101239 and below * is unaffected.
- Version 1779953535 and below * is unaffected.
- Version 1781192909 and below * is unaffected.
- Version 1784747816 and below * is unaffected.
- Version 1782412815 and below * is unaffected.
- Version 1782392961 and below * is unaffected.
- Version 1776351169 and below * is unaffected.
- Version 1779135478 and below * is unaffected.
- Version 1784849867 and below * is unaffected.
- Version 1778892370 and below * is unaffected.
- Version 1778507267 and below * is unaffected.
- Version 1782204403 and below * is unaffected.
- Version 1778507253 and below * is unaffected.
- Version 1782204381 and below * is unaffected.
- Version 1778476004 and below * is unaffected.
- Version 1782203505 and below * is unaffected.
- Version 1778476002 and below * is unaffected.
- Version 1777360597 and below * is unaffected.
- Version 1778288655 and below * is unaffected.
- Version 1779910504 and below * is unaffected.
- Version 1778503377 and below * is unaffected.
- Version 1778503196 and below * is unaffected.
- Version 1778503297 and below * is unaffected.
- Version 1778288646 and below * is unaffected.
- Version 1779910129 and below * is unaffected.
- Version 1782158798 and below * is unaffected.
- Version 1778464111 and below * is unaffected.
- Version 1778464072 and below * is unaffected.
- Version 1779212259 and below * is unaffected.
- Version 1778867753 and below * is unaffected.
- Version 1785177359 and below * is unaffected.
- Version 1779770049 and below * is unaffected.
- Version 1779243793 and below * is unaffected.
- Version 1779770057 and below * is unaffected.
- Version 1779245274 and below * is unaffected.
- Version 1780204322 and below * is unaffected.
- Version 1777307791 and below * is unaffected.
- Version 1777307791 and below * is unaffected.
- Version 1776727747 and below * is unaffected.
- Version 1776727747 and below * is unaffected.
- Version 1777307791 and below * is unaffected.
- Version 1777976489 and below * is unaffected.
- Version 1777986630 and below * is unaffected.
- Version 1777986630 and below * is unaffected.
- Version 1777986630 and below * is unaffected.
- Version 1783953372 and below * is unaffected.
- Version 1779579439 and below * is unaffected.
- Version 1780167118 and below * is unaffected.
- Version 1780069381 and below * is unaffected.
- Version 1778696221 and below * is unaffected.
- Version 1778578758 and below * is unaffected.
- Version 1778711679 and below * is unaffected.
- Version 1782185551 and below * is unaffected.
- Version 1778152595 and below * is unaffected.
- Version 1781612340 and below * is unaffected.
- Version 1787008847 and below * is unaffected.
- Version 1779253452 and below * is unaffected.
- Version 1781528081 and below * is unaffected.
- Version 1786759363 and below * is unaffected.
- Version 1786769764 and below * is unaffected.
- Version 1778139790 and below * is unaffected.
- Version 1779775173 and below * is unaffected.
- Version 1779776767 and below * is unaffected.
- Version 1779777382 and below * is unaffected.
- Version 1779778558 and below * is unaffected.
- Version 1779775521 and below * is unaffected.
- Version 1779776141 and below * is unaffected.
- Version 1780992173 and below * is unaffected.
- Version 1780991067 and below * is unaffected.
- Version 1781095245 and below * is unaffected.
- Version 1781196942 and below * is unaffected.
- Version 1785288355 and below * is unaffected.
- Version 1778004922 and below * is unaffected.
- Version 1779258037 and below * is unaffected.
- Version 1779264135 and below * is unaffected.
- Version 1779263963 and below * is unaffected.
- Version 1779256521 and below * is unaffected.
- Version 1779260263 and below * is unaffected.
- Version 1779265022 and below * is unaffected.
- Version 1779775977 and below * is unaffected.
- Version 1780402732 and below * is unaffected.
- Version 1780402633 and below * is unaffected.
- Version 1780984236 and below * is unaffected.
- Version 1781023907 and below * is unaffected.
- Version 1781129269 and below * is unaffected.
- Version 1784343578 and below * is unaffected.
- Version 1786572999 and below * is unaffected.
- Version 1781010151 and below * is unaffected.
- Version 1780943933 and below * is unaffected.
- Version 1782879990 and below * is unaffected.
- Version 1778049594 and below * is unaffected.
- Version 1778049298 and below * is unaffected.
- Version 1778049745 and below * is unaffected.
- Version 1778049753 and below * is unaffected.
- Version 1778050558 and below * is unaffected.
- Version 1778049818 and below * is unaffected.
- Version 1778049878 and below * is unaffected.
- Version 1778049920 and below * is unaffected.
- Version 1778049945 and below * is unaffected.
- Version 1778060364 and below * is unaffected.
- Version 1778050037 and below * is unaffected.
- Version 1778050035 and below * is unaffected.
- Version 1778050048 and below * is unaffected.
- Version 1778050508 and below * is unaffected.
- Version 1778050119 and below * is unaffected.
- Version 1778050290 and below * is unaffected.
- Version 1778059723 and below * is unaffected.
- Version 1778050352 and below * is unaffected.
- Version 1778050482 and below * is unaffected.
- Version 1778045210 and below * is unaffected.
- Version 1783676191 and below * is unaffected.
- Version 1786705347 and below * is unaffected.
- Version 1778044961 and below * is unaffected.
- Version 1783929816 and below * is unaffected.
- Version 1786706101 and below * is unaffected.
- Version 1778045359 and below * is unaffected.
- Version 1784094353 and below * is unaffected.
- Version 1786705558 and below * is unaffected.
- Version 1778045374 and below * is unaffected.
- Version 1784093953 and below * is unaffected.
- Version 1786705646 and below * is unaffected.
- Version 1778045891 and below * is unaffected.
- Version 1784094943 and below * is unaffected.
- Version 1786706138 and below * is unaffected.
- Version 1778045472 and below * is unaffected.
- Version 1783676585 and below * is unaffected.
- Version 1786705741 and below * is unaffected.
- Version 1778045534 and below * is unaffected.
- Version 1783676649 and below * is unaffected.
- Version 1786705777 and below * is unaffected.
- Version 1778045524 and below * is unaffected.
- Version 1783676675 and below * is unaffected.
- Version 1786705802 and below * is unaffected.
- Version 1778045587 and below * is unaffected.
- Version 1784094299 and below * is unaffected.
- Version 1786705938 and below * is unaffected.
- Version 1778046067 and below * is unaffected.
- Version 1784094725 and below * is unaffected.
- Version 1786706577 and below * is unaffected.
- Version 1778045627 and below * is unaffected.
- Version 1783676820 and below * is unaffected.
- Version 1786706125 and below * is unaffected.
- Version 1778045731 and below * is unaffected.
- Version 1783676883 and below * is unaffected.
- Version 1786706177 and below * is unaffected.
- Version 1778045700 and below * is unaffected.
- Version 1783676894 and below * is unaffected.
- Version 1786706188 and below * is unaffected.
- Version 1778046234 and below * is unaffected.
- Version 1784095175 and below * is unaffected.
- Version 1786706679 and below * is unaffected.
- Version 1778045792 and below * is unaffected.
- Version 1783676977 and below * is unaffected.
- Version 1786706357 and below * is unaffected.
- Version 1778045858 and below * is unaffected.
- Version 1784093503 and below * is unaffected.
- Version 1786706612 and below * is unaffected.
- Version 1778045945 and below * is unaffected.
- Version 1783677297 and below * is unaffected.
- Version 1786706644 and below * is unaffected.
- Version 1778045931 and below * is unaffected.
- Version 1783677345 and below * is unaffected.
- Version 1786706659 and below * is unaffected.
- Version 1778046079 and below * is unaffected.
- Version 1783677533 and below * is unaffected.
- Version 1786706880 and below * is unaffected.
- Version 1776079019 and below * is unaffected.
- Version 1783684360 and below * is unaffected.
- Version 1786701839 and below * is unaffected.
- Version 1776706744 and below * is unaffected.
- Version 1783684068 and below * is unaffected.
- Version 1786701555 and below * is unaffected.
- Version 1776707205 and below * is unaffected.
- Version 1784054582 and below * is unaffected.
- Version 1786702052 and below * is unaffected.
- Version 1776707231 and below * is unaffected.
- Version 1784054606 and below * is unaffected.
- Version 1786702559 and below * is unaffected.
- Version 1776707760 and below * is unaffected.
- Version 1784055295 and below * is unaffected.
- Version 1786702713 and below * is unaffected.
- Version 1776707301 and below * is unaffected.
- Version 1783684603 and below * is unaffected.
- Version 1786702264 and below * is unaffected.
- Version 1776079295 and below * is unaffected.
- Version 1783684668 and below * is unaffected.
- Version 1786702448 and below * is unaffected.
- Version 1776707362 and below * is unaffected.
- Version 1783684667 and below * is unaffected.
- Version 1786702276 and below * is unaffected.
- Version 1776707418 and below * is unaffected.
- Version 1784054873 and below * is unaffected.
- Version 1786702440 and below * is unaffected.
- Version 1776707377 and below * is unaffected.
- Version 1783684707 and below * is unaffected.
- Version 1786702315 and below * is unaffected.
- Version 1776707947 and below * is unaffected.
- Version 1784055589 and below * is unaffected.
- Version 1786703071 and below * is unaffected.
- Version 1776707456 and below * is unaffected.
- Version 1783684779 and below * is unaffected.
- Version 1786702563 and below * is unaffected.
- Version 1776707526 and below * is unaffected.
- Version 1783684831 and below * is unaffected.
- Version 1786702636 and below * is unaffected.
- Version 1776707526 and below * is unaffected.
- Version 1783684839 and below * is unaffected.
- Version 1786702623 and below * is unaffected.
- Version 1776707945 and below * is unaffected.
- Version 1784055533 and below * is unaffected.
- Version 1786703137 and below * is unaffected.
- Version 1776707569 and below * is unaffected.
- Version 1784055558 and below * is unaffected.
- Version 1786702716 and below * is unaffected.
- Version 1776707724 and below * is unaffected.
- Version 1784056134 and below * is unaffected.
- Version 1786702872 and below * is unaffected.
- Version 1776707763 and below * is unaffected.
- Version 1783685128 and below * is unaffected.
- Version 1786702949 and below * is unaffected.
- Version 1776707771 and below * is unaffected.
- Version 1783685129 and below * is unaffected.
- Version 1786702917 and below * is unaffected.
- Version 1776079774 and below * is unaffected.
- Version 1783685375 and below * is unaffected.
- Version 1786703143 and below * is unaffected.
- Version 1775822432 and below * is unaffected.
- Version 1783667125 and below * is unaffected.
- Version 1786627460 and below * is unaffected.
- Version 1776403457 and below * is unaffected.
- Version 1783666755 and below * is unaffected.
- Version 1786626399 and below * is unaffected.
- Version 1776403991 and below * is unaffected.
- Version 1784054598 and below * is unaffected.
- Version 1786628235 and below * is unaffected.
- Version 1776404009 and below * is unaffected.
- Version 1784055387 and below * is unaffected.
- Version 1786627106 and below * is unaffected.
- Version 1776404539 and below * is unaffected.
- Version 1784055726 and below * is unaffected.
- Version 1786629761 and below * is unaffected.
- Version 1776404060 and below * is unaffected.
- Version 1783667517 and below * is unaffected.
- Version 1786627559 and below * is unaffected.
- Version 1775822689 and below * is unaffected.
- Version 1783667577 and below * is unaffected.
- Version 1786687918 and below * is unaffected.
- Version 1776404131 and below * is unaffected.
- Version 1783667611 and below * is unaffected.
- Version 1786629478 and below * is unaffected.
- Version 1776406225 and below * is unaffected.
- Version 1784055020 and below * is unaffected.
- Version 1786628142 and below * is unaffected.
- Version 1776406131 and below * is unaffected.
- Version 1783667641 and below * is unaffected.
- Version 1786631508 and below * is unaffected.
- Version 1776406770 and below * is unaffected.
- Version 1784055586 and below * is unaffected.
- Version 1786628053 and below * is unaffected.
- Version 1776406247 and below * is unaffected.
- Version 1783667790 and below * is unaffected.
- Version 1786627382 and below * is unaffected.
- Version 1776406286 and below * is unaffected.
- Version 1783667859 and below * is unaffected.
- Version 1786627430 and below * is unaffected.
- Version 1776406291 and below * is unaffected.
- Version 1783667875 and below * is unaffected.
- Version 1786629076 and below * is unaffected.
- Version 1776406284 and below * is unaffected.
- Version 1783667869 and below * is unaffected.
- Version 1786627469 and below * is unaffected.
- Version 1776406291 and below * is unaffected.
- Version 1783667877 and below * is unaffected.
- Version 1786644072 and below * is unaffected.
- Version 1776406771 and below * is unaffected.
- Version 1784055576 and below * is unaffected.
- Version 1786688215 and below * is unaffected.
- Version 1776406384 and below * is unaffected.
- Version 1784055244 and below * is unaffected.
- Version 1786628340 and below * is unaffected.
- Version 1776406540 and below * is unaffected.
- Version 1784055382 and below * is unaffected.
- Version 1786628623 and below * is unaffected.
- Version 1776406595 and below * is unaffected.
- Version 1783668266 and below * is unaffected.
- Version 1786632256 and below * is unaffected.
- Version 1776406594 and below * is unaffected.
- Version 1783668288 and below * is unaffected.
- Version 1786628935 and below * is unaffected.
- Version 1775823207 and below * is unaffected.
- Version 1783669219 and below * is unaffected.
- Version 1786629548 and below * is unaffected.
- Version 1786627281 and below * is unaffected.
- Version 1786627168 and below * is unaffected.
- Version 1786628067 and below * is unaffected.
- Version 1786628657 and below * is unaffected.
- Version 1786627792 and below * is unaffected.
- Version 1786698066 and below * is unaffected.
- Version 1786627823 and below * is unaffected.
- Version 1786628998 and below * is unaffected.
- Version 1786697443 and below * is unaffected.
- Version 1786628916 and below * is unaffected.
- Version 1786630412 and below * is unaffected.
- Version 1786629773 and below * is unaffected.
- Version 1786630739 and below * is unaffected.
- Version 1786628303 and below * is unaffected.
- Version 1786629324 and below * is unaffected.
- Version 1786628605 and below * is unaffected.
- Version 1786631438 and below * is unaffected.
- Version 1786697305 and below * is unaffected.
- Version 1786644678 and below * is unaffected.
- Version 1786634168 and below * is unaffected.
- Version 1786633448 and below * is unaffected.
- Version 1786634233 and below * is unaffected.
- Version 1786633986 and below * is unaffected.
- Version 1786633677 and below * is unaffected.
- Version 1786644362 and below * is unaffected.
- Version 1782932114 and below * is unaffected.
- Version 1782931768 and below * is unaffected.
- Version 1782932104 and below * is unaffected.
- Version 1783536000 and below * is unaffected.
- Version 1783535989 and below * is unaffected.
- Version 1783536515 and below * is unaffected.
- Version 1782932521 and below * is unaffected.
- Version 1783018461 and below * is unaffected.
- Version 1783018421 and below * is unaffected.
- Version 1782932812 and below * is unaffected.
- Version 1783537001 and below * is unaffected.
- Version 1782932919 and below * is unaffected.
- Version 1783537586 and below * is unaffected.
- Version 1782932969 and below * is unaffected.
- Version 1782933015 and below * is unaffected.
- Version 1782933042 and below * is unaffected.
- Version 1783537392 and below * is unaffected.
- Version 1782933235 and below * is unaffected.
- Version 1782933251 and below * is unaffected.
- Version 1783537955 and below * is unaffected.
- Version 1782933417 and below * is unaffected.
- Version 1783537742 and below * is unaffected.
- Version 1782933602 and below * is unaffected.
- Version 1783019377 and below * is unaffected.
- Version 1782934054 and below * is unaffected.
- Version 1782934036 and below * is unaffected.
- Version 1782934284 and below * is unaffected.
- Version 1776718585 and below * is unaffected.
- Version 1782987430 and below * is unaffected.
- Version 1776435643 and below * is unaffected.
- Version 1776435613 and below * is unaffected.
- Version 1776435680 and below * is unaffected.
- Version 1776185379 and below * is unaffected.
- Version 1779116359 and below * is unaffected.
- Version 1779865001 and below * is unaffected.
- Version 1780044955 and below * is unaffected.
- Version cli-1.21.1 and below * is unaffected.
- Version 1777374598 and below * is unaffected.
- Version 1777319850 and below * is unaffected.
- Version 1776151270 and below * is unaffected.
- Version 1776238635 and below * is unaffected.
- Version 1776256858 and below * is unaffected.
- Version 1776149682 and below * is unaffected.
- Version 1776178280 and below * is unaffected.
- Version 1776178059 and below * is unaffected.
- Version 1776151277 and below * is unaffected.
- Version 1776736910 and below * is unaffected.
- Version 1779822261 and below * is unaffected.
- Version 1776752646 and below * is unaffected.
- Version 1779811412 and below * is unaffected.
- Version 1779689392 and below * is unaffected.
- Version 1780891395 and below * is unaffected.
- Version 1779204086 and below * is unaffected.
- Version 1779922205 and below * is unaffected.
- Version 1784987273 and below * is unaffected.
- Version 1776782369 and below * is unaffected.
- Version 1779811473 and below * is unaffected.
- Version 1776339099 and below * is unaffected.
- Version 1776329867 and below * is unaffected.
- Version 1780386299 and below * is unaffected.
- Version 1780053572 and below * is unaffected.
- Version 1780046753 and below * is unaffected.
- Version 1780046765 and below * is unaffected.
- Version 1780049214 and below * is unaffected.
- Version 1780049214 and below * is unaffected.
- Version 1780051354 and below * is unaffected.
- Version 1780053572 and below * is unaffected.
- Version 1780053572 and below * is unaffected.
- Version 1780053572 and below * is unaffected.
- Version 1780051354 and below * is unaffected.
- Version 1780052587 and below * is unaffected.
- Version 1780049214 and below * is unaffected.
- Version 1780053572 and below * is unaffected.
Exploit Probability
EPSS (Exploit Prediction Scoring System) scores estimate the probability that a vulnerability will be exploited in the wild within the next 30 days. The percentile shows you how this score compares to all other vulnerabilities.