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 — Proof-of-concept exploit for CVE-2026-8181, an authentication bypass in the Burst Statistics WordPress plugin. Demonstrates remote, unauthenticated privilege escalation for authorized security testing and research. | Kitploit
Tools/GitHubGitHub/ez4rd1x1/cve-2026-8181
Authentication & AuthorizationPrivilege EscalationVulnerability AnalysisExploitationWeb Application ExploitationCTFPenetration TestingLearning & Education
GitHubez4rd1x1/cve-2026-8181

CVE-2026-8181

Proof-of-concept exploit for CVE-2026-8181, an authentication bypass in the Burst Statistics WordPress plugin. Demonstrates remote, unauthenticated privilege escalation for authorized security testing and research.

153 months 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
View Repository

CVE-2026-8181 Proof of Concept

Research • Validation • Security Testing

License Python Status Security


"roses a red, violet are blue, i think i just shat my pant thinking about you. (rizz)"


CVE Overview

FieldValue
CVE IDCVE-2026-8181
TypeAuthentication Bypass
ImpactPrivilege Escalation / Full Site Takeover
Attack VectorNetwork (Remote, Unauthenticated)
CVSS9.8 (Critical)
Affected SoftwareBurst Statistics – Privacy-Friendly WordPress Analytics (Plugin versions 3.4.0 to 3.4.1.1)

Description

CVE-2026-8181 is a security vulnerability identified in Burst Statistics (Wordpress Plugins).

At a high level, the issue occurs when:

  • A logic flaw in return-value handling within the is_mainwp_authenticated() function fails to properly validate application passwords under HTTP Basic Authentication.

  • When a request is made using a valid administrator username but an arbitrary/incorrect password, the function misinterprets the validation outcome. Instead of rejecting the failed authentication attempt, the logic incorrectly permits the request to proceed as authenticated

  • This flaw allows unauthenticated, remote attackers to completely bypass security checks, seamlessly impersonating an administrator account and achieving full privilege escalation without possessing valid credentials.

  • for more info check out my Write-Up


PoC Features

FeatureStatus
Reproducible Exploit Flow✔
Safe Research Mode✔
Minimal Dependencies✔
Defensive Testing Support✔

Installation

root@kitploit:~
git clone https://github.com/Ez4rd1x1/CVE-2026-8181
cd CVE-2026-8181

Usage

root@kitploit:~
python3 PoC.py -t <target> -u <new username> -p <new password> -e <new email>

Example:

root@kitploit:~
python3 PoC.py -t https://target.com -u NewSuperAdmin -p NewPasswordSuckerrr!! -e [email protected]

Disclaimer

[!IMPORTANT] This project is strictly for educational and authorized security testing.

You may only run this against systems you own or have explicit permission to test.


Warning

[!WARNING] Misuse of this tool is not tolerated.

root@kitploit:~
Unauthorized exploitation detected = consequences activated

System response:
- Tracking initialized
- Logs forwarded
- Diddy notification sent
- Party assignment pending

If you’re doing legitimate security research, nothing happens.

If not, you get added to the guest list.

No exceptions.


Responsible Disclosure

If you discover additional attack vectors or improvements, follow responsible disclosure practices and notify the affected vendor.


License

MIT License

Download Tool