lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date: 18 Oct 2004 21:31:03 -0000
From: Juan C Calderon <juan.calderon@...com>
To: bugtraq@...urityfocus.com
Subject: Re: IBM Lotus Notes/Domino fails to encode Square Brackets ( [  ]
    )    in computed field/text, allowing XSS


In-Reply-To: <20041018184817.32681.qmail@....securityfocus.com>

Regarding the Trivial example I sent:

>>http://www.SomeLotusSite.com/FormReflectingURLValue?OpenForm&Field=[&lt;script&gt;.....&lt;/script&gt;]

Please replace &lt; with "Less Than" character and &gt; 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%3Cscript%3E%2E%2E%2E%2E%2E%3C%2Fscript%3E%5D

&lt; Regards


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ