| 제목 | embedded-graphics <= 0.8.1 Buffer Overflow |
|---|
| 설명 | embedded-graphics before 0.8.2 (to be confirmed) contains an integer overflow vulnerability in ImageRaw::draw_sub_image. The bounds check at src/image/image_raw.rs:227-228 uses wrapping arithmetic in Rust release mode. An attacker can craft a Rectangle with a width value causing (top_left.x as u32 + size.width) to overflow and wrap within bounds, bypassing the bounds check entirely. This leads to denial of service via excessive iteration and potential information disclosure through incorrect pixel data access.
|
|---|
| 원천 | ⚠️ https://github.com/embedded-graphics/embedded-graphics/issues/821 |
|---|
| 사용자 | Default01 (UID 100307) |
|---|
| 제출 | 2026. 08. 03. AM 07:43 (1 월 ago) |
|---|
| 모더레이션 | 2026. 09. 12. PM 08:18 (1 month later) |
|---|
| 상태 | 수락 |
|---|
| VulDB 항목 | 403175 [embedded-graphics 까지 0.8.2 src/image/image_raw.rs ImageRaw::draw_sub_image width 메모리 손상] |
|---|
| 포인트들 | 20 |
|---|