Skype vulnerability issue will be fixed this week

A couple of days ago, security vulnerability for Skype was discovered by Levent Kayan, a Berlin-based security researcher. What he had discovered was this exploit which allowed malicious hackers to enter a string of JavaScript code into the “mobile phone” field for that user, and the minute that user logs on, the hacker would be able to trigger the program, allowing the hacker access to the user’s Skype account and possibly even the computer they are using Skype on.

Skype has since acknowledged the issue, although they seem to be downplaying it by calling it a “minor issue”. They claim that the issue only affects “top contacts”, which means that in order for the hacker to exploit the bug, they would have to be someone who communicates on a regular basis with their target, and would require both users to be online at the same time.

Skype’s spokesperson Chaim Haas was quoted as saying, “As you can imagine, someone who you deal with frequently is probably unlikely to take advantage of this bug anyways.” The bug was also claimed to just affect Windows users only, but Kayan responded by apparently confirming that Mac and Linux versions of Skype were affected as well.

Personally we don’t see how a bug that could potentially give a hacker access to another person’s computer can be considered a “minor issue”, but the good news is that Skype will be issuing an update some time this week to address that problem, so keep an eye out for that!

If you want to see how Kayan exploits the bug and causes a window to popup on another computer, check out the video below.

Java Script Popup - News


Skype vulnerability issue will be fixed this week
Skype vulnerability issue will be fixed this week

What he had discovered was this exploit which allowed malicious hackers to enter a string of JavaScript code into the “mobile phone” field for that user, and the minute that user logs on, the hacker would be able to trigger the program, allowing the



Postgame notes: “I gotta catch that ball”
Postgame notes: “I gotta catch that ball”

You also need to have JavaScript enabled in your browser. Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.



Postgame notes: “I've been thinking about my leg too much”
Postgame notes: “I've been thinking about my leg too much”

You also need to have JavaScript enabled in your browser. And here's Colon, with Roman Rodriguez as interpreter. Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here.



CornBelters end skid with victory in Evansville
CornBelters end skid with victory in Evansville

then a rematch with the Evansville Otters on Thursday through Saturday. Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.



CornBelters open homestand by holding off Bolts

3.98) starts against Brett Lester (4-2, 4.28) of the CornBelters. Audio clip: Adobe Flash Player (version 9 or above) is required to play this audio clip. Download the latest version here. You also need to have JavaScript enabled in your browser.




Using the window.open method - Javascript-coder.com

<html> <head> <title>JavaScript Popup Example 3</title> </head> <script type="text/javascript"> function poponload() { testwindow = window.open("", "mywindow", "location=1,status=1,scrollbars=1,width=100,height=100"); testwindow.moveTo(0, 0); } </script> <body onload="javascript: poponload()"> <h1>JavaScript Popup Example 3</h1> </body> </html> <html> <head> <title>JavaScript Popup Example 3</title> </head> <script type="text/javascript"> function exitpop() { my_window = window.open("", "mywindow1", "status=1,width=350,height=150"); my_window.document.write('<h1>Popup Test!</h1>'); } </script> <body onunload="javascript: exitpop()" > <h1>JavaScript Popup Example 4</h1> </body> </html>

When the page loaded/loads, firefox tells me that it prevented a the site form opening a popup window. probably this simple script is used by so many of the sites out there with bad intentions. this is probably why firefox told me that it was “prevented” – one of those features that are supposed to protect the user. can some one let me know if they know of one of these scripts that firsfox is compatibvle with?


Java Script Popup - Bookshelf

Learn to Program with JavaScript

Learn to Program with JavaScript

However, I thought this portion of the class would be a great time to give you an introduction to the world of JavaScript Popup Boxes." JavaScript Popup ...

DOM Scripting: Web Design with JavaScript and the Document Object Model

DOM Scripting: Web Design with JavaScript and the Document Object Model

One way of calling the popUp function is to use what's known as a pseudo- protocol. The javascript: pseudo-protocol Real protocols are used to send packets ...

Firefox secrets

Firefox secrets

User-initiated popups are often implemented using JavaScript. Next, we'll see how to control what JavaScript can and can't do. Disabling Annoying JavaScript ...

JavaScript Bible

JavaScript Bible

Example popup For best results, use fully formed URLs as value for the src ... Relative URLs and javascript: pseudo-URLs also work most of the time. ...

Html 4.0 In Simple Steps

Html 4.0 In Simple Steps

Let's now move on to learn about the popup boxes available in JavaScript. Working with Popup Boxes in JavaScript With JavaScript, you can add another ...

Day-by-day Info Directory


Generators : Popup Window Generator / The JavaScript Source
Fill out the specifications of the popup window you would like to use, including the URL and the various options such as menubars, toolbars, scrollbars, ...

JavaScript Popup Boxes
Free HTML XHTML CSS JavaScript jQuery XML DOM XSL XSLT RSS AJAX ASP .NET PHP SQL tutorials, references, examples for web building.

Popup Creator - Popup Window Creator - JavaScript Popup ...
Popup Creator does it all. First visit popup, front or back window, pop under, exit, delayed, cookie. Makes JavaScript popup window code for you! Click, copy and paste.

Javasript popup window
This tutorial shows you how to create a layer based popup window with JavaScript.

JavaScript Popup Windows
Gives a detailed explanation of Popup Windows. Contains many code samples for creating different types of popup windows