CVE-2026-90593
Received Received - Intake

Integer Overflow in embedded-graphics ImageRaw::draw_sub_image

Vulnerability report for CVE-2026-90593, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-13

Last updated on: 2026-09-13

Assigner: VulDB

Description

A vulnerability was determined in embedded-graphics up to 0.8.2. This affects the function ImageRaw::draw_sub_image of the file src/image/image_raw.rs. Executing a manipulation of the argument width can lead to integer overflow. The attack may be launched remotely. The project was informed of the problem early through an issue report but has not responded yet.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-13
Last Modified
2026-09-13
Generated
2026-09-14
AI Q&A
2026-09-14
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
embedded-graphics embedded-graphics to 0.8.2 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.
CWE-189

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is an integer overflow issue in the embedded-graphics library up to version 0.8.2. It occurs in the ImageRaw::draw_sub_image function due to improper handling of the width argument, which can be manipulated remotely to trigger the overflow.

Impact Analysis

An attacker could exploit this to cause unexpected behavior in applications using the affected library, potentially leading to crashes, data corruption, or other unintended consequences. The remote attack vector increases the risk of exploitation.

Mitigation Strategies

Update embedded-graphics to a version beyond 0.8.2 where the vulnerability is patched. If immediate patching is not possible, restrict network access to systems using this library or monitor for unusual activity related to image processing functions.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-90593. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart