CVE-2006-5263
phpmyagenda < 3.1_beta_1 - Directory Traversal and Arbitrary File Execution via Language Parameter
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-5263. PoCs published by Nima Salehi.
AI-analyzed exploit summary This exploit leverages a log poisoning vulnerability in phpMyAgenda < 3.1 to inject PHP code into the access log, which is then executed via a null-byte injection in the language parameter. It provides a semi-interactive shell by sending commands through HTTP requests.
Description
Directory traversal vulnerability in templates/header.php3 in phpMyAgenda 3.1 and earlier allows remote attackers to include and execute arbitrary local files via a .. (dot dot) in the language parameter, as demonstrated by a parameter value naming an Apache HTTP Server log file that apparently contains PHP code.
Exploits (1)
This exploit leverages a log poisoning vulnerability in phpMyAgenda < 3.1 to inject PHP code into the access log, which is then executed via a null-byte injection in the language parameter. It provides a semi-interactive shell by sending commands through HTTP requests.