
Exploit for unauthenticated Local File Inclusion (LFI) in WordPress Gecko theme <=1.9.8, allowing arbitrary file read including wp-config.php. Python script with requests dependency.
Unauthenticated Local File Inclusion (LFI) vulnerability in WordPress Gecko Theme <= 1.9.8
This exploit targets a high-severity (CVSS 8.1) Local File Inclusion vulnerability in the JanStudio Gecko WordPress theme. The vulnerability allows an unauthenticated attacker to read arbitrary files on the server, including sensitive configuration files like wp-config.php, which contain database credentials.
requests librarygit clone https://github.com/AndrielSec/CVE-2025-69080.git
cd CVE-2025-69080
pip install -r requirements.txt