You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Deepin Integration]~[v25-Release] fix(golang-github-go-jose-go-jose): CVE-2025-27144, CVE-2026-34986 by deepin-ci-robot@deepin-community/golang-github-go-jose-go-jose by deepin-community-ci-bot[bot] #13307
fix(CVE-2026-34986): prevent panic on KeyUnwrap of empty encrypted
key Decrypting a JWE object could panic if the alg field indicates
a key wrapping algorithm and the encrypted_key field is empty. Add
length validation in cipher.KeyUnwrap and empty key checks in
decryptKey.
Package information | 软件包信息
Package repository address | 软件包仓库地址
Changelog | 更新信息
golang-github-go-jose-go-jose (4.0.4-1deepin2) unstable; urgency=medium
key Decrypting a JWE object could panic if the alg field indicates
a key wrapping algorithm and the encrypted_key field is empty. Add
length validation in cipher.KeyUnwrap and empty key checks in
decryptKey.