← Back to CVE List

CVE-2022-21653

Published: 2022-01-05T21:15Z
Last Modified: 2024-11-21T06:45Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
Jawn is an open source JSON parser. Extenders of the `org.typelevel.jawn.SimpleFacade` and `org.typelevel.jawn.MutableFacade` who don't override `objectContext()` are vulnerable to a hash collision attack which may result in a denial of service. Most applications do not implement these traits directly, but inherit from a library. `jawn-parser-1.3.1` fixes this issue and users are advised to upgrade. For users unable to upgrade override `objectContext()` to use a collision-safe collection. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt