CVE-2006-1291
php_icalendar < 2.2.1 - Unauthenticated Arbitrary File Upload via WebDAV PUT Request
Title source: llmExploitation Summary
EIP tracks 1 public exploit for CVE-2006-1291. PoCs published by rgod.
AI-analyzed exploit summary This exploit leverages a file upload vulnerability in phpICalendar <=2.21 by injecting a null byte to bypass file extension restrictions, allowing arbitrary PHP code execution via a crafted PUT request. The exploit then triggers the uploaded shell via a GET request to execute system commands.
Description
publish.ical.php in Jim Hu and Chad Little PHP iCalendar 2.21 and earlier does not require authentication for write access to the calendars directory, which allows remote attackers to upload and execute arbitrary PHP scripts via a WebDAV PUT request with a filename containing a .php extension and a trailing null character.
Exploits (1)
This exploit leverages a file upload vulnerability in phpICalendar <=2.21 by injecting a null byte to bypass file extension restrictions, allowing arbitrary PHP code execution via a crafted PUT request. The exploit then triggers the uploaded shell via a GET request to execute system commands.