Theotherphil Imagecli
2 CVEs affecting Theotherphil Imagecli. Latest disclosed: 2026-08-05. Critical: 0, High: 2.
| CVE | Severity | Score | Published | Summary |
|---|---|---|---|---|
CVE-2026-70378 | High | 7.5 | 2026-08-05 | imagecli's `carve <ratio>` pipeline operation (Carve::apply() in src/image_ops.rs) only asserts `ratio <= 1.0`, never validating that the ratio is positive. A… |
CVE-2026-70377 | High | 7.5 | 2026-08-05 | imagecli's `scale <ratio>` pipeline operation (Scale::apply() in src/image_ops.rs) computes output width/height as (dimension as f32 * ratio) as u32 with no up… |