<?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>Roxmltree - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/roxmltree/</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, 17 Sep 2026 16:02:03 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/roxmltree/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>Denial of Service Vulnerability in roxmltree</title><link>https://feed.craftedsignal.io/briefs/2026-09-roxmltree-dos/</link><pubDate>Thu, 17 Sep 2026 16:02:03 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-roxmltree-dos/</guid><description>The roxmltree library is vulnerable to a denial of service attack due to quadratic-time attribute and namespace validation during XML parsing, allowing attackers to cause excessive CPU consumption.</description><content:encoded><![CDATA[<p>The roxmltree library (versions 0.21.1 and earlier) is susceptible to a denial of service vulnerability triggered by inefficient attribute and namespace validation during XML parsing. The implementation lacks sufficient limits on the number of attributes processed for a single XML element, resulting in quadratic-time complexity. An unauthenticated attacker can exploit this by submitting a specially crafted XML payload containing an extremely large number of attributes on a single node. When the application parses this malicious document, the CPU utilization spikes to maximum capacity, rendering the service unresponsive. This vulnerability poses a significant risk to any application that uses roxmltree to process user-supplied XML data without external validation or input size constraints.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in service unavailability via resource exhaustion, specifically targeting the CPU. This impacts any environment utilizing affected versions of the roxmltree library for XML parsing, particularly internet-facing services that accept arbitrary XML input.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade the roxmltree library to a version containing the fix for CVE-2026-92987.</li>
<li>Implement input validation on the application layer to restrict the maximum number of attributes allowed per XML element before passing the data to the parser.</li>
<li>Monitor application logs and system performance metrics for sudden spikes in CPU utilization originating from service processes responsible for handling XML input.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category></item></channel></rss>