The validateInputImageSize function in modules/imgcodecs/src/loadsave.cpp in OpenCV 3.4.1 allows remote attackers to cause a denial of service (assertion failure) because (pixels <= (1«30)) may be false. Note: “OpenCV CV_Assert is not an assertion (C-like assert()), it is regular C++ exception which can raised in case of invalid or non-supported parameters.
The product contains an assert() or similar statement that can be triggered by an attacker, which leads to an application exit or other behavior that is more severe than necessary.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Opencv | Opencv | 3.4.1 (including) | 3.4.1 (including) |
Opencv | Ubuntu | artful | * |
Opencv | Ubuntu | bionic | * |
Opencv | Ubuntu | cosmic | * |
Opencv | Ubuntu | devel | * |
Opencv | Ubuntu | disco | * |
Opencv | Ubuntu | esm-apps/bionic | * |
Opencv | Ubuntu | esm-apps/xenial | * |
Opencv | Ubuntu | esm-infra-legacy/trusty | * |
Opencv | Ubuntu | trusty | * |
Opencv | Ubuntu | trusty/esm | * |
Opencv | Ubuntu | upstream | * |
Opencv | Ubuntu | xenial | * |
While assertion is good for catching logic errors and reducing the chances of reaching more serious vulnerability conditions, it can still lead to a denial of service. For example, if a server handles multiple simultaneous connections, and an assert() occurs in one single connection that causes all other connections to be dropped, this is a reachable assertion that leads to a denial of service.