← Back to CVE List

CVE-2019-19624

Published: 2019-12-06T15:15Z
Last Modified: 2024-11-21T04:35Z
Source: MITRE CVE List
License: MITRE-CVE-TOS
An out-of-bounds read was discovered in OpenCV before 4.1.1. Specifically, variable coarsest_scale is assumed to be greater than or equal to finest_scale within the calc()/ocl_calc() functions in dis_flow.cpp. However, this is not true when dealing with small images, leading to an out-of-bounds read of the heap-allocated arrays Ux and Uy. > MITRE Terms of Use apply – see LICENSE‑MITRE.txt