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-15667 — Python proof-of-concept for CVE-2026-15667, an authenticated local file inclusion in the WordPress Eventin plugin via the event_layout REST field. | Kitploit
Tools/GitHubGitHub/cflowsec/cve-2026-15667
Vulnerability ScannersVulnerability AnalysisExploitationWeb Application ExploitationWeb SecurityPenetration Testing
GitHubcflowsec/cve-2026-15667

CVE-2026-15667

Python proof-of-concept for CVE-2026-15667, an authenticated local file inclusion in the WordPress Eventin plugin via the event_layout REST field.

View Repository
12h 42m 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

CVE-2026-15667

CVE-2026-15667 WordPress Event Solution LFI POC

Eventin (WordPress plugin wp-event-solution) ≤ 4.1.22 — authenticated (Contributor+) local file inclusion via the event_layout REST field.

For authorized testing only. Do not run this against systems you do not own or have permission to test.

Requires: Python 3, standard library only.

root@kitploit:~
python3 cve-2026-15667-eventin-lfi.py -u http://TARGET --test
python3 cve-2026-15667-eventin-lfi.py -u http://TARGET --test --uname USER --password PASS
python3 cve-2026-15667-eventin-lfi.py -u http://TARGET --file /etc/passwd --uname USER --password PASS
python3 cve-2026-15667-eventin-lfi.py -u http://TARGET --file /etc/passwd --session 'wordpress_logged_in_HASH=...'
FlagWhat it does
-u / --urlWordPress site root (required). http:// or https://; a hostname is tried as HTTPS first, then HTTP. Self-signed TLS is retried automatically.
--testGuest: plugin version + REST route. With auth: POST a traversal and report if it stored
--file PATHInclude PATH through the LFI and print output. Needs auth
--unameWordPress username (Contributor+)
--passwordWordPress password
--sessionBrowser Cookie header (or wordpress_logged_in_*=...). Skips /wp-login.php

--uname/--password and --session are interchangeable. You need one pair or the cookie for --file and for the authenticated half of --test.

--test with no credentials is unauthenticated (readme + /wp-json/eventin/v2/events). The include itself is not.

The plugin includes {layout}.php, so --file /etc/passwd requests /etc/passwd.php. Pass a .php path, or a path that exists after .php is appended.

Stdout: VERSION, ROUTE, PRESENT, NEED_AUTH, VULNERABLE, NOT_VULNERABLE, AUTH_FAILED, file contents.

CVE: CVE-2026-15667. Reported by Wordfence PRISM.

Download Tool