phpGroupWare 0.9.x - 'index.php' HTML Injection
Author: Cedric Cochin
type: webapps
platform: php
port:
date_added: 2004-01-27
date_updated: 2013-04-27
verified: 1
codes: CVE-2004-2574;OSVDB-7600
tags:
aliases:
screenshot_url:
application_url:
source: https://www.securityfocus.com/bid/12082/info
PhpGroupWare is reported to be susceptible to a HTML injection vulnerability. This issue exists because the application fails to properly sanitize user-supplied input.
The attacker-supplied HTML and script code would be able to access properties of the site, potentially allowing for theft of cookie-based authentication credentials. An attacker could also exploit this issue to control how the site is rendered to the user.
http://[target]/[phpgroupware_directory]/index.php?menuaction=calendar.uicalendar.planner
POST DATA: date="><script>alert(document.cookie)</script>