First published: Mon Aug 07 2017(Updated: )
OpenCV (Open Source Computer Vision Library) through 3.3 has an out-of-bounds write error in the FillUniColor function in utils.cpp when reading an image file by using cv::imread.
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
OpenCV | <=3.3.0 | |
Debian GNU/Linux | =8.0 | |
Debian GNU/Linux | =9.0 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2017-12604 is considered a critical vulnerability due to its potential for out-of-bounds write errors that can lead to arbitrary code execution.
To fix CVE-2017-12604, upgrade OpenCV to version 3.4 or later where the vulnerability has been patched.
CVE-2017-12604 affects OpenCV versions up to and including 3.3.0.
Yes, CVE-2017-12604 affects both Debian 8.0 and 9.0 when using vulnerable versions of OpenCV.
CVE-2017-12604 impacts the FillUniColor function in utils.cpp when processing image files using cv::imread.