CVE-2025-2294

CRITICAL EXPLOITED NUCLEI LAB

Kubio AI Page Builder <2.5.1 - Local File Inclusion

Title source: llm
STIX 2.1

Exploitation Summary

CVE-2025-2294 has been observed exploited in the wild (reported by VulnCheck KEV). EIP tracks 13 public exploits from researchers including 4m3rr0r, iSee857, AikidoSec. A Nuclei detection template is also available.

AI-analyzed exploit summary This exploit targets a Local File Inclusion (LFI) vulnerability in the Kubio AI Page Builder WordPress plugin (CVE-2025-2294). It checks for vulnerable versions and exploits the LFI via path traversal in the `__kubio-site-edit-iframe-classic-template` parameter.

Description

The Kubio AI Page Builder plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 2.5.1 via thekubio_hybrid_theme_load_template function. This makes it possible for unauthenticated attackers to include and execute arbitrary files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where images and other “safe” file types can be uploaded and included.

Exploits (13)

exploitdb WORKING POC
by 4m3rr0r · pythonwebappsmultiple
https://www.exploit-db.com/exploits/52125

This exploit targets a Local File Inclusion (LFI) vulnerability in the Kubio AI Page Builder WordPress plugin (CVE-2025-2294). It checks for vulnerable versions and exploits the LFI via path traversal in the `__kubio-site-edit-iframe-classic-template` parameter.

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Kubio AI Page Builder <= 2.5.1
No auth needed
Prerequisites: Target must have Kubio AI Page Builder plugin installed and vulnerable version (<= 2.5.1) · Network access to the WordPress site
devstral-2 · analyzed Feb 16, 2026 Full analysis →
github WORKING POC 40 stars
by iSee857 · pythonpoc
https://github.com/iSee857/CVE-PoC/tree/main/CVE-2025-2294-FileContains.py

The repository contains a functional exploit PoC for CVE-2025-2294, demonstrating command execution via a crafted request to the target endpoint. The script includes multi-threading, URL normalization, and session handling to verify vulnerability.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: OpenCode (version unspecified)
No auth needed
Prerequisites: Network access to target · Target running vulnerable OpenCode instance
devstral-2 · analyzed Feb 27, 2026 Full analysis →
github WORKING POC 6 stars
by AikidoSec · javascriptpoc
https://github.com/AikidoSec/zen-0-days/tree/main/php/CVE-2025-2294

This repository contains functional exploit PoCs for multiple CVEs, including a JavaScript injection vulnerability (AIKIDO-2026-10165) and a path traversal vulnerability (CVE-2014-3744). The PoCs demonstrate both vulnerable and protected scenarios using the Aikido Zen Firewall.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Moderate
Reliability
Reliable
Target: Node.js applications using @enspirit/elo and st modules
No auth needed
Prerequisites: Node.js environment · Docker for containerized testing
devstral-2 · analyzed Feb 27, 2026 Full analysis →
nomisec WORKING POC 3 stars
by Nxploited · infoleak
https://github.com/Nxploited/CVE-2025-2294

This is a functional exploit for CVE-2025-2294, targeting an unauthenticated Local File Inclusion (LFI) vulnerability in the Kubio AI Page Builder WordPress plugin (versions <= 2.5.1). The script fetches the plugin's readme.txt to verify vulnerability, then exploits the LFI to read arbitrary files (default: /etc/passwd).

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Kubio AI Page Builder WordPress plugin <= 2.5.1
No auth needed
Prerequisites: Python 3.x · requests library · target running vulnerable Kubio AI Page Builder plugin · accessible wp-content/plugins/kubio/readme.txt
devstral-2 · analyzed Feb 16, 2026 Full analysis →
nomisec WORKING POC 2 stars
by fumioryoto · remote
https://github.com/fumioryoto/CVE-2025-2294-Kubio-2.5.1-LFi-Checker

This repository contains a functional Python-based exploit for CVE-2025-2294, an unauthenticated Local File Inclusion (LFI) vulnerability in Kubio AI Page Builder for WordPress versions up to 2.5.1. The exploit checks for vulnerability by fetching the plugin's readme.txt and then constructs a malicious URL to read arbitrary files from the server.

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Kubio AI Page Builder for WordPress <= 2.5.1
No auth needed
Prerequisites: Target must have Kubio AI Page Builder plugin installed and vulnerable version (<= 2.5.1) · Target must have the plugin's readme.txt accessible
devstral-2 · analyzed Feb 16, 2026 Full analysis →
nomisec WORKING POC 1 stars
by Yucaerin · infoleak
https://github.com/Yucaerin/CVE-2025-2294

This is a functional exploit for CVE-2025-2294, targeting a Local File Inclusion (LFI) vulnerability in the Kubio AI Page Builder plugin for WordPress. The script automates the detection of LFI by attempting to read /etc/passwd and nginx access logs via path traversal.

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Kubio AI Page Builder plugin for WordPress (versions up to 2.5.1)
No auth needed
Prerequisites: Python 3.x · requests library · list of target domains in list.txt
devstral-2 · analyzed Feb 16, 2026 Full analysis →
github WORKING POC
by Boshe99 · pythonpoc
https://github.com/Boshe99/CVE-Exploits/tree/main/CVE-2025-2294

The repository contains functional exploit code for CVE-2025-2294, targeting a WordPress plugin (3DPrint Lite 1.9.1.4) with an arbitrary file upload vulnerability. The Python script demonstrates the vulnerability by uploading a shell to a vulnerable endpoint.

Classification
Working Poc 95%
Attack Type
Rce
Complexity
Trivial
Reliability
Reliable
Target: WordPress Plugin 3DPrint Lite 1.9.1.4
No auth needed
Prerequisites: target URL · shell file path
devstral-2 · analyzed Feb 27, 2026 Full analysis →
nomisec WORKING POC
by iteride · infoleak
https://github.com/iteride/CVE-2025-2294

The repository contains a detailed writeup and a Python scanner for CVE-2025-2294, a critical Local File Inclusion (LFI) vulnerability in the Kubio AI Page Builder WordPress plugin. The scanner checks for the presence of the vulnerability by attempting to read /etc/passwd via path traversal.

Classification
Working Poc | Scanner | Writeup 95%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Kubio AI Page Builder WordPress plugin ≤ 2.5.1
No auth needed
Prerequisites: Kubio AI Page Builder plugin installed and activated · Version ≤ 2.5.1 · Public HTTP(S) endpoint accessible
devstral-2 · analyzed Feb 16, 2026 Full analysis →
nomisec WORKING POC
by r0otk3r · infoleak
https://github.com/r0otk3r/CVE-2025-2294

This repository contains a functional Python exploit for CVE-2025-2294, an unauthenticated Local File Inclusion (LFI) vulnerability in WordPress Kubio AI Page Builder ≤ 2.5.1. The script sends crafted HTTP requests to include arbitrary files (e.g., /etc/passwd) and supports single/multi-target scanning.

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: WordPress Kubio AI Page Builder ≤ 2.5.1
No auth needed
Prerequisites: Target running vulnerable Kubio AI Page Builder plugin · Network access to the WordPress site
devstral-2 · analyzed Feb 16, 2026 Full analysis →
nomisec WORKING POC
by 0xWhoami35 · infoleak
https://github.com/0xWhoami35/CVE-2025-2294

This repository contains a functional Python-based exploit for CVE-2025-2294, an unauthenticated Local File Inclusion (LFI) vulnerability in the Kubio AI Page Builder WordPress plugin. The exploit automates the detection and exploitation of the vulnerability by testing for the presence of sensitive files like /etc/passwd.

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Kubio AI Page Builder for WordPress ≤ 2.5.1
No auth needed
Prerequisites: Target running Kubio AI Page Builder for WordPress ≤ 2.5.1 · Network access to the target WordPress site
devstral-2 · analyzed Feb 16, 2026 Full analysis →
nomisec SCANNER
by romanedutov · infoleak
https://github.com/romanedutov/CVE-2025-2294

This repository contains a scanner for CVE-2025-2294, which checks for Local File Inclusion (LFI) vulnerabilities in a target system. The scanner uses a list of payloads to test for LFI and checks the response for patterns indicative of a successful exploit.

Classification
Scanner 90%
Attack Type
Info Leak
Complexity
Moderate
Reliability
Reliable
Target: Unknown (likely a web application using Kubio)
No auth needed
Prerequisites: List of target URLs
devstral-2 · analyzed Feb 16, 2026 Full analysis →
nomisec WORKING POC
by rhz0d · infoleak
https://github.com/rhz0d/CVE-2025-2294

This is a functional exploit for CVE-2025-2294, targeting an unauthenticated Local File Inclusion (LFI) vulnerability in the Kubio AI Page Builder WordPress plugin (versions <= 2.5.1). The script checks for vulnerability by fetching the plugin's readme.txt, then exploits the LFI to read arbitrary files (default: /etc/passwd).

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Kubio AI Page Builder WordPress plugin <= 2.5.1
No auth needed
Prerequisites: Python 3.x · requests library · target running vulnerable Kubio AI Page Builder plugin
devstral-2 · analyzed Feb 16, 2026 Full analysis →
nomisec WORKING POC
by mrrivaldo · infoleak
https://github.com/mrrivaldo/CVE-2025-2294

This is a functional Python-based exploit for CVE-2025-2294, targeting an unauthenticated Local File Inclusion (LFI) vulnerability in the Kubio Page Builder WordPress plugin (versions ≤ 2.5.1). The script includes version detection, single/batch target processing, and custom file path support.

Classification
Working Poc 95%
Attack Type
Info Leak
Complexity
Trivial
Reliability
Reliable
Target: Kubio Page Builder WordPress plugin ≤ 2.5.1
No auth needed
Prerequisites: Target must have Kubio Page Builder plugin installed and vulnerable version ≤ 2.5.1
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Nuclei Templates (1)

Kubio AI Page Builder <= 2.5.1 - Local File Inclusion
CRITICALVERIFIEDby s4e-io
FOFA: body="wp-content/plugins/kubio/"

Scores

CVSS v3 9.8
EPSS 0.6966
EPSS Percentile 98.7%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CISA SSVC

Vulnrichment
Exploitation none
Automatable yes
Technical Impact total

Lab Environment

COMMUNITY
Community Lab
docker pull wordpress:6.5-php8.1-apache
+9 more repos

Details

VulnCheck KEV 2025-03-27
CWE
CWE-22
Status published
Products (1)
extendthemes/Kubio AI Page Builder < 2.5.1
Published Mar 28, 2025
Tracked Since Feb 18, 2026