Drupal Core SQL Injection Vulnerability

Summary
Drupal is prone to an SQL-injection vulnerability
Impact
Exploiting this issue could allow an attacker to execute arbitrary code, to gain elevated privileges and to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
Solution
Updates are available
Insight
Drupal fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Affected
Drupal 7.x versions prior to 7.32 are vulnerable.
Detection
Send a special crafted HTTP POST request and check the response.
References