Métriques
Métriques |
Score |
Gravité |
CVSS Vecteur |
Source |
V2 |
3.7 |
|
AV:L/AC:H/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 : 19912
Date de publication : 2000-05-09 22h00 +00:00
Auteur : foo
EDB Vérifié : Yes
source: https://www.securityfocus.com/bid/1201/info
Netscape Communicator version 4.73 and prior may be susceptible to a /tmp file race condition when importing certificates. Netscape creates a /tmp file which is world readable and writable in /tmp, without calling stat() or fstat() on the file. As such, it is possible, should a user be able to predict the file name, to cause a symbolic link to be created, and followed elsewhere on the file system.
Additionally, as the file is created mode 666 prior to being fchmod()'d to 600, there may be a window of opportunity for altering the contents of this file.
This issue has only been demonstrated on the Linux binary, for glibc. The sparc Solaris binary does not behave this way.
Predict the name of the temporary file.
ln -sf /elsewhere /tmp/<tmpfilename>
Alternately, a program which watches for the creation of these temporary files, opens them upon their creation, and alters the contents can be written.
Products Mentioned
Configuraton 0
Netscape>>Communicator >> Version 4.5
Netscape>>Communicator >> Version 4.6
Netscape>>Communicator >> Version 4.7
Netscape>>Communicator >> Version 4.51
Netscape>>Communicator >> Version 4.61
Netscape>>Communicator >> Version 4.72
Netscape>>Communicator >> Version 4.73
Références