CVE Catalog

CVE-2026-71202

HighCVSS 7.5
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.26%

18th percentile - higher than 18% of all known CVEs

Summary

The crop function in the Raster Rust crate clamps crop width/height against source dimensions but only clamps offset_x/offset_y against 0, never against source dimensions, potentially leading to incorrect cropping.

Risk Assessment

This could lead to errors in image processing, potentially causing crashes or unexpected behavior in applications using this library.

Recommendation

Update the Raster crate to a patched version or apply your own validation of offset parameters before calling the crop function.

Related vulnerabilities

Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS