CVE-2017-14136
medium
CVSS v3
6.5
CVSS v2
4.3
VIR risk
6.5
Description
OpenCV (Open Source Computer Vision Library) 3.3 has an out-of-bounds write error in the function FillColorRow1 in utils.cpp when reading an image file by using cv::imread. NOTE: this vulnerability exists because of an incomplete fix for CVE-2017-12597.
Predictions
Exploit likelihood
75%
Patch ETA
—
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2017-14136
Vendor advisory: cve@mitre.org — https://github.com/opencv/opencv/pull/9448
Vendor advisory: cve@mitre.org — https://github.com/opencv/opencv/issues/9443
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| debian | bookworm | fixed | 0 |
| debian | bullseye | fixed | 0 |
| debian | forky | fixed | 0 |
| debian | sid | fixed | 0 |
| debian | trixie | fixed | 0 |
| debian | 8.0 | affected | |
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| PyPI | opencv-python | <3.3.1.11 | 3.3.1.11 |
| PyPI | opencv-contrib-python | <3.3.1.11 | 3.3.1.11 |
Application impact
| Vendor | Product | Versions | Fixed |
|---|---|---|---|
| opencv | opencv | 3.3.0 | |
References
- https://nvd.nist.gov/vuln/detail/CVE-2017-14136
- https://github.com/opencv/opencv/issues/9443
- https://github.com/opencv/opencv/pull/9448
- https://github.com/opencv/opencv-python
- https://github.com/xiaoqx/pocs/blob/master/opencv.md
- https://lists.debian.org/debian-lts-announce/2018/07/msg00030.html
- https://security.gentoo.org/glsa/201712-02
- https://security-tracker.debian.org/tracker/CVE-2017-14136
CWEs
CWE-787
Verify integrity in audit chain (admin only). AS-IS.