CVE-2026-71202

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.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-05 08:16

Updated : 2026-08-28 18:51


NVD link : CVE-2026-71202

Mitre link : CVE-2026-71202

CVE.ORG link : CVE-2026-71202


JSON object : View

Products Affected

No product.

CWE
CWE-191

Integer Underflow (Wrap or Wraparound)