First published: Fri Apr 08 2016(Updated: )
Out-of-bounds write vulnerability was found in _TIFFVGetField function in tif_dirinfo.c, allowing attacker to cause a denial of service or command execution via a crafted TIFF image. Vulnerable code: libtiff/tif_dir.c:1073 1068 if (fip->field_type == TIFF_ASCII 1069 || fip->field_readcount == TIFF_VARIABLE 1070 || fip->field_readcount == TIFF_VARIABLE2 1071 || fip->field_readcount == TIFF_SPP 1072 || tv->count > 1) { 1073 *va_arg(ap, void **) = tv->value; 1074 ret_val = 1; Public via: <a href="http://seclists.org/oss-sec/2016/q2/33">http://seclists.org/oss-sec/2016/q2/33</a> Upstream bug: <a href="http://bugzilla.maptools.org/show_bug.cgi?id=2549">http://bugzilla.maptools.org/show_bug.cgi?id=2549</a>
Credit: cve@mitre.org
Affected Software | Affected Version | How to fix |
---|---|---|
Libtiff Libtiff | <=4.0.6 | |
Oracle VM Server | =3.3 | |
Oracle VM Server | =3.4 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.