<?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:embedded-Graphics:embedded-Graphics:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aembedded-graphicsembedded-graphics/</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>Sun, 13 Sep 2026 21:27:06 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aembedded-graphicsembedded-graphics/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>Integer Overflow in embedded-graphics Library</title><link>https://feed.craftedsignal.io/briefs/2026-09-13-embedded-graphics-integer-overflow/</link><pubDate>Sun, 13 Sep 2026 21:27:06 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-09-13-embedded-graphics-integer-overflow/</guid><description>An integer overflow vulnerability in the embedded-graphics library (up to version 0.8.2) allows remote attackers to trigger memory corruption via a manipulated width argument in ImageRaw::draw_sub_image.</description><content:encoded><![CDATA[<p>The embedded-graphics library, widely used in Rust-based embedded systems development, contains an integer overflow vulnerability in the ImageRaw::draw_sub_image function located in src/image/image_raw.rs. This vulnerability affects all versions up to 0.8.2. An attacker can exploit this flaw by providing a specially crafted width argument during the drawing process. This manipulation triggers an integer overflow, which can lead to memory corruption or undefined behavior within the device's memory space. Because this library is commonly used in low-level firmware and embedded display drivers, the scope of impact includes potential crashes or remote code execution depending on the specific integration within the target hardware. As of the report date, the project maintainers have not issued a patch or response to the reported vulnerability.</p>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of this vulnerability in embedded environments can lead to denial-of-service conditions through device crashes or arbitrary code execution. Given the library's role in rendering image data, devices handling untrusted or remote image inputs are at the highest risk of exploitation.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Perform an inventory of embedded firmware builds to identify projects utilizing embedded-graphics versions 0.8.2 or older.</li>
<li>Monitor the official embedded-graphics repository for upcoming security advisories or patch releases addressing CVE-2026-90593.</li>
<li>If a patch is unavailable, implement input validation logic to sanitize the width argument before it is passed to the ImageRaw::draw_sub_image function to prevent integer overflow conditions.</li>
<li>Restrict the ability of external or untrusted sources to influence rendering parameters in embedded display applications.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>memory-corruption</category></item></channel></rss>