Answer in brief
CVE-2017-12862 records a High severity (CVSS 8.8) vulnerability in Improper Restriction of Operations within the Bounds of a Memory Buffer in OpenCV. The current sources do not mark it as known exploited. The current feed maps opencv-contrib-python (pypi), opencv-python (pypi). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
CVSS is 8.8. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps opencv-contrib-python (pypi), opencv-python (pypi). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| opencv-contrib-pythonpypi | >=0 <3.3.1.11 | 3.3.1.11 |
| opencv-pythonpypi | >=0 <3.3.1.11 | 3.3.1.11 |
Published upstream
Oct 12, 2021
Evidence: source:osv:source_dates:source-dates:recordSource modified
Sep 10, 2026
Evidence: source:osv:source_dates:source-dates:recordFirst seen by HOL
Sep 10, 2026
In modules/imgcodecs/src/grfmt_pxm.cpp, the length of buffer AutoBuffer _src is small than expected, which will cause copy buffer overflow later. If the image is from remote, may lead to remote code execution or denial of service. This affects OpenCV 3.3 (corresponding to OpenCV-Python 3.3.0.9) and earlier.
Quoted source text, attributed separately from HOL analysis.