CVE-2026-70377

imagecli's pipeline operation (Scale::apply in src/image_ops.rs) computes output width/height as (dimension as f32 * ratio) as u32 with no upper-bound validation on the CLI-supplied ratio, which is parsed via nom::number::complete::float with no range check. Any application embedding imagecli as a library and accepting user-controlled pipeline strings is remotely crashable with a single request.
Configurations

No configuration.

History

No history.

Information

Published : 2026-08-05 08:16

Updated : 2026-08-28 18:51


NVD link : CVE-2026-70377

Mitre link : CVE-2026-70377

CVE.ORG link : CVE-2026-70377


JSON object : View

Products Affected

No product.

CWE
CWE-789

Memory Allocation with Excessive Size Value