=====[BEGIN-SCL-REPORT]===== ________________________________________________________________________ Scovetta Labs Security Advisory Title: IDN Feature Workaround via proxy.pac Status: Public Release Date: 2005-02-08 ________________________________________________________________________ Package: Web Browsers Vendor: Mozilla - http://www.mozilla.org Opera - http://www.opera.com Priority: High Vulnerability: IDN Allows Domain Spoofing Affected Versions: ================== Firefox 1.0 is vulnerable Most other modern browsers (except IE) have been reported vulnerable Background: (from official advisory [1]) =========== International Domain Name [IDN] support in modern browsers allows attackers to spoof domain name URLs + SSL certs. Description: ============ See description [1]. Exploit: ======== See exploit [1]. Work-around: ============ A browser-level fix for this vulnerability is to create a proxy.pac (auto-configuration) file, containing the following text: function FindProxyForURL(url, host){ // valid characters, add more as you find you need them var validChars = "abcdefghijklmnopqrstuvwxyz0123456789.-"; for (i=0; i