SQL injection vulnerability in the Search Autocomplete module before 7.x-2.1 for Drupal allows remote authenticated users with the "use search_autocomplete" permission to execute arbitrary SQL commands via unspecified vectors.
The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data.
Link | Tags |
---|---|
http://secunia.com/advisories/47731 | third party advisory vendor advisory |
http://drupal.org/node/1410674 | patch |
http://www.openwall.com/lists/oss-security/2012/04/07/1 | mailing list |
http://www.securityfocus.com/bid/51667 | patch vdb entry |
http://drupal.org/node/1416612 | patch vendor advisory |
http://drupalcode.org/project/search_autocomplete.git/commit/589e8f6 |