neox Posted October 25, 2014 Report Posted October 25, 2014 This vuln has been getting a lot of attention, and rightfully so. The good news is an update is available (and a supplemental patch has been released as well). The bad news is that it’s pre-auth SQLi. The basic problem is the way Drupal core 7.x versions prior to 7.32 construct a SQL query. Contrary to some claims, this is not a flaw in the use of prepared statements/parameterized queries, which are still viable options for preventing SQL injection. The flaw in this case manifests itself before the prepared statement is constructed and executed. Let me show you what I mean....videohttp://www.securitysift.com/wp-content/uploads/2014/10/drupal7_sqli.mp4source:Drupal 7 SQL Injection (CVE-2014-3704) - Security SiftSecurity Sift Quote