4 matches found
CVE-2017-1000450
In opencv/modules/imgcodecs/src/utils.cpp, functions FillUniColor and FillUniGray do not check the input length, which can lead to integer overflow. If the image is from remote, may lead to remote code execution or denial of service. This affects Opencv 3.3 and earlier...
Opencv Integer Overflow Vulnerability
Opencv is an open source, cross-platform, lightweight computer vision library. The 'FillUniColor' and 'FillUniGray' functions in the opencv/modules/imgcodecs/src/utils.cpp file in Opencv 3.3 and earlier have an integer overflow vulnerability that stems from the program failing to detect the lengt...
Denial Of Service (DoS)
OpenCV is vulnerable to denial of service DoS attacks. These attacks are possible because the FillUniColor function and the FillUniGray function don't check for the length of the input, causing an integer overflow...
Integer overflow
In opencv/modules/imgcodecs/src/utils.cpp, functions FillUniColor and FillUniGray do not check the input length, which can lead to integer overflow. If the image is from remote, may lead to remote code execution or denial of service. This affects Opencv 3.3 and earlier...