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>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed Mar  1 07:49:13 2006
From: steve.shockley at shockley.net (Steve Shockley)
Subject: Re: Mozilla Thunderbird : Multiple Information
	Disclosure Vulnerabilities

Renaud Lifchitz wrote:
> Mozilla Thunderbird : Multiple Information Disclosure Vulnerabilities

The css part of this "exploit" is actively used by Intellicontact (or 
whatever they call themselves this week), the host of the factcheck.org 
mailing list.  For example:

<LINK href=http://mail1.icptrack.com/track/relay.php?r=###&msgid=
=###&act=####&admin=0&destination=http://www.factcheck.org/styles/subpage_nn.css 
type=text/css rel=stylesheet>

To work around this, set:

user_pref("mailnews.display.html_as", 3);

and

user_pref("mailnews.display.html_sanitizer.allowed_tags", "html head 
title body p br div(lang,title) h1 h2 h3 h4 h5 h6 ul(type,compact) 
ol(type,compact,start) li(type,value) dl dt dd blockquote(type,cite) pre 
noscript noframes strong em sub sup span(lang,title) acronym(title) 
abbr(title) del(title,cite,datetime) ins(title,cite,datetime) q(cite) 
a(href,name,title) base(href) area(alt) applet(alt) object(alt) var samp 
dfn address kbd code cite s strike tt b i table(align) caption 
tr(align,valign) td(rowspan,colspan,align,valign) 
th(rowspan,colspan,align,valign)");
(one line)

in prefs.js.

works around the css problem because link isn't an allowed html tag.  I 
didn't test your iframe version, but I suspect this will work around 
that as well.

Reference: http://www.bucksch.com/1/projects/mozilla/108153/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ