<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>Jawn-Parser (&lt;= 1.6.0) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/jawn-parser--1.6.0/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 24 Sep 2026 01:57:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/jawn-parser--1.6.0/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Jawn AsyncParser Denial of Service via Quadratic Parsing Complexity</title><link>https://feed.craftedsignal.io/briefs/2026-09-jawn-parser-dos/</link><pubDate>Thu, 24 Sep 2026 01:57:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-jawn-parser-dos/</guid><description>The jawn-parser library is vulnerable to a denial-of-service condition where fragmented input triggers quadratic parsing effort, leading to CPU exhaustion.</description><content:encoded><![CDATA[<p>The jawn-parser library contains a vulnerability (CVE-2026-61814) in its <code>AsyncParser</code> component that allows for a denial-of-service (DoS) attack through CPU exhaustion. When the parser processes JSON tokens delivered in small, fragmented chunks, it performs redundant rescanning of the incomplete token during each <code>absorb</code> call. This quadratic complexity (O(n^2)) on the input length allows an attacker who can influence the size and delivery frequency of JSON chunks to force the application to consume excessive CPU resources. This affects users of <code>jawn-parser</code> versions 1.6.0 and earlier across Scala versions 2.12, 2.13, and 3. Defenders should prioritize upgrading to version 1.7.0 or switching to the synchronous <code>Parser</code> implementation if an immediate upgrade is not feasible.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in high CPU utilization, which can lead to service degradation or complete denial of service for applications processing untrusted JSON streams. This vulnerability impacts systems utilizing <code>jawn-parser</code> for high-throughput or internet-facing data ingestion where attackers can control the byte-level fragmentation of incoming JSON payloads.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade <code>jawn-parser</code> to version 1.7.0 or later to include the fix for CVE-2026-61814.</li>
<li>For systems unable to upgrade, implement input buffering to ensure large chunks are provided to the <code>absorb</code> method, mitigating the repeated rescanning overhead.</li>
<li>Migrate to the synchronous <code>Parser</code> class for sensitive ingestion points where fragmentation control cannot be guaranteed.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>denial-of-service</category><category>library-vulnerability</category><category>jvm</category></item></channel></rss>