CVE-2002-0430 : Détail

CVE-2002-0430

0.04%V3
Local
2002-06-11
02h00 +00:00
2002-06-15
07h00 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

MultiFileUploadHandler.php in the Sun Cobalt RaQ XTR administration interface allows local users to bypass authentication and overwrite arbitrary files via a symlink attack on a temporary file, followed by a request to MultiFileUpload.php.

Informations du CVE

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

Date de publication : 2002-03-07 23h00 +00:00
Auteur : Wouter ter Maat
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/4252/info Cobalt RaQ is a server appliance for Internet-based services. It is distributed and maintained by Sun Microsystems. The 'MultiFileUpload.php' script is not sufficiently protected from outside access. While other sensitive administrative scripts are protected with HTTP authentication, 'MultiFileUpload.php' is not. Remote clients may invoke the execution of this script without valid administrator credentials. In doing so, it is possible for an attacker to upload files that are created on the server filesystem as any user. Furthermore, the uploaded files are stored in '/tmp' with predictable filenames. If the attacker has local access to the system, this vulnerability can be exploited to overwrite a file of equal user and group ownership through the use of a symbolic link. Successful exploitation of this vulnerability by an attacker with local access may result in a compromise of root privileges. Attackers without local access may be able to cause a denial of service through consumption of disk space. #!/usr/bin/perl # mass base64 time encoder # part of Cobalt UIFC XTR remote/local combination attack use MIME::Base64; $evil_time = time(); $exploit_secs = 10; # time in seconds you got to exploit this bug (race) for($i=1;$i<=$exploit_secs; $i++) { $evil_time = $evil_time+1; $evilstr = encode_base64($evil_time); print $evilstr; }
Exploit Database EDB-ID : 21335

Date de publication : 2002-03-07 23h00 +00:00
Auteur : Wouter ter Maat
EDB Vérifié : Yes

source: https://www.securityfocus.com/bid/4252/info Cobalt RaQ is a server appliance for Internet-based services. It is distributed and maintained by Sun Microsystems. The 'MultiFileUpload.php' script is not sufficiently protected from outside access. While other sensitive administrative scripts are protected with HTTP authentication, 'MultiFileUpload.php' is not. Remote clients may invoke the execution of this script without valid administrator credentials. In doing so, it is possible for an attacker to upload files that are created on the server filesystem as any user. Furthermore, the uploaded files are stored in '/tmp' with predictable filenames. If the attacker has local access to the system, this vulnerability can be exploited to overwrite a file of equal user and group ownership through the use of a symbolic link. Successful exploitation of this vulnerability by an attacker with local access may result in a compromise of root privileges. Attackers without local access may be able to cause a denial of service through consumption of disk space. #!/bin/sh #Script for creating symlinks from output of local-timerace-xtr for foo in `perl -x xtr-timerace-xtr.pl` do ln -s /etc/passwd $foo done

Products Mentioned

Configuraton 0

Sun>>Cobalt_raq_2 >> Version *

Sun>>Cobalt_raq_3i >> Version *

Sun>>Cobalt_raq_4 >> Version *

Références

http://www.securityfocus.com/bid/4252
Tags : vdb-entry, x_refsource_BID