CVE Catalog

CVE-2026-59990

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Summary

Jawn is an open source JSON parser. Prior to 1.7.0, Jawn parse methods accept arbitrarily deep JSON array and object nesting without a depth limit, allowing a remote attacker who can submit untrusted JSON to grow parser contexts until the JVM heap is exhausted. The resulting java.lang.OutOfMemoryError is a fatal Scala error that is not ordinarily handled by scala.util.Try or cats.effect.IO, causing denial of service. This issue is fixed in version 1.7.0.

Risk Assessment

Applications using Jawn can crash or become unavailable due to a memory exhaustion DoS attack, with no way to catch the error.

Recommendation

Update Jawn to version 1.7.0 or later. Enforce nesting depth limits on processed JSON data.

Other vulnerabilities in Jawn

See all
Original NVD description (English source)

Jawn is an open source JSON parser. Prior to 1.7.0, Jawn parse methods accept arbitrarily deep JSON array and object nesting without a depth limit, allowing a remote attacker who can submit untrusted JSON to grow parser contexts until the JVM heap is exhausted. The resulting java.lang.OutOfMemoryError is a fatal Scala error that is not ordinarily handled by scala.util.Try or cats.effect.IO, causing denial of service. This issue is fixed in version 1.7.0.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS