High severity7.5OSV Advisory· Published Aug 5, 2026· Updated Aug 28, 2026
CVE-2026-70378
CVE-2026-70378
Description
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 given a width below 2, crashing the process.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected products
2v0.2.1, v0.2.0, v0.1.0+ 1 more
- (no CPE)range: v0.2.1, v0.2.0, v0.1.0
- (no CPE)
Patches
Vulnerability mechanics
References
1News mentions
0No linked articles in our index yet.