CVE-2016-1628
published 2016-02-21CVE-2016-1628: pi.c in OpenJPEG, as used in PDFium in Google Chrome before 48.0.2564.109, does not validate a certain precision value, which allows remote attackers to…
PriorityP434medium6.3CVSS 3.0
AVNACLPRNUIRSUCLILAL
EPSS
1.88%
77.1th percentile
pi.c in OpenJPEG, as used in PDFium in Google Chrome before 48.0.2564.109, does not validate a certain precision value, which allows remote attackers to execute arbitrary code or cause a denial of service (out-of-bounds read) via a crafted JPEG 2000 image in a PDF document, related to the opj_pi_next_rpcl, opj_pi_next_pcrl, and opj_pi_next_cprl functions.
Affected
7 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | debian_linux | — | — |
| debian | openjpeg2 | < openjpeg2 2.1.2-1.2 (bookworm) | openjpeg2 2.1.2-1.2 (bookworm) |
| chrome | <= 48.0.2564.103 | — | |
| the_openjpeg_project | openjpeg2 | >= 0 < 2.1.2-1.2 | 2.1.2-1.2 |
| the_openjpeg_project | openjpeg2 | >= 0 < 2.1.2-1.2 | 2.1.2-1.2 |
| the_openjpeg_project | openjpeg2 | >= 0 < 2.1.2-1.2 | 2.1.2-1.2 |
| the_openjpeg_project | openjpeg2 | >= 0 < 2.1.2-1.2 | 2.1.2-1.2 |
CVSS provenance
nvdv3.06.3MEDIUMCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
nvdv2.06.8MEDIUMAV:N/AC:M/Au:N/C:P/I:P/A:P
osv6.3MEDIUM
vendor_debian6.3MEDIUM
vendor_redhat6.3MEDIUM
Stop checking back — get the weekly exploitation signal.
Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.
GHSA
GHSA-84x5-p2mg-fvmp: pi
ghsa_unreviewed·2022-05-17
CVE-2016-1628 [MEDIUM] CWE-119 GHSA-84x5-p2mg-fvmp: pi
pi.c in OpenJPEG, as used in PDFium in Google Chrome before 48.0.2564.109, does not validate a certain precision value, which allows remote attackers to execute arbitrary code or cause a denial of service (out-of-bounds read) via a crafted JPEG 2000 image in a PDF document, related to the opj_pi_next_rpcl, opj_pi_next_pcrl, and opj_pi_next_cprl functions.
OSV
CVE-2016-1628: pi
osv·2016-02-21·CVSS 6.3
CVE-2016-1628 [MEDIUM] CVE-2016-1628: pi
pi.c in OpenJPEG, as used in PDFium in Google Chrome before 48.0.2564.109, does not validate a certain precision value, which allows remote attackers to execute arbitrary code or cause a denial of service (out-of-bounds read) via a crafted JPEG 2000 image in a PDF document, related to the opj_pi_next_rpcl, opj_pi_next_pcrl, and opj_pi_next_cprl functions.
Red Hat
chromium-browser: out-of-bounds read in PDFium
vendor_redhat·2016-02-09·CVSS 6.3
CVE-2016-1628 [MEDIUM] CWE-125 chromium-browser: out-of-bounds read in PDFium
chromium-browser: out-of-bounds read in PDFium
pi.c in OpenJPEG, as used in PDFium in Google Chrome before 48.0.2564.109, does not validate a certain precision value, which allows remote attackers to execute arbitrary code or cause a denial of service (out-of-bounds read) via a crafted JPEG 2000 image in a PDF document, related to the opj_pi_next_rpcl, opj_pi_next_pcrl, and opj_pi_next_cprl functions.
Debian
CVE-2016-1628: openjpeg2 - pi.c in OpenJPEG, as used in PDFium in Google Chrome before 48.0.2564.109, does ...
vendor_debian·2016·CVSS 6.3
CVE-2016-1628 [MEDIUM] CVE-2016-1628: openjpeg2 - pi.c in OpenJPEG, as used in PDFium in Google Chrome before 48.0.2564.109, does ...
pi.c in OpenJPEG, as used in PDFium in Google Chrome before 48.0.2564.109, does not validate a certain precision value, which allows remote attackers to execute arbitrary code or cause a denial of service (out-of-bounds read) via a crafted JPEG 2000 image in a PDF document, related to the opj_pi_next_rpcl, opj_pi_next_pcrl, and opj_pi_next_cprl functions.
Scope: local
bookworm: resolved (fixed in 2.1.2-1.2)
bullseye: resolved (fixed in 2.1.2-1.2)
forky: resolved (fixed in 2.1.2-1.2)
sid: resolved (fixed in 2.1.2-1.2)
trixie: resolved (fixed in 2.1.2-1.2)
No detection rules found.
No public exploits indexed.
Bugzilla
CVE-2016-3658 libtiff: out-of-bounds read in the TIFFWriteDirectoryTagLongLong8Array function
bugzilla·2016-04-12·CVSS 6.5
CVE-2016-3658 [MEDIUM] CVE-2016-3658 libtiff: out-of-bounds read in the TIFFWriteDirectoryTagLongLong8Array function
CVE-2016-3658 libtiff: out-of-bounds read in the TIFFWriteDirectoryTagLongLong8Array function
A vulnerability was found in the libtiff library. Using a tiffset command on a maliciously crafted image could result in a denial-of-service.
Vulnerable code:
/libtiff/tif_dirwrite.c: 1625
1623 for (q=p, ma=value, mb=0; mb0xFFFFFFFF)
1626 {
1627 TIFFErrorExt(tif->tif_clientdata,module,
1628 "Attempt to write value larger than 0xFFFFFFFF in Classic TIFF file.");
1629 _TIFFfree(p);
1630 return(0);
1631 }
1632 *q= (uint32)(*ma);
1633 }
References:
http://www.openwall.com/lists/oss-security/2016/04/08/12
Discussion:
External References:
http://bugzilla.maptools.org/show_bug.cgi?id=2546
---
*** This bug has been marked as a duplicate of bug 1185805 ***
---
Statement:
This flaw was found to
Bugzilla
CVE-2016-1628 chromium-browser: out-of-bounds read in PDFium
bugzilla·2016-02-22·CVSS 6.3
CVE-2016-1628 [MEDIUM] CVE-2016-1628 chromium-browser: out-of-bounds read in PDFium
CVE-2016-1628 chromium-browser: out-of-bounds read in PDFium
A out-of-bounds read flaw was found in the PDFium component of the Chromium browser.
Upstream bug(s):
https://code.google.com/p/chromium/issues/detail?id=571479
External References:
http://googlechromereleases.blogspot.com/2016/02/stable-channel-update_9.html
Discussion:
This issue has been addressed in the following products:
Supplementary for Red Hat Enterprise Linux 6
Via RHSA-2016:0241 https://rhn.redhat.com/errata/RHSA-2016-0241.html
http://googlechromereleases.blogspot.com/2016/02/stable-channel-update_9.htmlhttp://rhn.redhat.com/errata/RHSA-2016-0241.htmlhttp://www.debian.org/security/2016/dsa-3486http://www.debian.org/security/2017/dsa-4013http://www.securityfocus.com/bid/83125http://www.securitytracker.com/id/1035183http://www.zerodayinitiative.com/advisories/ZDI-16-172/https://code.google.com/p/chromium/issues/detail?id=571479https://codereview.chromium.org/1590593002https://security.gentoo.org/glsa/201603-09https://security.gentoo.org/glsa/201710-26http://googlechromereleases.blogspot.com/2016/02/stable-channel-update_9.htmlhttp://rhn.redhat.com/errata/RHSA-2016-0241.htmlhttp://www.debian.org/security/2016/dsa-3486http://www.debian.org/security/2017/dsa-4013http://www.securityfocus.com/bid/83125http://www.securitytracker.com/id/1035183http://www.zerodayinitiative.com/advisories/ZDI-16-172/https://code.google.com/p/chromium/issues/detail?id=571479https://codereview.chromium.org/1590593002https://security.gentoo.org/glsa/201603-09https://security.gentoo.org/glsa/201710-26
2016-02-21
Published