mirror of
https://github.com/0xMarcio/cve.git
synced 2025-05-30 10:10:35 +00:00
19 lines
1.0 KiB
Markdown
19 lines
1.0 KiB
Markdown
### [CVE-2024-28102](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-28102)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://github.com/latchset/jwcrypto/security/advisories/GHSA-j857-7rvv-vj97
|
|
- https://github.com/latchset/jwcrypto/security/advisories/GHSA-j857-7rvv-vj97
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|