CVE Catalog

CVE-2026-61814

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Summary

Jawn is an open source JSON parser. Prior to 1.7.0, Jawn's AsyncParser can perform quadratic work when a single JSON token is delivered across many small chunks because each absorb call rescans the incomplete token from the start. A remote attacker who controls untrusted JSON input and its chunk sizes can exhaust CPU resources and cause denial of service in applications using AsyncParser. This issue is fixed in version 1.7.0.

Risk Assessment

Applications using AsyncParser can become unavailable due to CPU exhaustion by a remote attacker sending appropriately chunked JSON input.

Recommendation

Update the Jawn library to version 1.7.0 or later. Consider limiting the size and number of chunks fed to the parser.

Other vulnerabilities in Jawn

See all
Original NVD description (English source)

Jawn is an open source JSON parser. Prior to 1.7.0, Jawn's AsyncParser can perform quadratic work when a single JSON token is delivered across many small chunks because each absorb call rescans the incomplete token from the start. A remote attacker who controls untrusted JSON input and its chunk sizes can exhaust CPU resources and cause denial of service in applications using AsyncParser. This issue is fixed in version 1.7.0.

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