AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-71202

HIGH · CVSS 7.5 EPSS 0.26% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-05 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The raster Rust crate's crop() function is vulnerable due to improper validation of offset parameters, which can lead to a capacity-overflow panic when the offsets exceed the source dimensions. This vulnerability can cause a denial-of-service condition by crashing the application when processing specially crafted crop requests. Developers and organizations utilizing the raster crate should prioritize addressing this issue to prevent potential disruptions in their applications.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-71202
Severity
HIGH
CVSS
7.5
EPSS
0.26%

Original NVD Description

The raster Rust crate's crop function (src/editor.rs) clamps the crop width/height against source dimensions but only clamps the offset_x/offset_y parameters against 0, never against the source width/height.