THREATOPS
THREAT OPSThreat News › [NVD] CVE-2026-70378 (HIGH 7.5) — imagecli's pipeline operation (Carve::apply in src/image_ops.rs) only asserts , never validating that the ratio is positive. A negative ratio (e.g. -5) causes the computed target width to saturate to 0 via Rust's defined float-to-uint cast, which is then passed to imageproc::seam

[NVD] CVE-2026-70378 (HIGH 7.5) — imagecli's pipeline operation (Carve::apply in src/image_ops.rs) only asserts , never validating that the ratio is positive. A negative ratio (e.g. -5) causes the computed target width to saturate to 0 via Rust's defined float-to-uint cast, which is then passed to imageproc::seam

mednvdPublished 2026-08-05

CVE-2026-70378 CVSS: 7.5 HIGH Published: 2026-08-05T08:16:41.957

imagecli's pipeline operation (Carve::apply in src/image_ops.rs) only asserts , never validating that the ratio is positive. A negative ratio (e.g. -5) causes the computed target width to saturate to 0 via Rust's defined float-to-uint cast, which is then passed to imageproc::seam_carving::shrink_width — a function that panics when g

Indicators of compromise

Original source: https://nvd.nist.gov/vuln/detail/CVE-2026-70378