Sploitus

Exploit for CVE-2024-2053

kitploit Β· 2026-08-25

Exploit Code

MARKDOWN30 lines
## https://sploitus.com/exploit?id=KITPLOIT:TOOLS-GITHUB-B-L-X-CVE-2024-2053
# LFI to RCE Exploit via Log Poisoning

**Python3 exploit for CVE-2024-2053 (Artica Proxy)**

## πŸ“ Description

This Python3 script exploits Local File Inclusion (LFI) vulnerabilities to achieve Remote Code Execution (RCE) through log poisoning techniques. Specifically designed for Artica Proxy (CVE-2024-2053) but adaptable to other LFI scenarios.

## ⚑ Features

  * Multiple LFI test vectors (`/etc/passwd`, `/proc/self/environ`)
  * 4 different PHP payload variants for evasion
  * Automatic webshell deployment
  * Proxy support (Burp/OWASP ZAP)
  * SSL verification toggle
  * Verbose debugging mode



## πŸ› οΈ Installation

root@kitploit:~
    
    
    git clone https://github.com/yourusername/artica-lfi-rce.git
    cd artica-lfi-rce
    pip3 install -r requirements.txt

## πŸš€ Usage