← Zurück zur CVE-Suche

CVE-2026-70378

Beschreibung

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.

CVSS 7.5EPSS 0.27799999999999997%Risiko 0.77
Quelle öffnen
Veröffentlicht
2026-08-05 08:16:41
Zuletzt geändert
2026-08-10 12:17:23
Vektor
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H