<?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>Cpe:2.3:a:redhat:resteasy:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aredhatresteasy/</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>Fri, 18 Sep 2026 12:04:53 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aredhatresteasy/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>CVE-2026-89059: Denial of Service in RESTEasy IIOImageProvider</title><link>https://feed.craftedsignal.io/briefs/2026-09-resteasy-dos/</link><pubDate>Fri, 18 Sep 2026 12:04:53 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-resteasy-dos/</guid><description>An unauthenticated remote attacker can trigger a denial of service in Red Hat RESTEasy by submitting a crafted image that causes excessive memory allocation within the JVM via the IIOImageProvider component.</description><content:encoded><![CDATA[<p>CVE-2026-89059 describes a critical vulnerability in the IIOImageProvider component of the Red Hat RESTEasy framework. The flaw stems from the application's failure to validate image dimensions and pixel counts declared within image request bodies. A remote, unauthenticated attacker can exploit this by crafting a small-sized image file that specifies extraordinarily large dimensions in its metadata. When the IIOImageProvider processes this request, it attempts to allocate memory proportional to the declared (rather than actual) size. This behavior forces the Java Virtual Machine (JVM) to perform excessive heap allocation, leading to memory exhaustion and a full application denial of service (DoS). This vulnerability is particularly dangerous in environments where RESTEasy handles public-facing image processing workflows. Defenders should prioritize auditing traffic patterns to image processing endpoints and implementing input validation constraints on image metadata.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in a persistent denial of service of the affected application. Because the attack requires only a single crafted request to trigger the memory exhaustion event, it poses a significant risk to the availability of systems relying on RESTEasy for image handling, particularly in high-traffic or resource-constrained environments.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Monitor web server logs for suspicious requests directed at endpoints utilizing the IIOImageProvider class.</li>
<li>Implement strict input validation on all image-related request bodies to enforce limits on declared pixel dimensions and file metadata.</li>
<li>Evaluate the application heap memory configuration and monitor JVM memory usage patterns to detect anomalous spikes associated with image processing tasks.</li>
<li>Review Red Hat security advisories for the official patched version of RESTEasy and apply updates immediately.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category><category>denial-of-service</category><category>java</category><category>resteasy</category></item></channel></rss>