Security Advisory - Published 2026-06-19 - WordPress / WooCommerce

WordPress June 19 batch: check plugins, webhooks, orders, users, and files

This group covers BetterDocs Pro, Avada/Fusion Builder, Media Library Assistant, CF7 to Webhook, Bit Integrations, Advanced Import, Simple Membership, STRABL, Customize My Account for WooCommerce, User Registration Stripe, Clean Login, and several Patchstack-tracked WordPress themes. Patch the component first, then review whether the site changed before the update.

Defensive scope: use this guide only for sites you own or are approved to review. The checks below stay at inventory, settings, logs, users, files, and recovery.

Affected components

CVEComponentAffectedReviewCVSS
CVE-2026-7515BetterDocs Pro<= 3.8.0PHP files and uploads9.8
CVE-2026-8713Avada / Fusion Builder<= 3.15.3Avada forms, deleted files, and wp-config state9.1
CVE-2026-56012Media Library Assistant<= 3.35database errors and media records8.5
CVE-2026-54818Slimstat Analytics<= 5.4.11analytics tables and database errors8.5
CVE-2026-54813SureDash<= 1.8.0database errors and dashboard records8.5
CVE-2024-32949Integrate Google Drive<= 1.3.8Google Drive file access and plugin permissions8.3
CVE-2026-54184Clean Login<= 1.15login flows and user records8.2
CVE-2026-40726User Registration Stripe<= 1.3.14registration payments and user records8.2
CVE-2026-49081User Registration Stripe<= 1.3.12registration payments and user records8.2
CVE-2025-69110AirSupply theme<= 2.0.0theme files and recent PHP changes8.1
CVE-2025-58924Geya theme<= 1.15theme files and recent PHP changes8.1
CVE-2025-58954HomeRoofer theme<= 2.11.0theme files and recent PHP changes8.1
CVE-2025-58953Joly theme<= 1.22.0theme files and recent PHP changes8.1
CVE-2025-60085Learnify theme<= 1.15.0theme files and recent PHP changes8.1
CVE-2025-69105Modernee theme<= 1.6.0theme files and recent PHP changes8.1
CVE-2025-58952Neuronet theme< 1.14.0theme files and recent PHP changes8.1
CVE-2025-69112Planty theme<= 1.14.0theme files and recent PHP changes8.1
CVE-2025-69109Raider Spirit theme<= 1.1.2theme files and recent PHP changes8.1
CVE-2025-69107Rosaleen theme<= 2.8theme files and recent PHP changes8.1
CVE-2026-11395CF7 to Webhook<= 5.0.0Contact Form 7 webhook settings7.2
CVE-2026-11989Bit Integrations<= 2.8.7WooCommerce and attachment integrations6.5
CVE-2026-4328Advanced Import<= 1.4.6import URLs and outbound requests6.4
CVE-2026-12137Customize My Account for WooCommerce<= 4.3.6shop manager sessions and admin visits6.1
CVE-2026-12093Simple Membership<= 4.7.5member status and Stripe webhook settings5.3
CVE-2026-3640STRABL checkout solution<= 4.5WooCommerce orders, refunds, and user creation5.3

Owner self-check

wp plugin list --fields=name,version,status | egrep 'betterdocs|fusion-builder|media-library-assistant|cf7-to-zapier|bit-integrations|advanced-import|simple-membership|strabl|customize-my-account'
wp plugin list --fields=name,version,status | egrep 'integrate-google-drive|user-registration-stripe|clean-login|suredash|wp-slimstat'
wp theme list --fields=name,version,status | egrep 'geya|neuronet|joly|homeroofer|learnify|modernee|rosaleen|raider|airsupply|planty'
wp user list --fields=ID,user_login,roles,user_registered
wp option list --search='webhook' --fields=option_name,option_value
wp wc order list --per_page=20 --orderby=date --order=desc 2>/dev/null
find wp-content -type f -mtime -10 | egrep '\\.php$|\\.phtml$|\\.phar$|\\.zip$|\\.sql$'

What to review before closing

  • Unexpected administrators, shop managers, customer accounts, or application passwords.
  • WooCommerce orders, refunds, chargebacks, webhook settings, and payment status changes.
  • Contact Form 7, import, attachment, and integration settings that fetch remote resources.
  • WordPress themes with local file inclusion risk and any inactive copies still present on disk.
  • Avada form records, deleted files, changed configuration, or missing site files.
  • Executable files under uploads, cache, backup, import, or temporary directories.

Safe fix path

  1. Patch or disable every affected plugin. Remove inactive vulnerable copies from disk.
  2. Preserve access logs, order history, user lists, and recent file timestamps.
  3. Rotate WordPress admin, hosting, payment, and webhook secrets if suspicious changes are found.
  4. Restore files from a clean backup only after the vulnerable plugin is patched or removed.

Repair help

Use Ping7 CVE Repair when the site has unknown users, strange WooCommerce orders, changed webhooks, missing files, redirects, SEO spam, or PHP files that appeared during the exposure window.

References