Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-8181 — Exploit PoC for WordPress Burst Statistics authentication bypass allowing unauthenticated admin impersonation via crafted Authorization header. | Kitploit
Tools/GitHubGitHub/0xterror/cve-2026-8181
Authentication & AuthorizationPrivilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHub0xterror/cve-2026-8181

CVE-2026-8181

Exploit PoC for WordPress Burst Statistics authentication bypass allowing unauthenticated admin impersonation via crafted Authorization header.

View Repository
1 day agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

| **Authentication Required

0xTerror Logo CVE Badge CVSS Score Status Plugin PRs Welcome

💥 CVE-2026-8181 - Burst Statistics Authentication Bypass

Unauthenticated Privilege Escalation via MainWP Authentication Bypass

GitHub stars GitHub forks GitHub license Python WordPress


👨‍💻 Author

0xTerror

0xTerror

Security Researcher | Exploit Developer | Bug Hunter

GitHub Twitter


📋 Table of Contents

  • Overview
  • What Makes It Vulnerable
  • Affected Versions
  • Technical Analysis
  • Exploitation Steps
  • Features
  • Installation
  • Usage
  • Example Output
  • Detection & Mitigation
  • Disclaimer
  • License

📋 Overview

CVE-2026-8181 is a critical Authentication Bypass vulnerability in the Burst Statistics WordPress plugin (versions 3.4.0 - 3.4.1.1). This flaw allows an unauthenticated attacker to impersonate any administrator by exploiting incorrect return-value handling in the is_mainwp_authenticated() function when validating application passwords from the Authorization header.

⚡ Quick Facts


🔍 What Makes It Vulnerable

Root Cause Analysis

The vulnerability exists in the is_mainwp_authenticated() function of the Burst Statistics plugin. The flaw is triggered by:

  1. Incorrect Return-Value Handling: The function fails to properly validate the authentication result.
  2. Authorization Header Processing: The plugin attempts to validate application passwords from the Authorization header.
  3. Logic Flaw: Any random password supplied with a valid administrator username will be
0xTerror Logo CVE Badge CVSS Score Status Plugin PRs Welcome

💥 CVE-2026-8181 - Burst Statistics Authentication Bypass

Unauthenticated Privilege Escalation via MainWP Authentication Bypass

GitHub stars GitHub forks GitHub license Python WordPress


👨‍💻 Author

0xTerror

0xTerror

Security Researcher | Exploit Developer | Bug Hunter

GitHub Twitter


📋 Table of Contents

  • Overview
  • What Makes It Vulnerable
  • Affected Versions
  • Technical Analysis
  • Exploitation Steps
  • Features
  • Installation
  • Usage
  • Example Output
  • Detection & Mitigation
  • Disclaimer
  • License

📋 Overview

CVE-2026-8181 is a critical Authentication Bypass vulnerability in the Burst Statistics WordPress plugin (versions 3.4.0 - 3.4.1.1). This flaw allows an unauthenticated attacker to impersonate any administrator by exploiting incorrect return-value handling in the is_mainwp_authenticated() function when validating application passwords from the Authorization header.

⚡ Quick Facts


🔍 What Makes It Vulnerable

Root Cause Analysis

The vulnerability exists in the is_mainwp_authenticated() function of the Burst Statistics plugin. The flaw is triggered by:

  1. Incorrect Return-Value Handling: The function fails to properly validate the authentication result.
  2. Authorization Header Processing: The plugin attempts to validate application passwords from the Authorization header.
  3. Logic Flaw: Any random password supplied with a valid administrator username will be accepted.

Attack Flow

Download Tool
FactDetails
CVE IDCVE-2026-8181
CVSS Score9.8 (Critical)
VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
PluginBurst Statistics (Google Analytics Alternative)
Affected Versions3.4.0 – 3.4.1.1
Patched Version3.4.2
Attack TypeAuthentication Bypass / Privilege Escalation
**❌ None
User Interaction❌ None
FactDetails
CVE IDCVE-2026-8181
CVSS Score9.8 (Critical)
VectorAV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
PluginBurst Statistics (Google Analytics Alternative)
Affected Versions3.4.0 – 3.4.1.1
Patched Version3.4.2
Attack TypeAuthentication Bypass / Privilege Escalation
Authentication Required❌ None
User Interaction❌ None
StepActorActionResult
①AttackerSends HTTP request with Authorization: Basic admin:anypasswordRequest sent to target
②Burst PluginCalls is_mainwp_authenticated() functionValidates the Authorization header
③Logic FlawPlugin returns TRUE even with wrong passwordAuthentication bypassed
④WordPressGrants administrator privilegesFull admin access granted
⑤AttackerGains complete WordPress controlSite compromised