Vulnerabilities > CVE-2014-3704 - SQL Injection vulnerability in multiple products

047910
CVSS 7.5 - HIGH
Attack vector
NETWORK
Attack complexity
LOW
Privileges required
NONE
Confidentiality impact
PARTIAL
Integrity impact
PARTIAL
Availability impact
PARTIAL
network
low complexity
drupal
debian
CWE-89
nessus
exploit available
metasploit

Summary

The expandArguments function in the database abstraction API in Drupal core 7.x before 7.32 does not properly construct prepared statements, which allows remote attackers to conduct SQL injection attacks via an array containing crafted keys.

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

nameDrupal core 7.x SQL Injection
urlhttp://www.d2sec.com/exploits/drupal_core_7.x_sql_injection.html

Exploit-Db

  • descriptionDrupal < 7.32 Pre Auth SQL Injection. CVE-2014-3704. Webapps exploit for php platform
    fileexploits/php/webapps/35150.php
    idEDB-ID:35150
    last seen2016-02-04
    modified2014-11-03
    platformphp
    port443
    published2014-11-03
    reporterStefan Horst
    sourcehttps://www.exploit-db.com/download/35150/
    titleDrupal < 7.32 Pre Auth SQL Injection
    typewebapps
  • descriptionDrupal Core <= 7.32 - SQL Injection (1). Webapps exploit for php platform
    fileexploits/php/webapps/34984.py
    idEDB-ID:34984
    last seen2016-02-04
    modified2014-10-16
    platformphp
    port
    published2014-10-16
    reporterfyukyuk
    sourcehttps://www.exploit-db.com/download/34984/
    titleDrupal Core <= 7.32 - SQL Injection 1
    typewebapps
  • descriptionDrupal 7.0 < 7.31 - 'Drupalgeddon' SQL Injection (Admin Session). CVE-2014-3704. Webapps exploit for PHP platform
    idEDB-ID:44355
    last seen2018-05-24
    modified2014-11-03
    published2014-11-03
    reporterExploit-DB
    sourcehttps://www.exploit-db.com/download/44355/
    titleDrupal 7.0 < 7.31 - 'Drupalgeddon' SQL Injection (Admin Session)
  • descriptionDrupal Core <= 7.32 - SQL Injection (2). CVE-2014-3704,CVE-CVE-2014-3704. Webapps exploit for php platform
    fileexploits/php/webapps/34992.py
    idEDB-ID:34992
    last seen2016-02-04
    modified2014-10-17
    platformphp
    port
    published2014-10-17
    reporterClaudio Viviani
    sourcehttps://www.exploit-db.com/download/34992/
    titleDrupal Core <= 7.32 - SQL Injection 2
    typewebapps
  • descriptionDrupal Core <= 7.32 - SQL Injection (PHP). CVE-2014-3704,CVE-CVE-2014-3704. Webapps exploit for php platform
    fileexploits/php/webapps/34993.php
    idEDB-ID:34993
    last seen2016-02-04
    modified2014-10-17
    platformphp
    port
    published2014-10-17
    reporterDustin Dörr
    sourcehttps://www.exploit-db.com/download/34993/
    titleDrupal Core <= 7.32 - SQL Injection PHP
    typewebapps

Metasploit

descriptionThis module exploits the Drupal HTTP Parameter Key/Value SQL Injection (aka Drupageddon) in order to achieve a remote shell on the vulnerable instance. This module was tested against Drupal 7.0 and 7.31 (was fixed in 7.32). Two methods are available to trigger the PHP payload on the target: \- set TARGET 0: Form-cache PHP injection method (default). This uses the SQLi to upload a malicious form to Drupal's cache, then trigger the cache entry to execute the payload using a POP chain. \- set TARGET 1: User-post injection method. This creates a new Drupal user, adds it to the administrators group, enable Drupal's PHP module, grant the administrators the right to bundle PHP code in their post, create a new post containing the payload and preview it to trigger the payload execution.
idMSF:EXPLOIT/MULTI/HTTP/DRUPAL_DRUPAGEDDON
last seen2020-05-28
modified2019-12-11
published2014-10-16
references
reporterRapid7
sourcehttps://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/multi/http/drupal_drupageddon.rb
titleDrupal HTTP Parameter Key/Value SQL Injection

Nessus

  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2014-13030.NASL
    descriptionUpdate to upstream 7.32 security release for SA-CORE-2014-005, CVE-2014-3407 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2014-10-29
    plugin id78707
    published2014-10-29
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78707
    titleFedora 20 : drupal7-7.32-1.fc20 (2014-13030)
    code
    #%NASL_MIN_LEVEL 80502
    #
    # (C) Tenable Network Security, Inc.
    #
    # The descriptive text and package checks in this plugin were  
    # extracted from Fedora Security Advisory 2014-13030.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(78707);
      script_version("1.11");
      script_set_attribute(attribute:"plugin_modification_date", value:"2020/03/12");
    
      script_cve_id("CVE-2014-3704");
      script_bugtraq_id(70595);
      script_xref(name:"FEDORA", value:"2014-13030");
    
      script_name(english:"Fedora 20 : drupal7-7.32-1.fc20 (2014-13030)");
      script_summary(english:"Checks rpm output for the updated package.");
    
      script_set_attribute(
        attribute:"synopsis", 
        value:"The remote Fedora host is missing a security update."
      );
      script_set_attribute(
        attribute:"description", 
        value:
    "Update to upstream 7.32 security release for SA-CORE-2014-005,
    CVE-2014-3407
    
    Note that Tenable Network Security has extracted the preceding
    description block directly from the Fedora security advisory. Tenable
    has attempted to automatically clean and format it as much as possible
    without introducing additional issues."
      );
      script_set_attribute(
        attribute:"see_also",
        value:"https://bugzilla.redhat.com/show_bug.cgi?id=1153402"
      );
      # https://lists.fedoraproject.org/pipermail/package-announce/2014-October/141512.html
      script_set_attribute(
        attribute:"see_also",
        value:"http://www.nessus.org/u?222d2be4"
      );
      script_set_attribute(
        attribute:"solution", 
        value:"Update the affected drupal7 package."
      );
      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:F/RL:OF/RC:C");
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_core", value:"true");
      script_set_attribute(attribute:"d2_elliot_name", value:"Drupal core 7.x SQL Injection");
      script_set_attribute(attribute:"exploit_framework_d2_elliot", value:"true");
      script_set_attribute(attribute:"metasploit_name", value:'Drupal HTTP Parameter Key/Value SQL Injection');
      script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
    
      script_set_attribute(attribute:"plugin_type", value:"local");
      script_set_attribute(attribute:"cpe", value:"p-cpe:/a:fedoraproject:fedora:drupal7");
      script_set_attribute(attribute:"cpe", value:"cpe:/o:fedoraproject:fedora:20");
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2014/10/15");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/10/17");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/10/29");
      script_set_attribute(attribute:"generated_plugin", value:"current");
      script_end_attributes();
    
      script_category(ACT_GATHER_INFO);
      script_copyright(english:"This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.");
      script_family(english:"Fedora Local Security Checks");
    
      script_dependencies("ssh_get_info.nasl");
      script_require_keys("Host/local_checks_enabled", "Host/RedHat/release", "Host/RedHat/rpm-list");
    
      exit(0);
    }
    
    
    include("audit.inc");
    include("global_settings.inc");
    include("rpm.inc");
    
    if (!get_kb_item("Host/local_checks_enabled")) audit(AUDIT_LOCAL_CHECKS_NOT_ENABLED);
    release = get_kb_item("Host/RedHat/release");
    if (isnull(release) || "Fedora" >!< release) audit(AUDIT_OS_NOT, "Fedora");
    os_ver = eregmatch(pattern: "Fedora.*release ([0-9]+)", string:release);
    if (isnull(os_ver)) audit(AUDIT_UNKNOWN_APP_VER, "Fedora");
    os_ver = os_ver[1];
    if (! ereg(pattern:"^20([^0-9]|$)", string:os_ver)) audit(AUDIT_OS_NOT, "Fedora 20.x", "Fedora " + os_ver);
    
    if (!get_kb_item("Host/RedHat/rpm-list")) audit(AUDIT_PACKAGE_LIST_MISSING);
    
    cpu = get_kb_item("Host/cpu");
    if (isnull(cpu)) audit(AUDIT_UNKNOWN_ARCH);
    if ("x86_64" >!< cpu && cpu !~ "^i[3-6]86$") audit(AUDIT_LOCAL_CHECKS_NOT_IMPLEMENTED, "Fedora", cpu);
    
    flag = 0;
    if (rpm_check(release:"FC20", reference:"drupal7-7.32-1.fc20")) flag++;
    
    
    if (flag)
    {
      if (report_verbosity > 0) security_hole(port:0, extra:rpm_report_get());
      else security_hole(0);
      exit(0);
    }
    else
    {
      tested = pkg_tests_get();
      if (tested) audit(AUDIT_PACKAGE_NOT_AFFECTED, tested);
      else audit(AUDIT_PACKAGE_NOT_INSTALLED, "drupal7");
    }
    
  • NASL familyCGI abuses
    NASL idDRUPAL_7_CORE_SQLI.NASL
    descriptionThe remote web server is running a version of Drupal that is affected by a SQL injection vulnerability due to a flaw in the Drupal database abstraction API, which allows a remote attacker to use specially crafted requests that can result in arbitrary SQL execution. This may lead to privilege escalation, arbitrary PHP execution, or remote code execution.
    last seen2020-06-01
    modified2020-06-02
    plugin id78515
    published2014-10-16
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78515
    titleDrupal Database Abstraction API SQLi
    code
    #
    # (C) Tenable Network Security, Inc.
    #
    
    include("compat.inc");
    
    if (description)
    {
      script_id(78515);
      script_version("1.19");
      script_cvs_date("Date: 2019/11/25");
    
      script_cve_id("CVE-2014-3704");
      script_bugtraq_id(70595);
      script_xref(name:"EDB-ID", value:"34984");
      script_xref(name:"EDB-ID", value:"34992");
      script_xref(name:"EDB-ID", value:"34993");
      script_xref(name:"EDB-ID", value:"35150");
    
      script_name(english:"Drupal Database Abstraction API SQLi");
      script_summary(english:"Attempts to execute a SQLi exploit against the Drupal instance.");
    
      script_set_attribute(attribute:"synopsis", value:
    "The remote web server is running a PHP application that is affected by
    a SQL injection vulnerability.");
      script_set_attribute(attribute:"description", value:
    "The remote web server is running a version of Drupal that is affected
    by a SQL injection vulnerability due to a flaw in the Drupal database
    abstraction API, which allows a remote attacker to use specially
    crafted requests that can result in arbitrary SQL execution. This may
    lead to privilege escalation, arbitrary PHP execution, or remote code
    execution.");
      script_set_attribute(attribute:"see_also", value:"https://www.drupal.org/SA-CORE-2014-005");
      script_set_attribute(attribute:"see_also", value:"https://www.drupal.org/project/drupal/releases/7.32");
      script_set_attribute(attribute:"solution", value:
    "Upgrade to version 7.32 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:F/RL:OF/RC:C");
    
      script_set_attribute(attribute:"exploitability_ease", value:"Exploits are available");
      script_set_attribute(attribute:"exploit_available", value:"true");
      script_set_attribute(attribute:"exploit_framework_core", value:"true");
      script_set_attribute(attribute:"d2_elliot_name", value:"Drupal core 7.x 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:"metasploit_name", value:'Drupal HTTP Parameter Key/Value SQL Injection');
      script_set_attribute(attribute:"exploit_framework_metasploit", value:"true");
      script_set_attribute(attribute:"exploit_framework_canvas", value:"true");
      script_set_attribute(attribute:"canvas_package", value:'CANVAS');
    
      script_set_attribute(attribute:"vuln_publication_date", value:"2014/10/15");
      script_set_attribute(attribute:"patch_publication_date", value:"2014/10/15");
      script_set_attribute(attribute:"plugin_publication_date", value:"2014/10/16");
    
      script_set_attribute(attribute:"plugin_type", value:"remote");
      script_set_attribute(attribute:"cpe", value:"cpe:/a:drupal:drupal");
      script_end_attributes();
    
      script_category(ACT_ATTACK);
      script_family(english:"CGI abuses");
    
      script_copyright(english:"This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");
    
      script_dependencies("drupal_detect.nasl");
      script_require_keys("www/PHP", "installed_sw/Drupal");
      script_require_ports("Services/www", 80);
    
      exit(0);
    }
    
    include("audit.inc");
    include("global_settings.inc");
    include("misc_func.inc");
    include("http.inc");
    include("install_func.inc");
    
    app = "Drupal";
    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 = build_url(qs:dir, port:port);
    
    vuln = FALSE;
    time_based = FALSE;
    
    headers = make_array("Content-Type","application/x-www-form-urlencoded");
    postdata = "name[0;SELECT+@@version;#]=0;&name[0]=nessus&pass=nessus&test2=" +
      "test&form_build_id=&form_id=user_login_block&op=Log+in";
    
    res = http_send_recv3(
      method : "POST",
      port   : port,
      item   : dir + "/?q=node&destination=node",
      data   : postdata,
      add_headers  : headers,
      exit_on_fail : TRUE
    );
    
    if (
      ">Warning</em>: mb_strlen() expects parameter" >< res[2] &&
      "The website encountered an unexpected error." >!< res[2]
    )
    {
      vuln = TRUE;
      attack_req = http_last_sent_request();
      output = strstr(res[2], ">Warning</em>: mb_strlen()");
    }
    
    # Check time based attack for instances where error messages have been
    # disabled by the administrator -> https://www.drupal.org/node/244642
    if (!vuln && report_paranoia == 2)
    {
      stimes = make_list(4, 6, 9);
    
      for ( i = 0 ; i < max_index(stimes); i ++ )
      {
        http_set_read_timeout(stimes[i] + 10);
        then = unixtime();
        postdata = "name[0;SELECT+sleep(" + stimes[i] + ");#]=&name[0]=nessus" +
          "&pass=fake&test2=test&form_build_id=&form_id=user_login_block&op=Log+in";
    
        res = http_send_recv3(
          method : "POST",
          port   : port,
          item   : dir + "/?q=node&destination=node",
          data   : postdata,
          add_headers : headers,
          exit_on_fail : TRUE
        );
        now = unixtime();
    
        ttime = now - then;
        if ( (ttime >= stimes[i]) && (ttime <= (stimes[i] + 5)) )
        {
          vuln = TRUE;
          time_based = TRUE;
          attack_req = http_last_sent_request();
          output = 'The request produced a sleep time of ' + ttime + ' seconds.';
          continue;
        }
        else
          vuln = FALSE;
      }
    }
    
    if (!vuln) audit(AUDIT_WEB_APP_NOT_AFFECTED, app, url);
    
    if (time_based)
    {
      snip = crap(data:"-", length:30)+' snip '+ crap(data:"-", length:30);
      set_kb_item(name:'www/'+port+'/SQLInjection', value:TRUE);
      if (report_verbosity > 0)
      {
        report =
          '\nNessus was able to exploit the issue using the following request :' +
          '\n' + attack_req + '\n' +
          '\n' + output +
          '\n';
        security_hole(port:port, extra:report);
      }
      else security_hole(port);
      exit(0);
    }
    else
    {
      security_report_v4(
        port       : port,
        severity   : SECURITY_HOLE,
        generic    : TRUE,
        line_limit : 5,
        sqli       : TRUE,  # Sets SQLInjection KB key
        request    : make_list(attack_req),
        output     : chomp(output)
      );
      exit(0);
    }
    
    
  • NASL familyFreeBSD Local Security Checks
    NASL idFREEBSD_PKG_6F825FA4556011E4A4C300A0986F28C4.NASL
    descriptionDrupal Security Team reports : Drupal 7 includes a database abstraction API to ensure that queries executed against the database are sanitized to prevent SQL injection attacks. A vulnerability in this API allows an attacker to send specially crafted requests resulting in arbitrary SQL execution. Depending on the content of the requests this can lead to privilege escalation, arbitrary PHP execution, or other attacks. This vulnerability can be exploited by anonymous users.
    last seen2020-06-01
    modified2020-06-02
    plugin id78521
    published2014-10-17
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78521
    titleFreeBSD : drupal7 -- SQL injection (6f825fa4-5560-11e4-a4c3-00a0986f28c4)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2014-12934.NASL
    descriptionUpdate to upstream 7.32 security release for SA-CORE-2014-005, CVE-2014-3704 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2014-11-03
    plugin id78795
    published2014-11-03
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78795
    titleFedora 21 : drupal7-7.32-1.fc21 (2014-12934)
  • NASL familyFedora Local Security Checks
    NASL idFEDORA_2014-13053.NASL
    descriptionUpdate to upstream 7.32 security release for SA-CORE-2014-005, CVE-2014-3704 Note that Tenable Network Security has extracted the preceding description block directly from the Fedora security advisory. Tenable has attempted to automatically clean and format it as much as possible without introducing additional issues.
    last seen2020-03-17
    modified2014-10-29
    plugin id78710
    published2014-10-29
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78710
    titleFedora 19 : drupal7-7.32-1.fc19 (2014-13053)
  • NASL familyMandriva Local Security Checks
    NASL idMANDRIVA_MDVSA-2015-181.NASL
    descriptionUpdated drupal packages fix security vulnerabilities : An information disclosure vulnerability was discovered in Drupal before 7.27. When pages are cached for anonymous users, form state may leak between anonymous users. Sensitive or private information recorded for one anonymous user could thus be disclosed to other users interacting with the same form at the same time (CVE-2014-2983). Multiple security issues in Drupal before 7.29, including a denial of service issue, an access bypass issue in the File module, and multiple cross-site scripting issues (CVE-2014-5019, CVE-2014-5020, CVE-2014-5021, CVE-2014-5022). A denial of service issue exists in Drupal before 7.31, due to XML entity expansion in a publicly accessible XML-RPC endpoint. A SQL Injection issue exists in Drupal before 7.32 due to the way the Drupal core handles prepared statements. A malicious user can inject arbitrary SQL queries, and thereby completely control the Drupal site. This vulnerability can be exploited by remote attackers without any kind of authentication required (CVE-2014-3704). Aaron Averill discovered that a specially crafted request can give a user access to another user
    last seen2020-06-01
    modified2020-06-02
    plugin id82456
    published2015-03-31
    reporterThis script is Copyright (C) 2015-2019 Tenable Network Security, Inc.
    sourcehttps://www.tenable.com/plugins/nessus/82456
    titleMandriva Linux Security Advisory : drupal (MDVSA-2015:181)
  • NASL familyDebian Local Security Checks
    NASL idDEBIAN_DSA-3051.NASL
    descriptionStefan Horst discovered a vulnerability in the Drupal database abstraction API, which may result in SQL injection.
    last seen2020-03-17
    modified2014-10-17
    plugin id78518
    published2014-10-17
    reporterThis script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78518
    titleDebian DSA-3051-1 : drupal7 - security update
  • NASL familyCGI abuses
    NASL idDRUPAL_7_32.NASL
    descriptionThe remote web server is running a version of Drupal that is 7.x prior to 7.32. It is, therefore, potentially affected by a SQL injection vulnerability due to a flaw in the Drupal database abstraction API, which allows a remote attacker to use specially crafted requests that can result in arbitrary SQL execution. This may lead to privilege escalation, arbitrary PHP execution, or remote code execution. Note that Nessus has not tested for this issue but has instead relied only on the application
    last seen2020-06-01
    modified2020-06-02
    plugin id78511
    published2014-10-16
    reporterThis script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof.
    sourcehttps://www.tenable.com/plugins/nessus/78511
    titleDrupal 7.x < 7.32 SQLi

Packetstorm

Seebug

  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:87362
    last seen2017-11-19
    modified2014-11-13
    published2014-11-13
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-87362
    titleDrupal Core &lt;= 7.32 - SQL Injection (PHP)
  • bulletinFamilyexploit
    descriptionNo description provided by source.
    idSSV:87363
    last seen2017-11-19
    modified2014-11-13
    published2014-11-13
    reporterRoot
    sourcehttps://www.seebug.org/vuldb/ssvid-87363
    titleDrupal Core <= 7.32 - SQL Injection (#2)