惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
Apple Machine Learning Research
Apple Machine Learning Research
宝玉的分享
宝玉的分享
博客园 - 叶小钗
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 司徒正美
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - Franky
爱范儿
爱范儿
罗磊的独立博客
IT之家
IT之家
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
N
Netflix TechBlog - Medium
云风的 BLOG
云风的 BLOG
P
Proofpoint News Feed
U
Unit 42
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
T
Tailwind CSS Blog
H
Help Net Security
博客园_首页
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
人人都是产品经理
人人都是产品经理

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GPU Rowhammer Attack Enables Privilege Escalation and Full System Compromise GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns
Avada Builder Flaws Expose One Million WordPress Sites
Alessandro Mascellino · 2026-05-13 · via www.infosecurity-magazine.com

Two newly disclosed vulnerabilities in the Avada Builder WordPress plugin have placed around one million sites at risk of arbitrary file read and SQL injection attacks.

According to analysis from Wordfence published on May 12, the flaws were reported by independent researcher Rafie Muhammad through the Wordfence Bug Bounty Program on March 21.

SVG Shortcode and Post Cards Flaws

The first issue, tracked as CVE-2026-4782, is an arbitrary file read flaw rated 6.5 on the Common Vulnerability Scoring System (CVSS).

It sits in the plugin's fusion_get_svg_from_file function, which is invoked through the fusion_section_separator shortcode when a custom_svg parameter is supplied.

Because the function performs no file type or source validation, authenticated users with subscriber-level access can use it to read sensitive files on the server. These include wp-config.php, which holds WordPress's database credentials, cryptographic keys and salts.

Read more on WordPress plugin vulnerabilities: Flaw in Slider Revolution Plugin Exposed 4m WordPress Sites

The second flaw, CVE-2026-4798, is a more severe unauthenticated time-based SQL injection in the product_order parameter, rated 7.5 (High).

Although the plugin calls sanitize_text_field() on the input, that function does not defend against SQL injection. The surrounding ORDER BY clause is concatenated into the query without using WordPress's prepare() escaping.

The flaw is only exploitable on sites where WooCommerce was previously installed and then deactivated.

Disclosure and Patch Timeline

Wordfence shared full disclosure with the Avada team on March 24 and 25, and the vendor began work on a fix the same day.

The developer then shipped an initial patch in version 3.15.2 on April 13, followed by the complete fix in 3.15.3 on May 12.

Wordfence urged site owners to apply the update without delay. Defensive measures site administrators may also want to consider given the nature of the flaws include:

  • Auditing subscriber accounts created around the disclosure window

  • Rotating credentials stored in wp-config.php if compromise is suspected

  • Checking for unusual admin-ajax.php traffic referencing the affected shortcode

The disclosure marks the latest entry in Wordfence's running record of Avada Builder vulnerabilities.