Skip to content

Version 4.0.1

Compare
Choose a tag to compare
@jsha jsha released this 07 Mar 19:47
· 8 commits to main since this release
f4c051a

Fixed

  • An attacker could send a JWE containing compressed data that used large
    amounts of memory and CPU when decompressed by Decrypt or DecryptMulti.
    Those functions now return an error if the decompressed data would exceed
    250kB or 10x the compressed size (whichever is larger). Thanks to
    Enze Wang@Alioth and Jianjun Chen@Zhongguancun Lab (@zer0yu and @chenjj)
    for reporting.