Answer in brief
CVE-2017-12864 records a High severity (CVSS 8.8) vulnerability in Integer Overflow or Wraparound 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 opencv/modules/imgcodecs/src/grfmt_pxm.cpp, function ReadNumber did not checkout the input length, which lead to integer overflow. If the image is from remote, may lead to remote code execution or denial of service. This affects OpenCV 3.3 (corresponding with OpenCV-Python version 3.3.0.9) and earlier.
Quoted source text, attributed separately from HOL analysis.