View Issue Details

IDProjectCategoryView StatusLast Update
0006914mantisbtsecuritypublic2006-10-09 11:55
Reporterpchaintreuil Assigned Tothraxisp  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionduplicate 
Product Version1.0.1 
Summary0006914: 1.0.1 XSS vuln. (view_all_set.php: start_day, start_year, start_month)
Description

A friend just forwarded this URL to me:
http://pridels.blogspot.com/2006/03/mantis-xss-vuln.html

Quote:

###############################################
Vuln. discovered by : r0t
Date: 31 march 2006
vendor:http://www.mantisbt.org/
affected versions:Mantis 1.0.1 and 1.0.0rc5 and prior
###############################################

Vuln. Description:

Mantis contains a flaw that allows a remote cross site scripting attack. This
flaw exists because input passed to "start_day" "start_year" "start_month"
paremeters in "view_all_set.php" isn't properly sanitised before being returned
to the user.
This could allow a user to create a specially crafted URL that would execute
arbitrary code in a user's browser within the trust relationship between the
browser and the server, leading to a loss of integrity.

examples:

/view_all_set.php?type=1&temporary=y&do_filter_by_date
=on&start_year=2006&start_month=03&start_day=[XSS]

/view_all_set.php?type=1&temporary=y&do_filter_by_date=
on&start_year=[XSS]

/view_all_set.php?type=1&temporary=y&do_filter_by_date
=on&start_year=2006&start_month=[XSS]

###############################################
Solution:
Edit the source code to ensure that input is properly sanitised.
###############################################
More information @ unsecured-systems.com/forum/

TagsNo tags attached.

Relationships

duplicate of 0006902 closedthraxisp XSS in mantis bug track system .... 

Activities

pchaintreuil

pchaintreuil

2006-04-04 17:42

reporter   ~0012462

The referred to "unsecured-systems.com/forum/" doesn't have the referred to
thread available to the public.

thraxisp

thraxisp

2006-04-04 21:02

reporter   ~0012463

Security issues are usually private to prevent exploits until they are resolved. Thanks for the heads up.