BugTraq
Back to list
|
Post reply
Re: IBM Lotus Notes/Domino fails to encode Square Brackets ( [ ] ) in computed field/text, allowing XSS
Oct 18 2004 09:31PM
Juan C Calderon (juan calderon ge com)
In-Reply-To: <20041018184817.32681.qmail (at) www.securityfocus (dot) com [email concealed]>
Regarding the Trivial example I sent:
>>http://www.SomeLotusSite.com/FormReflectingURLValue?OpenForm&Field=[&l
t;script>.....</script>]
Please replace < with "Less Than" character and > with "greater than" character for this to work, looks like those characters where doble encoded (for obvious security reasons) when posted.
Here is the URL encoded version as well:
http://www.SomeLotusSite.com/FormReflectingURLValue?OpenForm&Field=%5B%3
Cscript%3E%2E%2E%2E%2E%2E%3C%2Fscript%3E%5D
< Regards
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
Regarding the Trivial example I sent:
>>http://www.SomeLotusSite.com/FormReflectingURLValue?OpenForm&Field=[&l
t;script>.....</script>]
Please replace < with "Less Than" character and > with "greater than" character for this to work, looks like those characters where doble encoded (for obvious security reasons) when posted.
Here is the URL encoded version as well:
http://www.SomeLotusSite.com/FormReflectingURLValue?OpenForm&Field=%5B%3
Cscript%3E%2E%2E%2E%2E%2E%3C%2Fscript%3E%5D
< Regards
[ reply ]