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

推荐订阅源

MongoDB | Blog
MongoDB | Blog
B
Blog
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
B
Blog RSS Feed
博客园 - Franky
V
V2EX
IT之家
IT之家
WordPress大学
WordPress大学
博客园 - 三生石上(FineUI控件)
J
Java Code Geeks
F
Fortinet All Blogs
I
InfoQ
云风的 BLOG
云风的 BLOG
腾讯CDC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
月光博客
月光博客
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
N
Netflix TechBlog - Medium
宝玉的分享
宝玉的分享
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog

Consumer Insights

The ransomware negotiator who was working for the other side After years on the run, alleged Ryuk ransomware operator pleads guilty INTERPOL crackdown shows scammers shifting to social media Meta lets strangers remix your public Instagram photos with AI—here’s how to opt out Invited to a "job interview" with Netflix or OpenAI? Beware! Your Google password could be at risk Two arrested over credit card phishing - as the Netherlands is named Europe's worst for payment fraud India pauses WhatsApp username feature over security concerns Alleged teen ransomware hustler faces US charges after arrest in Finland WhatsApp usernames explained: how to reserve yours and stay safe Scammers race to cash in on Venezuelan earthquake disaster USB drives carrying China-linked malware infected Japanese military networks for nearly a year WhatsApp tests new safety prompt before you chat with strangers Social media is worth celebrating. It's also worth protecting. Polish police dismantle SIM-swap gang accused of crypto theft Operation Endgame deals fresh blow to StealC and Amadey malware networks Hacker hijacks Brazil's national alert system, sending "misanthropy" to millions of phones Cybercrime now rivals traditional crime across parts of Asia Apple's Hide My Email tweak leaves privacy fans fuming Americans lost $3.5 billion to imposter scams last year — and the scams are getting harder to spot Scammers have killed the physical Steam Gift cards Crypto investment scam sends couriers to collect victims' cash, FBI warns Maine forced to take down data breach portal after fake notices filed with authorities Privacy own-goal: World Cup blunder leaks Lionel Messi's passport details Why schools remain one of cybercriminals' favourite targets WhatsApp detects new spyware activity from Israel’s NSO Group despite court order Got a LinkedIn message from a recruiter? It might be Chinese intelligence, warn FBI and MI5 Europol cracks down on illegal streaming globally Hackers didn't hack Instagram; they just asked Meta AI FBI Warns Fans About FIFA Scams Ahead of 2026 World Cup Virtual knife, real lawsuit: Counter-Strike skin dispute ends in court
Burst Statistics WordPress flaw under attack
Vlad CONSTANTINESCU · 2026-05-15 · via Consumer Insights

A critical Burst Statistics bug is being exploited to hijack WordPress sites through forged administrator requests.

Hackers are exploiting CVE-2026-8181, a critical authentication bypass in the Burst Statistics WordPress plugin used on more than 200,000 websites. The plugin is promoted as a privacy-minded analytics alternative for site owners who want traffic insights without Google Analytics.

The vulnerability affects Burst Statistics versions 3.4.0 through 3.4.1.1 and carries a 9.8 CVSS score. Wordfence said its PRISM system found the flaw on May 8, and the vendor issued version 3.4.2 on May 12.

Bug turns fake logins into admin sessions

The issue stems from the plugin’s MainWP-related authentication handling. Under certain REST API requests, Burst Statistics incorrectly treats a failed or incomplete WordPress application password check as valid authentication.

That means an unauthenticated attacker who knows or guesses a real administrator username can send a request with a bogus password and still be treated as that admin for the duration of the request. To complicate matters, the attacker can even create a new administrator account after gaining access.

Exploitation already underway

The risk is not just theoretical either. Wordfence telemetry shows more than 4,000 blocked attacks against CVE-2026-8181 in the last 24 hours, indicating that attackers moved quickly after public disclosure.

Admin usernames are often easier to obtain than site owners expect, appearing in author archives, comments, REST API output or older content. Once inside, attackers could add backdoors, change site settings, steal database content, redirect visitors, create covert admin accounts or push malware.

Anyone running Burst Statistics should update immediately to version 3.4.2 or later. Sites that can’t patch right away should disable the plugin until the update can be applied safely.

Administrators should also review user accounts for unfamiliar admins, inspect recent REST API activity and check for unexpected plugin, theme or file changes.