Debian Package Tracker
Register | Log in
Subscribe

opencv

Choose email to subscribe with

general
  • source: opencv (main)
  • version: 4.5.1+dfsg-4
  • maintainer: Debian Science Team (archive) (DMD)
  • uploaders: Nobuhiro Iwamatsu [DMD] – Sam Hocevar (Debian packages) [DMD] – Mo Zhou [DMD]
  • arch: all any
  • std-ver: 4.5.1
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • oldstable: 2.4.9.1+dfsg1-2
  • stable: 3.2.0+dfsg-6
  • testing: 4.5.1+dfsg-4
  • unstable: 4.5.1+dfsg-4
versioned links
  • 2.4.9.1+dfsg1-2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 3.2.0+dfsg-6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.2.0+dfsg-6: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 4.5.1+dfsg-4: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • libopencv-calib3d-dev
  • libopencv-calib3d4.5
  • libopencv-contrib-dev
  • libopencv-contrib4.5 (1 bugs: 0, 1, 0, 0)
  • libopencv-core-dev
  • libopencv-core4.5
  • libopencv-dev
  • libopencv-dnn-dev
  • libopencv-dnn4.5
  • libopencv-features2d-dev
  • libopencv-features2d4.5
  • libopencv-flann-dev
  • libopencv-flann4.5
  • libopencv-highgui-dev
  • libopencv-highgui4.5
  • libopencv-imgcodecs-dev
  • libopencv-imgcodecs4.5
  • libopencv-imgproc-dev
  • libopencv-imgproc4.5
  • libopencv-ml-dev
  • libopencv-ml4.5
  • libopencv-objdetect-dev
  • libopencv-objdetect4.5
  • libopencv-photo-dev
  • libopencv-photo4.5
  • libopencv-shape-dev
  • libopencv-shape4.5
  • libopencv-stitching-dev
  • libopencv-stitching4.5
  • libopencv-superres-dev
  • libopencv-superres4.5
  • libopencv-video-dev
  • libopencv-video4.5
  • libopencv-videoio-dev
  • libopencv-videoio4.5
  • libopencv-videostab-dev
  • libopencv-videostab4.5
  • libopencv-viz-dev
  • libopencv-viz4.5
  • libopencv4.5-java
  • libopencv4.5-jni
  • opencv-data
  • opencv-doc
  • python3-opencv (1 bugs: 0, 1, 0, 0)
action needed
A new upstream version is available: 4.5.2 high
A new upstream version 4.5.2 is available, you should consider packaging it.
Created: 2021-04-06 Last update: 2021-04-16 08:32
24 security issues in stretch high

There are 24 open security issues in stretch.

1 important issue:
  • CVE-2019-9423: In opencv calls that use libpng, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges required. User interaction is not required for exploitation. Product: AndroidVersions: Android-10Android ID: A-110986616
19 issues postponed or untriaged:
  • CVE-2016-1516: (needs triaging) OpenCV 3.0.0 has a double free issue that allows attackers to execute arbitrary code.
  • CVE-2017-1000450: (needs triaging) In opencv/modules/imgcodecs/src/utils.cpp, functions FillUniColor and FillUniGray do not check the input length, which can 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 and earlier.
  • CVE-2017-12597: (needs triaging) OpenCV (Open Source Computer Vision Library) through 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.
  • CVE-2017-12598: (needs triaging) OpenCV (Open Source Computer Vision Library) through 3.3 has an out-of-bounds read error in the cv::RBaseStream::readBlock function in modules/imgcodecs/src/bitstrm.cpp when reading an image file by using cv::imread, as demonstrated by the 8-opencv-invalid-read-fread test case.
  • CVE-2017-12599: (needs triaging) OpenCV (Open Source Computer Vision Library) through 3.3 has an out-of-bounds read error in the function icvCvt_BGRA2BGR_8u_C4C3R when reading an image file by using cv::imread.
  • CVE-2017-12601: (needs triaging) OpenCV (Open Source Computer Vision Library) through 3.3 has a buffer overflow in the cv::BmpDecoder::readData function in modules/imgcodecs/src/grfmt_bmp.cpp when reading an image file by using cv::imread, as demonstrated by the 4-buf-overflow-readData-memcpy test case.
  • CVE-2017-12603: (needs triaging) OpenCV (Open Source Computer Vision Library) through 3.3 has an invalid write in the cv::RLByteStream::getBytes function in modules/imgcodecs/src/bitstrm.cpp when reading an image file by using cv::imread, as demonstrated by the 2-opencv-heapoverflow-fseek test case.
  • CVE-2017-12604: (needs triaging) OpenCV (Open Source Computer Vision Library) through 3.3 has an out-of-bounds write error in the FillUniColor function in utils.cpp when reading an image file by using cv::imread.
  • CVE-2017-12605: (needs triaging) OpenCV (Open Source Computer Vision Library) through 3.3 has an out-of-bounds write error in the FillColorRow8 function in utils.cpp when reading an image file by using cv::imread.
  • CVE-2017-12606: (needs triaging) OpenCV (Open Source Computer Vision Library) through 3.3 has an out-of-bounds write error in the function FillColorRow4 in utils.cpp when reading an image file by using cv::imread.
  • CVE-2017-12862: (needs triaging) 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 and earlier.
  • CVE-2017-12863: (needs triaging) In opencv/modules/imgcodecs/src/grfmt_pxm.cpp, function PxMDecoder::readData has an integer overflow when calculate src_pitch. If the image is from remote, may lead to remote code execution or denial of service. This affects Opencv 3.3 and earlier.
  • CVE-2017-12864: (needs triaging) 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 and earlier.
  • CVE-2017-17760: (needs triaging) OpenCV 3.3.1 has a Buffer Overflow in the cv::PxMDecoder::readData function in grfmt_pxm.cpp, because an incorrect size value is used.
  • CVE-2018-5268: (needs triaging) In OpenCV 3.3.1, a heap-based buffer overflow happens in cv::Jpeg2KDecoder::readComponent8u in modules/imgcodecs/src/grfmt_jpeg2000.cpp when parsing a crafted image file.
  • CVE-2019-14491: (needs triaging) An issue was discovered in OpenCV before 3.4.7 and 4.x before 4.1.1. There is an out of bounds read in the function cv::predictOrdered<cv::HaarEvaluator> in modules/objdetect/src/cascadedetect.hpp, which leads to denial of service.
  • CVE-2019-14492: (needs triaging) An issue was discovered in OpenCV before 3.4.7 and 4.x before 4.1.1. There is an out of bounds read/write in the function HaarEvaluator::OptFeature::calc in modules/objdetect/src/cascadedetect.hpp, which leads to denial of service.
  • CVE-2019-14493: (needs triaging) An issue was discovered in OpenCV before 4.1.1. There is a NULL pointer dereference in the function cv::XMLParser::parse at modules/core/src/persistence.cpp.
  • CVE-2019-15939: (needs triaging) An issue was discovered in OpenCV 4.1.0. There is a divide-by-zero error in cv::HOGDescriptor::getDescriptorSize in modules/objdetect/src/hog.cpp.
4 ignored issues:
  • CVE-2016-1517: OpenCV 3.0.0 allows remote attackers to cause a denial of service (segfault) via vectors involving corrupt chunks.
  • CVE-2017-12600: OpenCV (Open Source Computer Vision Library) through 3.3 has a denial of service (CPU consumption) issue, as demonstrated by the 11-opencv-dos-cpu-exhaust test case.
  • CVE-2017-12602: OpenCV (Open Source Computer Vision Library) through 3.3 has a denial of service (memory consumption) issue, as demonstrated by the 10-opencv-dos-memory-exhaust test case.
  • CVE-2018-5269: In OpenCV 3.3.1, an assertion failure happens in cv::RBaseStream::setPos in modules/imgcodecs/src/bitstrm.cpp because of an incorrect integer cast.
Created: 2021-02-19 Last update: 2021-03-21 19:04
1 security issue in sid high

There is 1 open security issue in sid.

1 important issue:
  • CVE-2019-9423: In opencv calls that use libpng, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges required. User interaction is not required for exploitation. Product: AndroidVersions: Android-10Android ID: A-110986616
Created: 2021-02-19 Last update: 2021-03-21 19:04
7 security issues in buster high

There are 7 open security issues in buster.

1 important issue:
  • CVE-2019-9423: In opencv calls that use libpng, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges required. User interaction is not required for exploitation. Product: AndroidVersions: Android-10Android ID: A-110986616
6 issues left for the package maintainer to handle:
  • CVE-2017-18009: (needs triaging) In OpenCV 3.3.1, a heap-based buffer over-read exists in the function cv::HdrDecoder::checkSignature in modules/imgcodecs/src/grfmt_hdr.cpp.
  • CVE-2019-14491: (needs triaging) An issue was discovered in OpenCV before 3.4.7 and 4.x before 4.1.1. There is an out of bounds read in the function cv::predictOrdered<cv::HaarEvaluator> in modules/objdetect/src/cascadedetect.hpp, which leads to denial of service.
  • CVE-2019-14492: (needs triaging) An issue was discovered in OpenCV before 3.4.7 and 4.x before 4.1.1. There is an out of bounds read/write in the function HaarEvaluator::OptFeature::calc in modules/objdetect/src/cascadedetect.hpp, which leads to denial of service.
  • CVE-2019-14493: (needs triaging) An issue was discovered in OpenCV before 4.1.1. There is a NULL pointer dereference in the function cv::XMLParser::parse at modules/core/src/persistence.cpp.
  • CVE-2019-15939: (needs triaging) An issue was discovered in OpenCV 4.1.0. There is a divide-by-zero error in cv::HOGDescriptor::getDescriptorSize in modules/objdetect/src/hog.cpp.
  • CVE-2019-19624: (needs triaging) An out-of-bounds read was discovered in OpenCV before 4.1.1. 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.

You can find information about how to handle these issues in the security team's documentation.

Created: 2021-02-19 Last update: 2021-03-21 19:04
1 security issue in bullseye high

There is 1 open security issue in bullseye.

1 important issue:
  • CVE-2019-9423: In opencv calls that use libpng, there is a possible out of bounds write due to a missing bounds check. This could lead to local escalation of privilege with no additional execution privileges required. User interaction is not required for exploitation. Product: AndroidVersions: Android-10Android ID: A-110986616
Created: 2021-02-19 Last update: 2021-03-21 19:04
lintian reports 1 error and 317 warnings high
Lintian reports 1 error and 317 warnings about this package. You should make the package lintian clean getting rid of them.
Created: 2020-09-21 Last update: 2021-01-27 03:04
Does not build reproducibly during testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2018-09-11 Last update: 2021-04-16 12:07
Multiarch hinter reports 1 issue(s) normal
There are issues with the multiarch metadata for this package.
  • python3-opencv could be marked Multi-Arch: same
Created: 2021-01-01 Last update: 2021-04-16 08:37
Build log checks report 2 warnings low
Build log checks report 2 warnings
Created: 2020-07-09 Last update: 2020-12-31 23:00
testing migrations
  • This package will soon be part of the auto-protobuf transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
  • This package will soon be part of the auto-hdf5 transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug.
news
[rss feed]
  • [2021-01-06] opencv 4.5.1+dfsg-4 MIGRATED to testing (Debian testing watch)
  • [2020-12-31] Accepted opencv 4.5.1+dfsg-4 (source) into unstable (Jochen Sprickerhof)
  • [2020-12-30] Accepted opencv 4.5.1+dfsg-3 (source) into unstable (Jochen Sprickerhof)
  • [2020-12-29] Accepted opencv 4.5.1+dfsg-2 (source) into unstable (Mo Zhou)
  • [2020-12-24] Accepted opencv 4.5.1+dfsg-1 (source) into unstable (Mo Zhou)
  • [2020-12-22] Accepted opencv 4.5.0+dfsg-2 (source) into unstable (Mo Zhou)
  • [2020-12-04] Accepted opencv 4.5.0+dfsg-1 (source amd64 all) into experimental, experimental (Debian FTP Masters) (signed by: Mo Zhou)
  • [2020-10-15] Accepted opencv 4.4.0+dfsg2-1 (source amd64 all) into experimental, experimental (Debian FTP Masters) (signed by: Mo Zhou)
  • [2020-10-15] Accepted opencv 4.3.0+dfsg-1 (source amd64 all) into experimental, experimental (Debian FTP Masters) (signed by: Mo Zhou)
  • [2020-04-25] opencv 4.2.0+dfsg-6 MIGRATED to testing (Debian testing watch)
  • [2020-04-02] Accepted opencv 4.2.0+dfsg-6 (source) into unstable (Mo Zhou)
  • [2020-02-20] opencv 4.2.0+dfsg-5 MIGRATED to testing (Debian testing watch)
  • [2020-02-18] Accepted opencv 4.2.0+dfsg-5 (source) into unstable (Mo Zhou)
  • [2020-02-16] opencv 4.2.0+dfsg-4 MIGRATED to testing (Debian testing watch)
  • [2020-02-03] Accepted opencv 4.2.0+dfsg-4 (source) into unstable (Mo Zhou)
  • [2020-02-01] Accepted opencv 4.2.0+dfsg-3 (source) into unstable (Mo Zhou)
  • [2020-01-10] Accepted opencv 4.2.0+dfsg-2 (source) into experimental (Mo Zhou) (signed by: Zhou Mo)
  • [2020-01-01] Accepted opencv 4.2.0+dfsg-1 (source amd64 all) into experimental, experimental (Mo Zhou) (signed by: Zhou Mo)
  • [2019-11-29] opencv 4.1.2+dfsg-5 MIGRATED to testing (Debian testing watch)
  • [2019-11-24] Accepted opencv 4.1.2+dfsg-5 (source) into unstable (Mo Zhou) (signed by: Zhou Mo)
  • [2019-11-03] opencv 4.1.2+dfsg-4 MIGRATED to testing (Debian testing watch)
  • [2019-10-18] Accepted opencv 4.1.2+dfsg-4 (source) into unstable (Mo Zhou) (signed by: Zhou Mo)
  • [2019-10-16] Accepted opencv 4.1.2+dfsg-3 (source) into unstable (Mo Zhou) (signed by: Zhou Mo)
  • [2019-10-15] Accepted opencv 4.1.2+dfsg-2 (source) into experimental (Mo Zhou) (signed by: Zhou Mo)
  • [2019-10-13] Accepted opencv 4.1.2+dfsg-1 (source) into experimental (Mo Zhou) (signed by: Zhou Mo)
  • [2019-09-28] Accepted opencv 4.1.1+dfsg-3 (source) into experimental (Mo Zhou) (signed by: Zhou Mo)
  • [2019-09-20] Accepted opencv 4.1.1+dfsg-2 (source) into experimental (Mo Zhou) (signed by: Zhou Mo)
  • [2019-09-14] Accepted opencv 4.1.1+dfsg-1 (source amd64 all) into experimental, experimental (Mo Zhou) (signed by: Zhou Mo)
  • [2019-09-14] Accepted opencv 4.1.0+dfsg-1 (source amd64 all) into experimental, experimental (Mo Zhou) (signed by: Zhou Mo)
  • [2019-02-22] opencv 3.2.0+dfsg-6 MIGRATED to testing (Debian testing watch)
  • 1
  • 2
bugs [bug history graph]
  • all: 6
  • RC: 0
  • I&N: 5
  • M&W: 1
  • F&P: 0
  • patch: 0
links
  • homepage
  • lintian (1, 317)
  • buildd: logs, checks, clang, reproducibility, cross
  • popcon
  • browse source code
  • edit tags
  • other distros
  • security tracker
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 4.5.1+dfsg-4ubuntu1
  • 35 bugs
  • patches for 4.5.1+dfsg-4ubuntu1

Debian Package Tracker — Copyright 2013-2018 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing