Bug 1780543 (CVE-2019-19624)
| Summary: | CVE-2019-19624 opencv: out-of-bounds read in DIS optflow algorithm when dealing with small images | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | Mauro Matteo Cascella <mcascell> |
| Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | andrew, databases-maint, hhorak, jkucera, jmlich83, jridky, karlthered, kwizart, pkajaba, rakesh.pandit, rtillery, sparks, viktor.vix.jancik |
| Target Milestone: | --- | Keywords: | Security |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | opencv 4.1.1 | Doc Type: | If docs needed, set a value |
| Doc Text: |
An out-of-bounds read vulnerability was discovered in OpenCV. This flaw can be exploited when a small, carefully crafted image is loaded by an application linked to OpenCV. A remote attacker could exploit this flaw, causing a denial of service by causing the application to crash or read sensitive information from memory.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-28 06:38:43 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1780544, 1781277 | ||
| Bug Blocks: | 1780547 | ||
|
Description
Mauro Matteo Cascella
2019-12-06 10:38:44 UTC
Created opencv tracking bugs for this issue: Affects: fedora-all [bug 1780544] References: https://github.com/opencv/opencv/issues/14554 https://github.com/opencv/opencv/pull/14641 Statement: This issue did not affect the versions of OpenCV as shipped with Red Hat Enterprise Linux 6, and 7 as they did not include support for DIS optflow algorithm. This issue affects OpenCV as shipped with Red Hat Enterprise Linux 8. However, the package has been built with C++ standard library hardening (_GLIBCXX_ASSERTIONS) that enables range checks for C++ arrays, vectors, and strings. This leads to an application exit due to an assertion statement and prevents the out-of-bounds read to be exploitable. Upstream fix: https://github.com/opencv/opencv/pull/14641/commits/d1615ba11a93062b1429fce9f0f638d1572d3418 opencv-3.4.10 doesn't look like affected by the issue only 4.1 is (and fedora 32 have 4.2.0). |