How sensetive data can be stolen from clipboard ?
By Ashish MohtaClipboard is one of the features in windows which can store information when you do a ctrl + C. Have you though somebody easily can steal it ? Yes, It’s possible if any site is containing a particular script which allows it to find whats on your clipboard and store it on their side. If you are in habit of doing copy paste things like Credit card number, passwords and others , its not safe.
Text from Clipboard explains how it does. This is the script which can be placed in any web page and when you visit the site, using IE Browser, it can easily retrieve what was in your copy paste/ Clipboard
The Clipboard hack is done by the following Source Code:This vulnerability is found in Only IE . Firfox is safe !!! It Rocks
<Script Language="JavaScript">
var content = clipboardData.getData("Text");
alert(content);
</Script>
This is the output of the script in the image, I copied some text and It showed up.

How to avoid data getting stolen from clipboard ?
To avoid clipboard hack, do the following:
- Go to internet options->security
- Press custom level
- In the security settings, select disable under Allow paste operations via script.

Now your clipboard is safe.
This settings are for IE. I was not able to find similar settings for Firefox.
Source : Sourcecodesworld
|
About The Author of this article: Ashish is one of the co-author of this blog and writes on various interesting softwares, PC tips and more. You can read more of his articles here. |
Enjoyed this article? Download our Toolbar and read us more quickly or Subscribe to the Full RSS Feed or Get Post like this in your Inbox Click to get via Email ( You will have to confirm by checking you Inbox)
Readers Play Ground
- Add your Comments or Discuss further in our forums
Enjoyed this article? Subscribe to the Full RSS Feed
- Email This Post to your friends or somebody who can use it
-
Tags: content_theft
- Get Post like this in your Inbox Click to get via Email ( You will have to confirm by checking you Inbox)
- Read More Stories from Security
13 Comments and Link-Backs to “How sensetive data can be stolen from clipboard ?”
Click Me and Jump to Add your Comment :)
11 Comments from Friends and Readers
2 Trackbacks/Pingbacks - Other blogs referencing this article
- Pingback: Cool Websites and Tips (makeuseof extra #76) » MakeUseOf.com on July 29, 2007
- Pingback: Ledokin » One More reason Firfox Rocks on November 11, 2007




Even if both the things are there i.e. UN & PWD then also you may wonder that where exactly you’ll use them.
I agree that it can be dangerous but only in few situations.
Mac and Linux users are safe as are Firefox, opera etc users on Windows.