Sploitus

Exploit for CVE-2025-2294

kitploit Β· 2026-09-07

Exploit Code

MARKDOWN26 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-NXPLOITED-CVE-2025-2294
# 🚨 Kubio AI Page Builder <= 2.5.1 - Unauthenticated Local File Inclusion

## πŸ“ 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 the `kubio_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.

  * **CVE:** CVE-2025-2294
  * **CVSS:** 9.8 (Critical)
  * **Publicly Published:** March 27, 2025
  * **Last Updated:** March 27, 2025



## πŸ’₯ Exploit Details

This script exploits the vulnerability in the Kubio AI Page Builder plugin to include and execute arbitrary files on the server. The exploit allows unauthenticated attackers to read sensitive files from the server.

### βš™οΈ Requirements

  * Python 3.x
  * `requests` library



### πŸš€ Usage