Vulnerability in Theotherphil Imagecli

CVE-2026-70378

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.

EPSS: 0.003 (20.5th percentile) — read the EPSS interpretation.

CVSS v3 metric

CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.

Affected products

Weakness classification (CWE)

References

Frequently asked questions

What is CVE-2026-70378?
CVE-2026-70378 is a high-severity vulnerability in Theotherphil Imagecli, classified under Improper Validation of Specified Quantity in Input. CVSS score: 7.5/10. Published 2026-08-05.
How severe is CVE-2026-70378?
High severity. CVSS v3 base score is 7.5 out of 10.