Exploitation Summary
EIP tracks 2 public exploits for CVE-2008-1635. PoCs published by Cr@zy_King, mdx.
AI-analyzed exploit summary This is a writeup describing a Local File Inclusion (LFI) vulnerability in KISGB (Keep It Simple Guest Book). The exploit demonstrates how to include arbitrary files via the 'tmp_theme' parameter in the 'view_private.php' script.
Description
Directory traversal vulnerability in view_private.php in Keep It Simple Guest Book (KISGB) 5.0.0 and earlier allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the tmp_theme parameter. NOTE: 5.1.1 is also reportedly affected.
Exploits (2)
This is a writeup describing a Local File Inclusion (LFI) vulnerability in KISGB (Keep It Simple Guest Book). The exploit demonstrates how to include arbitrary files via the 'tmp_theme' parameter in the 'view_private.php' script.
This exploit demonstrates a Remote File Include (RFI) vulnerability in KISGB (Keep It Simple Guest Book) due to improper input validation in the 'default_path_for_themes' parameter in authenticate.php. The vulnerability is exploitable only in CGI PHP environments, allowing remote code execution via crafted HTTP requests.