Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.99 KB

README.md

File metadata and controls

24 lines (17 loc) · 1.99 KB

Drupageddon

SA-CORE-2014-005 - Drupal core - SQL injection

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.

Patch: SA-CORE-2014-005-D7.patch

See also: