VYPR

raster

by Kosinix

CVEs (1)

  • CVE-2026-71202HigAug 5, 2026
    risk 0.49cvss 7.5epss 0.00

    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.