Drupalgeddon
CVE-2014-3704 is a SQL injection vulnerability in Drupal core 7.x before 7.32. The flaw is in the database abstraction API, specifically the expandArguments function, which does not properly construct prepared statements when handling arrays with attacker-controlled crafted keys. A remote attacker can supply malicious input that alters the resulting SQL query structure, enabling injection of arbitrary SQL statements against the backend database.
Are you exposed to this one?
Mallory correlates every CVE against your assets, your vendors, and active adversary campaigns. Know which vulnerabilities matter for you, not just which ones are loud.
Impact, mitigation & remediation
What it means. What to do now. Patch path, mitigations, and the assume-compromise checklist.
Impact
What an attacker gets, and what they’ve been doing with it.
Mitigation
If you can’t patch tonight, do this now.
Remediation
Patch, then assume compromise.
Exploits
3 valid exploits after Mallory filtered fakes, detection scripts, and README-only repos (5 hidden).
This repository is a penetration testing lab focused on exploiting a vulnerable Drupal 7.x installation (CVE-2014-3704, also known as Drupalgeddon). The main exploit is a Python script (script/exploit-drupal-cve-2014-3704.py) that performs a SQL injection attack against a Drupal 7.x instance, allowing the attacker to create a new administrator user and assign admin privileges. The script requires the attacker to specify the target URL, desired username, and password for the new admin account. The README.md provides a detailed walkthrough of the attack chain, including initial reconnaissance, exploitation of the SQL injection, post-exploitation steps (such as obtaining a reverse shell via the PHP Filter module and escalating privileges to root), and recommendations for remediation. The exploit is operational and demonstrates a full compromise of a vulnerable Drupal 7.x system. The only code file is the Python exploit script, which targets the web interface of the Drupal installation via HTTP POST requests.
This repository contains a Python 3 exploit script (CVE-2014-3704.py) targeting the Drupal 7.x SQL injection vulnerability (CVE-2014-3704, also known as 'Drupalgeddon'). The exploit allows a remote attacker to create a new administrator user on a vulnerable Drupal 7.x site by sending a specially crafted HTTP POST request to the user login form. The script generates a Drupal-compatible password hash, constructs a malicious SQL injection payload, and submits it to the target site. If successful, it reports the creation of the new admin user and provides the credentials. The repository also includes a README.md with usage instructions and a LICENSE file. The main exploit file is self-contained, does not rely on external frameworks, and demonstrates a practical, operational exploit for this critical vulnerability.
This repository contains a Python 3 proof-of-concept exploit for CVE-2014-3704 (Drupalgeddon), targeting Drupal 7.x versions 7.0 through 7.31. The exploit leverages a pre-authenticated SQL injection vulnerability to create a new administrator user on the target Drupal instance. The main file, 'drupalgeddon.py', is a direct port of a well-known exploit to Python 3, requiring the attacker to specify the target URL, desired username, and password for the new admin account. The script constructs a malicious POST request to the Drupal login endpoint, injecting SQL commands to insert a new user and assign administrative privileges. The README provides background on the vulnerability and usage instructions. No hardcoded IPs or domains are present; the target is specified at runtime. The exploit is a functional POC and does not include advanced features or payload customization.
Affected products & vendors
Products and vendors Mallory has correlated with this vulnerability. Open in Mallory to drill down to specific CPE configurations and version ranges.
Vendor-confirmed product mapping. Mallory continuously reconciles this list against your asset inventory.
Recent activity
2 sources tracked across advisories, community write-ups, and news. New activity surfaces here as Mallory finds it.
A past Drupal SQL injection vulnerability referenced as an example of a widely exploited Drupal flaw used to compromise websites globally.
A SQL injection vulnerability in Drupal that allows attackers to execute arbitrary SQL commands, potentially leading to remote code execution.
The version that knows your environment.
Query your assets running an affected version, and investigate the blast radius.
Every observed campaign linking this CVE to a named adversary.
Malware families riding this exploit, with evidence and IOCs.
YARA, Sigma, Snort, and vendor rules, auto-deployed to your SIEM.
Cross-references every affected SKU, including bundled OEM variants.
Community discussion across Reddit, Mastodon, and other social sources.