|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
Re: CSS found in Movable Type
From: Jordan Wiens (jwiens
nersp.nerdc.ufl.edu)
Date: Mon May 12 2003 - 15:25:36 CDT
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
After taking a bit closer look at it, it appears that this is likely
result of the option:
"Allow HTML in comments?"
(Select Weblog Config / Preferences, scroll towards the bottom)
The default is for that option to be disabled.
Additionally, perusing the mt.cfg file yields the following:
# By default, Movable Type cleans up ("sanitizes") any data submitted by
# visitors to your site. This is done to remove any code (HTML or otherwise)
# that could compromise the security of your site. The sanitization code works
# by only allowing certain HTML tags--any other tags, and all processing
# instructions (PHP, for example) are stripped. The GlobalSanitizeSpec
# setting, then, specifies the tags and attributes that are allowed. The
# default setting is "a href,b,br/,p,strong,em,ul,li,blockquote".
#
# GlobalSanitizeSpec br/,p
It seems that only by changing those two options could an installation be
vulnerable to javascript cross-site scripting, though I could be wrong.
--
Jordan Wiens
UF Network Incident Response Team
(352)392-2061
On Mon, 12 May 2003, Jordan Wiens wrote:
> I just tried it on an installed 2.63 MT and was unable to get the XSS to
> work. Tried the javascript samples in Name, email, homepage, and comment
> field, all with no success. MT properly elminated < > tags and left the
> < as <, not allowing any execution.
>
>
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]