Inadequate file size control In python-jwcrypto
Description
JWCrypto implements JWK, JWS, and JWE specifications using python-cryptography. Prior to version 1.5.6, an attacker can cause a denial of service attack by passing in a malicious JWE Token with a high compression ratio. When the server processes this token, it will consume a lot of memory and processing time. Version 1.5.6 fixes this vulnerability by limiting the maximum token length.
Mitigation
Update Impact
Minimal update. May introduce new vulnerabilities or breaking changes.
Ecosystem | Component | Affected version | Patched versions |
|---|---|---|---|
debian 13 | 1.5.6-1 | ||
debian 14 | 1.5.6-1 | ||
debian 12 | 1.1.0-1+deb12u1 | ||
pypi | 1.5.6 | ||
rpm rhel7 | - | - | |
rpm rhel9 | 0:0.8-5.el9_4 |
Aliases
1. 2. 3. 4. 5. 6. 7. 8.
References
1. 2. 3.