Bug 1317821 (CVE-2016-3183)
Summary: | CVE-2016-3183 openjpeg: Out-of-bounds read in sycc422_to_rgb function | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Adam Mariš <amaris> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | carnil, erik-fedora, hobbes1069, jaromir.capik, manisandro, oliver, phracek, rdieter, slawomir |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2016-09-20 00:14:28 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1317830, 1317831, 1317832 | ||
Bug Blocks: | 1317829 |
Description
Adam Mariš
2016-03-15 10:08:32 UTC
Created mingw-openjpeg2 tracking bugs for this issue: Affects: fedora-all [bug 1317831] Created openjpeg2 tracking bugs for this issue: Affects: fedora-all [bug 1317830] Affects: epel-all [bug 1317832] CVE assignment: http://seclists.org/oss-sec/2016/q1/668 openjpeg2-2.1.1-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. openjpeg2-2.1.1-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. mingw-openjpeg2-2.1.1-1.fc24 has been pushed to the Fedora 24 stable repository. If problems still persist, please make note of it in this bug report. mingw-openjpeg2-2.1.1-1.fc23 has been pushed to the Fedora 23 stable repository. If problems still persist, please make note of it in this bug report. Upstream ticket: https://github.com/uclouvain/openjpeg/issues/726 openjpeg-1 is not affected based on testing with the reproducer. The code looks similar, but triggering the out-of-bounds condition seems to require component options that are not supported. Chromium uses a C++ checked integer type here. |