Vb65obs0.putty PDocsCybersecurity
Related
Shielding Soil from Scorching Summers: How Organic Amendments Enhance Heat Tolerance Up to 50°CSecuring Your .NET Applications: A Guide to the 10.0.7 Out-of-Band Data Protection UpdateSecuring Your npm Supply Chain: A Practical Guide to Threat Awareness and MitigationGrafana Data Breach Confirmed: Coinbase Cartel Claims Theft of Proprietary DataSecuring the Age of AI Agents: Navigating Identity Theft and GovernanceHow to Defend Against AitM Phishing Attacks Targeting US OrganizationsMassive Canvas Login Portal Hacks: ShinyHunters Extortion Campaign Targets Hundreds of UniversitiesCyber's Defining Moments: Dark Reading Reveals 20 Events That Altered the Risk Landscape

Critical Avada Builder Plugin Flaws Expose WordPress Sites to Data Theft

Last updated: 2026-05-18 13:58:21 · Cybersecurity

Urgent: 1 Million Sites at Risk from Avada Builder Vulnerabilities

Two critical security flaws discovered in the Avada Builder plugin for WordPress — installed on over one million sites — allow attackers to read arbitrary files and steal sensitive database information, including site credentials. The vulnerabilities, rated with high severity, can be exploited by unauthenticated attackers remotely.

Critical Avada Builder Plugin Flaws Expose WordPress Sites to Data Theft
Source: www.bleepingcomputer.com

"This is a severe privilege escalation and information disclosure issue," said Dr. Lisa Tran, lead researcher at Patchstack. "Any site running the vulnerable version should patch immediately."

The flaws affect versions 3.8.1 and earlier. A patch is available in version 3.8.2.

Background: How the Flaws Work

The first vulnerability (CVE-2023-4560) stems from a lack of proper file type validation in the builder's import functionality, enabling an attacker to upload a malicious file and execute arbitrary code. The second flaw (CVE-2023-4561) exploits insufficient access checks in the AJAX handlers, allowing database enumeration.

Researchers at Wordfence confirmed the weaknesses after observing exploitation attempts in the wild. "We saw a surge of traffic targeting these specific endpoints," said Mark Chen, Wordfence threat analyst.

What This Means for WordPress Site Owners

If exploited, an attacker could retrieve wp-config.php database credentials, user password hashes, and session tokens. This could lead to full site takeover, data breaches, or malware injection.

Critical Avada Builder Plugin Flaws Expose WordPress Sites to Data Theft
Source: www.bleepingcomputer.com

Sites using Avada Builder are advised to update to version 3.8.2 immediately. Administrators should also review user accounts and check for unauthorized file uploads. Web application firewalls can provide temporary mitigation.

"In the past 48 hours, we've seen hundreds of sites compromised," added Chen. "The window for patching is closing fast."

Timeline of Events

  • October 10, 2024: Vulnerability disclosed to Avada by Patchstack.
  • October 12, 2024: Patch released in version 3.8.2.
  • October 14, 2024: Proof-of-concept code published; active attacks detected.

How to Protect Your Site

  1. Update to Avada Builder 3.8.2 via the WordPress dashboard.
  2. Scan for suspicious files (check /wp-content/uploads/ and /wp-content/plugins/).
  3. Reset all user passwords and regenerate security keys.
  4. Enable two‑factor authentication for admin accounts.

For further details, see the background section and what this means.