ghsa-jggw-2q6g-c3m6
Vulnerability from github
Published
2021-10-12 22:22
Modified
2021-10-06 18:06
Severity ?
Summary
Out-of-bounds Read in OpenCV
Details
An out-of-bounds read was discovered in OpenCV before 4.1.1 (OpenCV-Python before 4.1.0.25). 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.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 4.1.0.24" }, "package": { "ecosystem": "PyPI", "name": "opencv-python" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.1.0.25" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 4.1.0.24" }, "package": { "ecosystem": "PyPI", "name": "opencv-python-headless" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.1.0.25" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 4.1.0.24" }, "package": { "ecosystem": "PyPI", "name": "opencv-contrib-python" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.1.0.25" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 4.1.0.24" }, "package": { "ecosystem": "PyPI", "name": "opencv-contrib-python-headless" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "4.1.0.25" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2019-19624" ], "database_specific": { "cwe_ids": [ "CWE-125" ], "github_reviewed": true, "github_reviewed_at": "2021-10-06T18:06:55Z", "nvd_published_at": "2019-12-06T15:15:00Z", "severity": "MODERATE" }, "details": "An out-of-bounds read was discovered in OpenCV before 4.1.1 (OpenCV-Python before 4.1.0.25). 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.", "id": "GHSA-jggw-2q6g-c3m6", "modified": "2021-10-06T18:06:55Z", "published": "2021-10-12T22:22:58Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2019-19624" }, { "type": "WEB", "url": "https://github.com/opencv/opencv/issues/14554" }, { "type": "WEB", "url": "https://github.com/opencv/opencv/commit/d1615ba11a93062b1429fce9f0f638d1572d3418" }, { "type": "WEB", "url": "https://access.redhat.com/security/cve/cve-2019-19624" }, { "type": "PACKAGE", "url": "https://github.com/opencv/opencv-python" }, { "type": "WEB", "url": "https://github.com/opencv/opencv-python/releases/tag/25" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L", "type": "CVSS_V3" } ], "summary": "Out-of-bounds Read in OpenCV" }
Loading…
Loading…
Sightings
Author | Source | Type | Date |
---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.