What to Do Now for WordPress plugin vulnerability
If your WordPress site runs the Burst Statistics analytics plugin, you need to check it today. A critical authentication bypass flaw (CVE-2026-8181) is being actively exploited, the patched version is 3.4.2, and roughly 115,000 sites are still exposed at the time of writing. Australian small business owners on shared hosting are squarely in the firing line, and this is a useful moment to look at how your site is being protected day to day.
What actually happened
On 8 May 2026, the security firm Wordfence discovered a critical vulnerability in Burst Statistics, a privacy-focused WordPress analytics plugin used on around 200,000 sites. The flaw was given a CVSS severity score of 9.8 out of 10, which is about as serious as it gets. According to BleepingComputer, the bug lets an unauthenticated attacker impersonate any administrator on the site during REST API requests, just by sending a request with a known admin username and any arbitrary password. From there it is trivial to create a new admin account and take the site over.
Burst Statistics versions 3.4.0 and 3.4.1 are affected. The vendor, Really Simple Plugins, released a fixed version 3.4.2 on 12 May 2026. Wordfence telemetry recorded more than 7,400 blocked attacks in a single 24-hour window after public disclosure, which tells us this is being exploited in the wild right now, not just discussed in theory.
There is one detail Australian site owners should know about. Wordfence customers on the Premium, Care or Response tiers were protected by the firewall rule from 8 May. Free Wordfence users are not scheduled to receive the same firewall rule until 7 June 2026. That leaves a four-week window where the most popular WordPress security plugin, in its free form, will not block this specific attack at the firewall layer. If you are running the free version of Wordfence and you have Burst Statistics installed, updating the plugin is the only real protection you have until that date.
Sources for the technical details: BleepingComputer, Bitdefender HotforSecurity, SC Media.

Why this matters for Australian small businesses
Plugin vulnerabilities are not a fringe problem for the WordPress ecosystem, they are the main way small business sites get compromised. Australia is not insulated from any of this. The Australian Signals Directorate’s most recent Annual Cyber Threat Report notes a cybercrime is reported in Australia roughly every six minutes, with the average financial loss for small businesses sitting near $49,000 per incident. A separate figure that gets quoted often by Australian cyber insurers is that more than 60 percent of Australian SMEs do not survive a serious cyber attack.
For a cafe in Newtown or an electrician in Geelong, those numbers are not abstract. A hacked WordPress site usually means three painful things happening at once. Customers see a defaced homepage or a malware warning in Google Chrome and Safari, Google quietly drops your rankings while it works out whether your site is safe, and your hosting company suspends the account until you clean up. The bill, when you add lost trade and recovery work, is rarely under five figures.
This particular plugin is a useful example because Burst Statistics is the kind of tool small businesses install for good reasons. It is a privacy-focused alternative to Google Analytics, it sits well with GDPR and the Australian Privacy Act, and it is recommended in plenty of “ethical web” roundups. Nobody installed this plugin to be reckless. They installed it because they were trying to do the right thing. That is exactly why proactive WordPress maintenance matters, the threat is rarely from the obviously dodgy code.
What to do today, step by step
- Update Burst Statistics to version 3.4.2 or later through wp-admin > Plugins > Updates. If you cannot update through the dashboard, deactivate and delete the plugin, then reinstall the latest version.
- Audit your admin user list. Remove any account you do not recognise, and force a password reset on the rest. Use long, unique passphrases.
- Rotate any application passwords or REST API keys you have issued from this site, particularly those tied to admin-level users.
- Take a fresh, offline backup of the database and the /wp-content/ directory, and store it somewhere outside the web host. UpdraftPlus or BlogVault both work well for this.
- Scan the site with a reputable malware scanner. Wordfence and Sucuri both offer this. If anything is flagged, do not try to clean a heavily compromised site yourself, get professional help.
- Check Google Search Console for any security issues or manual actions, and request a review if anything appears.
- Patch every other plugin and the WordPress core while you are in there. The pattern of attack we are seeing on Burst Statistics is almost identical to what hits any other vulnerable plugin, so a single missed update is enough to undo all the above work.
If your site is already showing signs of compromise, our team handles WordPress malware removal and emergency site recovery for Australian businesses, usually within 24 hours.

Why this keeps happening to WordPress sites
WordPress powers a huge share of the web, and the plugin ecosystem is what makes it useful. The Patchstack State of WordPress Security in 2026 whitepaper consistently shows the vast majority of new WordPress vulnerabilities each year come from plugins, not WordPress core itself. Core is genuinely well-maintained. Plugins are a mixed bag, and even well-respected privacy and analytics plugins ship critical flaws from time to time, as the Burst Statistics case shows.
There are three structural reasons small business sites keep getting caught:
- Auto-updates are off by default for many plugins, and a lot of site owners are nervous about them because an update sometimes breaks the front end.
- Nobody is watching the security feeds. A vulnerability disclosed on a Friday afternoon at 4pm is exploited in the wild by Saturday morning. A part-time bookkeeper who also “looks after the website” is not going to catch that.
- Hosting is rarely set up to block the attack. Cheap shared hosting plans often do not include a web application firewall worth the name, so the only thing between the attacker and the database is the plugin code itself.
Reactive cleanup versus a WordPress care plan
When people ring us after a hack, the conversation almost always lands in the same place. The cost of cleaning up is several times more than the cost of preventing it. Here is the comparison we walk most clients through.
| Approach | Typical monthly cost | What you get | What it does not cover |
|---|---|---|---|
| Do it yourself | $0 | Free Wordfence, manual updates when you remember | No firewall coverage during the disclosure-to-patch gap, no offsite backups, no recovery time guarantee |
| Reactive: pay a developer per hour after each incident | $0 most months, $1,500 to $8,000+ per incident | Hack cleanup, malware removal, sometimes Google blacklist removal | No prevention, no SLA, often weeks of degraded ranking afterwards |
| WordPress care plan | $99 to $399 per month for an SMB site | Daily offsite backups, monitored updates, premium firewall, uptime monitoring, monthly report, priority response | Major redesigns or new feature builds, although usually discounted for care plan clients |
For most Australian small business sites, a care plan that includes premium firewall coverage would have closed the Burst Statistics gap on day one, well before the free firewall rule arrives on 7 June. That is the practical value of the model, and it is why we offer WordPress care plans as a standard option alongside the build.
A small note on Google rankings
Google does not just deindex hacked sites, it also rewards sites that recover quickly with clean signals. If your site is compromised, the speed of your response matters for SEO as much as it does for the customer experience. Google’s own guidance, in Search Central’s hacked sites documentation, is to clean up thoroughly, then submit a reconsideration request. The faster you do that, the smaller the ranking dent.

Frequently asked questions
Is the Burst Statistics plugin safe to keep using after the patch?
Yes. Version 3.4.2 fixes the specific authentication bypass. The plugin itself is a legitimate, well-maintained analytics tool. The lesson is not “stop using Burst,” it is “have a process for spotting and applying these updates within hours, not weeks.”
I have never heard of this plugin, am I still at risk? Not from this specific CVE, but you almost certainly have other plugins on your site that have had recent vulnerabilities. WordPress sites typically run 20 to 30 plugins. The probability that all of them are fully patched right now is low if nobody is actively maintaining the site.
How quickly do attackers move after a vulnerability is disclosed? Hours, not days. Wordfence recorded over 7,400 blocked attacks against this single CVE inside 24 hours of disclosure. That is the speed Australian small business owners are competing with.
Will a Wordfence or Sucuri scan tell me if I have been hacked? It will catch most common indicators, including back-door PHP files and known malware signatures, but it cannot guarantee a clean bill of health. If you suspect a compromise, get a manual review.
Does a website builder like Wix or Squarespace avoid this problem? Largely yes, because there is no plugin ecosystem to patch. The trade-off is far less flexibility, weaker SEO control, and ongoing platform fees. For most Australian SMBs that want to grow with their site, WordPress with proper maintenance is still the better long-term call.
Where to go from here
If you run Burst Statistics, patch it before you close this tab. If you are not sure what plugins your site runs, when they were last updated, or who would notice if your site went down at 3am tomorrow, that is the gap worth fixing this month. We offer a free 30-minute audit where our team reviews your WordPress site’s plugins, security posture and Core Web Vitals, and gives you a plain-English report on what to do next. No sales script, just a working list.
You can book that audit through our contact page, or reply to this article with your site URL and we will take a look.
Sources and further reading: BleepingComputer on CVE-2026-8181, Bitdefender HotforSecurity, Patchstack State of WordPress Security 2026, Google Search Central, Hacked Sites.

