CVE-2016-3622
published 2016-10-03CVE-2016-3622: The fpAcc function in tif_predict.c in the tiff2rgba tool in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (divide-by-zero…
PriorityP427medium6.5CVSS 3.0
AVNACLPRNUIRSUCNINAH
EPSS
3.89%
89.0th percentile
The fpAcc function in tif_predict.c in the tiff2rgba tool in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (divide-by-zero error) via a crafted TIFF image.
Affected
2 ranges
| Vendor | Product | Version range | Fixed in |
|---|---|---|---|
| debian | tiff | < tiff 4.0.7-1 (bookworm) | tiff 4.0.7-1 (bookworm) |
| libtiff | libtiff | — | — |
CVSS provenance
nvdv3.06.5MEDIUMCVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
nvdv2.04.3MEDIUMAV:N/AC:M/Au:N/C:N/I:N/A:P
osv6.5MEDIUM
vendor_debian6.5LOW
vendor_redhat6.5MEDIUM
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.
Ubuntu
LibTIFF vulnerabilities
vendor_ubuntu·2017-02-27
CVE-2015-7554 LibTIFF vulnerabilities
Title: LibTIFF vulnerabilities
Summary: LibTIFF could be made to crash or run programs as your login if it opened a
specially crafted file.
It was discovered that LibTIFF incorrectly handled certain malformed
images. If a user or automated system were tricked into opening a specially
crafted image, a remote attacker could crash the application, leading to a
denial of service, or possibly execute arbitrary code with user privileges.
Instructions: In general, a standard system update will make all the necessary changes.
Red Hat
libtiff: Division by zero in fpAcc function
vendor_redhat·2016-04-07·CVSS 6.5
CVE-2016-3622 [MEDIUM] CWE-369 libtiff: Division by zero in fpAcc function
libtiff: Division by zero in fpAcc function
The fpAcc function in tif_predict.c in the tiff2rgba tool in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (divide-by-zero error) via a crafted TIFF image.
Statement: Red Hat Product Security has rated this issue as having Low security impact. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.
Package: libtiff (Red Hat Enterprise Linux 5) - Will not fix
Package: libtiff (Red Hat Enterprise Linux 6) - Will not fix
Package: compat-libtiff3 (Red Hat Enterprise Linux 7) - Will not fix
Package: libtiff (Red Hat Enterprise Linux 7) - Will not fix
Debian
CVE-2016-3622: tiff - The fpAcc function in tif_predict.c in the tiff2rgba tool in LibTIFF 4.0.6 and e...
vendor_debian·2016·CVSS 6.5
CVE-2016-3622 [MEDIUM] CVE-2016-3622: tiff - The fpAcc function in tif_predict.c in the tiff2rgba tool in LibTIFF 4.0.6 and e...
The fpAcc function in tif_predict.c in the tiff2rgba tool in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (divide-by-zero error) via a crafted TIFF image.
Scope: local
bookworm: resolved (fixed in 4.0.7-1)
bullseye: resolved (fixed in 4.0.7-1)
forky: resolved (fixed in 4.0.7-1)
sid: resolved (fixed in 4.0.7-1)
trixie: resolved (fixed in 4.0.7-1)
GHSA
GHSA-x5xg-3gfm-7r9v: The fpAcc function in tif_predict
ghsa_unreviewed·2022-05-17
CVE-2016-3622 [MEDIUM] CWE-369 GHSA-x5xg-3gfm-7r9v: The fpAcc function in tif_predict
The fpAcc function in tif_predict.c in the tiff2rgba tool in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (divide-by-zero error) via a crafted TIFF image.
OSV
CVE-2016-3622: The fpAcc function in tif_predict
osv·2016-10-03·CVSS 6.5
CVE-2016-3622 [MEDIUM] CVE-2016-3622: The fpAcc function in tif_predict
The fpAcc function in tif_predict.c in the tiff2rgba tool in LibTIFF 4.0.6 and earlier allows remote attackers to cause a denial of service (divide-by-zero error) via a crafted TIFF image.
No detection rules found.
No public exploits indexed.
Bugzilla
CVE-2016-3622 libtiff: Division by zero in fpAcc function
bugzilla·2016-04-07·CVSS 6.5
CVE-2016-3622 [MEDIUM] CVE-2016-3622 libtiff: Division by zero in fpAcc function
CVE-2016-3622 libtiff: Division by zero in fpAcc function
Division by zero vulnerability was found in fpAcc function in tif_predict.c in tiff2rgba, allowing attacker to cause a denial of service via a crafted TIFF image.
Vulnerable code:
libtiff-master/libtiff/tif_predict.c:381.
377 fpAcc(TIFF* tif, uint8* cp0, tmsize_t cc)
378 {
379 tmsize_t stride = PredictorState(tif)->stride;
380 uint32 bps = tif->tif_dir.td_bitspersample / 8;
381 tmsize_t wc = cc / bps;
382 tmsize_t count = cc;
383 uint8 *cp = (uint8 *) cp0;
384 uint8 *tmp = (uint8 *)_TIFFmalloc(cc);
Public via:
http://seclists.org/oss-sec/2016/q2/23
Discussion:
Acknowledgments:
Name: Mei Wang (Qihoo 360)
---
Statement:
Red Hat Product Security has rated this issue as having Low security impact. This issue is not currently
Bugzilla
CVE-2016-3619 CVE-2016-3620 CVE-2016-3621 CVE-2016-3622 libtiff: various flaws [fedora-all]
bugzilla·2016-04-07·CVSS 6.5
CVE-2016-3619 [MEDIUM] CVE-2016-3619 CVE-2016-3620 CVE-2016-3621 CVE-2016-3622 libtiff: various flaws [fedora-all]
CVE-2016-3619 CVE-2016-3620 CVE-2016-3621 CVE-2016-3622 libtiff: various flaws [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple supporte
Bugzilla
CVE-2016-3619 CVE-2016-3620 CVE-2016-3621 CVE-2016-3622 mingw-libtiff: various flaws [fedora-all]
bugzilla·2016-04-07·CVSS 6.5
CVE-2016-3619 [MEDIUM] CVE-2016-3619 CVE-2016-3620 CVE-2016-3621 CVE-2016-3622 mingw-libtiff: various flaws [fedora-all]
CVE-2016-3619 CVE-2016-3620 CVE-2016-3621 CVE-2016-3622 mingw-libtiff: various flaws [fedora-all]
This is an automatically created tracking bug! It was created to ensure
that one or more security vulnerabilities are fixed in affected versions
of Fedora.
For comments that are specific to the vulnerability please use bugs filed
against the "Security Response" product referenced in the "Blocks" field.
For more information see:
http://fedoraproject.org/wiki/Security/TrackingBugs
When submitting as an update, use the fedpkg template provided in the next
comment(s). This will include the bug IDs of this tracking bug as well as
the relevant top-level CVE bugs.
Please also mention the CVE IDs being fixed in the RPM changelog and the
fedpkg commit message.
NOTE: this issue affects multiple su
http://www.debian.org/security/2017/dsa-3762http://www.openwall.com/lists/oss-security/2016/04/07/4http://www.securityfocus.com/bid/85917http://www.securitytracker.com/id/1035508https://security.gentoo.org/glsa/201701-16http://www.debian.org/security/2017/dsa-3762http://www.openwall.com/lists/oss-security/2016/04/07/4http://www.securityfocus.com/bid/85917http://www.securitytracker.com/id/1035508https://security.gentoo.org/glsa/201701-16
2016-10-03
Published