|
Allinta 2.3.x XSS vuln.
Vuln. discovered by : r0t
Date: 17 dec. 2005
orginal advisory:http://pridels.blogspot.com/2005/12/allinta-23x-xss-vuln.html
vendor:http://www.allinta.com/
affected version:2.3.2 and prior
Product Description:
Create an easy to edit instant Multi language web site with full content
management using a WYSIWYG Editor, Login levels, Audit Trails, Security,
Statistics, Instant Templates, Access, SQL or MySQL scripts & much more.
Code ASP 3.0 & VBScript
Vuln. Description:
Allinta contains a flaw that allows a remote cross site scripting
attack. This flaw exists because input passed to "s" in "faq.asp" and
"searchQuery" in "search.asp" paremters 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:
/faq.asp?s=[XSS]&roottopicID=&sa=1&submit=Search
/search.asp?searchQuery=[XSS]&go=Search&submitted=true
Solution:
Edit the source code to ensure that input is properly sanitised.
|