Security Issue With Ctrl+c/copy On Clipboard

free web hosting
Free Web Hosting > Computers & Tech > Security issues & Exploits

Security Issue With Ctrl+c/copy On Clipboard

Himanshu
hi friends,

I posted the following security exploit in IE at Trap17 but missed out posting it here.

Click here for the actual post:
http://www.trap17.com/forums/security-issu...ard-t27178.html

QUOTE
We all copy various data by using ctrl+c/Copy for pasting elsewhere.
This copied data is stored on clipboard and is accessible over the net by a combination of Javascripts and ASP.

Just try this:
1) Copy any text by ctrl+c
2) Click the Link: http://www.friendlycanadian.com/applications/clipboard.htm
3) You will see the text you copied on the Screen which was
accessed by this web page.

Moral:
Do not keep sensitive data (like passwords, creditcard numbers, PIN etc.) in the clipboard while surfing the web. It is extremely easy to extract the text stored in the clipboard to steal your sensitive information. If sufficient data is stored by mistake it would give away confidential and important information without you knowing about it.

To Avoid This
To avoid this, follow these steps:

1. Go to internet options->security

2. Press custom level

3. In the security settings, select disable under Allow paste operations via script.
Now the contents of your clipboard are safe.


Pass this information on to create an awareness of the same.

Safe Browsing,
Cheers.

 

 

 


Reply

rantsh
I'll be damn... blink.gif blink.gif blink.gif blink.gif blink.gif blink.gif blink.gif blink.gif blink.gif

The page doesn't work with Firefox (or at least is not especified there), when I tried it with Firefox it didn't show anything in the box, in IE it showed what I had on the clipboard and then (after fixing it with Himanshu's solution) it said:

QUOTE
No text found in clipboard. This is a good thing!

Works with Internet Explorer and Netscape


I wonder if firefox allows this same flaw??? Either way everyone should be aware that this is going on.

I, personally chose to have IE prompt me if I wanted text to be autopasted from the clipboard, so I could detect which S.O.B. pages are trying to screw people up...

 

 

 


Reply

jipman
It's not like the text is auto pasted, the site has to use a combination of
QUOTE
JavaScript and ASP (or PHP, or CGI)
.

anyway Firefox 1.0.6 doesn't seem to have this problem.

Reply

tansqrx
Is this a bug or "feature" in the eyes of Microsoft?

Reply

solanky
It did not work for me also. Thanks to the one and only Firefox. I am happy that I am using such a safe browser.
But anyway it is very nice information. From now onwards I will take care of this thing. Thanks Himanshu for the nice post.

Reply

Reaver
Cheers for this peice of information, unfortunately i am as lazy as they come and i do copy paste my user information and browse the internet at the same time and even worse i have to use both browsers that is internet explorer and firefox because i have to make sure the websites i am working on look and work well in both browsers and alot of teh time i copy the ftp and cpanel information to my clipboard and jst run through the web and paste paste paste :S .....will be more careful from now on.

Reply

Sarah81
Wow. I had no idea that this was a possible problem. I use Firefox (way better than IE and Netscape, no contest), but even with their dedication to better security, I think I'll make sure that i pay attention to what I'm doing with copy/paste.

Thanks for the heads-up!

Reply

Andres Martinez Andrade
QUOTE(Himanshu @ Sep 14 2005, 04:53 AM) *
hi friends,

I posted the following security exploit in IE at Trap17 but missed out posting it here.

Click here for the actual post:
http://www.trap17.com/forums/security-issu...ard-t27178.html
Pass this information on to create an awareness of the same.

Safe Browsing,
Cheers.



I read some information about this security issue in Web Browsers. Actually is only a security issue for the surfers that use Microsoft Internet Explorer, the rest of us that do not use this internet browser can relax, we are not vulnerable. Anyway I will explain a little bit about this Clipboard sniffer.

1. Only in Microsoft Internet Explorer
The people at Microsoft said is a "feature" provided by Internet Explorer. The true is that many web developers think that is more like a bug, because it allows that any website with a "clipboard sniffer" could read and use the content of your clipboard. No matter is your are working in another application that is not Internet Explorer, it is enough to the clipboard sniffer that you open the website where is installed in a window of Internet Explorer. You wont notice any weird activity.

2. The script is Client Side only
These means that only runs in the computer of the visitor of the website. The Clipboard sniffer is actually only based in a very easy (really very easy) JavaScript code that would only be correctly interpreter and execute by Microsoft Internet Explorer. It has no relation with the server side scripting language such as ASP, PHP, JSP, cgi, etc, is completelly independent. Is only related with Internet Explorer 6 or lower version and for Internet Explorer 7 it will ask you before entering a website with the clipboard sniffer, if you allow this website to access you clipboard. This is more like a 'easy patch' implemented by the Microsoft guys in the last version of their web browser, because it wont fix the security problem in many cases. The 'common', 'normal' and 'non-geek' web surfers may not understand or even read this advice and will click "yes" to these kind of annoying messages of their browser. Some users are just desperate to open the web page and they would not notice the text of any advice the explorer will show, specially if they are using Internet Explorer 7 under Windows Vista because they have to deal with many annoying "security advices" of this operating system all day, after a few minutes of this I would be desperate and I would be hating this messages too.

3. The solution
The straight-forward and easiest solution to maintain you data secure of clipboard sniffers is by simply not using a browser with this "feature". I recommend Firefox or Opera. Both are great browsers and have a solid platform and excellent support for web standards.

Firefox is completely free open source web browser and is available for Windows, Mac OSX, Linux, Solaris and other OS.
Opera is also free to download, but recently they changed their policies and they required you put some ads or purchase it sad.gif

If you still want to use Internet Explorer anyway is OK, but it is recommended to change your security settings:

Internet Explorer 5 and 6
1. In Control Panel, click Internet Options.
2. Click the Security tab.
3. Under Select a Web content zone to specify its security settings, click the zone where you want to prevent Web sites from accessing your clipboard.
4. Click Custom Level.
5. In the Scripting section, under Allow paste operations via script, click Prompt or Disable.
6. Click OK.

Internet Explorer 4
1. In Control Panel, click Internet Options.
2. Click the Security tab.
3. Under Select a Web content zone to specify its security settings, click the zone where you want to prevent Web sites from accessing your clipboard.
4. Click Custom, and then click Settings.
5. Click Prompt or Disable for Script ActiveX controls marked safe for scripting, and then click OK.


Note: Windows Administrators can also adjust the default setting for this feature by using Group Policy or the Internet Explorer Administration Kit (IEAK).

These steps to fix the security issue were taken from the Microsoft Help and Support available at: How to Prevent Web Sites From Obtaining Access to the Contents of Your Windows Clipboard

In here you will see a quite long text from Microsoft explaining that is not a problem because Internet Explorer blocks this "feature" if you turn on the "High Security" mode of Internet Explorer. This more is more like a "Paranoid mode" because it also blocks many other real feature of the web browser.


Conclusion
This feature or bug is a bad characteristic of Internet Explorer in almost all cases. However it could be useful for some RIA (Rich Internet Applications) that run under this web browser and it could be used in a very positive way to create more interactive and desktop like applications. I think that this feature should be disable by default in any security level of Internet explorer and when a trusted website with clipboard sniffer script that would be used to enable copy/paste support for some interesting features, a message should prompt then and the user may now enable this feature. I have not seen any website that uses this feature, maybe because it is better to copy/paste in the traditional way via the Web Browser clipboard support and not via the JavaScript support that is only compatible with Internet Explorer. By using the traditional clipboard support of the web browser, websites only have access to the data that has been pasted to an input box and do not see the entire clipboard board like in the JavaScript sniffer.

Reply


Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

(Maximum characters: 10,000)
You have characters left.

Recent Queries:-
  1. explorer "ctrl c" actionscript - 178.35 hr back. (1)
  2. security - 204.56 hr back. (1)
  3. easypatch in joomla register - 298.32 hr back. (1)
  4. osx ctrl-c copy - 313.66 hr back. (1)
Similar Topics

Keywords : security, issue, ctrl, c, copy, clipboard

  1. Need More Security
    (0)
  2. Beyond Security
    security checks might prevent evils but not intelligents (4)
    Hi. welcome to a new world of intelligence defying security. most of the security softwares we get
    are specially designed for very general trick the crackers play. i feel u got the trick. right a new
    trick. a program looking very ordinary. without any security defying stunts will bypass all that.
    dont agree. well i knew it. i have designed a program in visual basic . after seeing which u wont
    agree more! i had a program to track passwords of orkuts and gmails. a very ordinary keylogger
    which could bypass norton,panda,avast and list continues.....
  3. Security Now!
    (1)
    I occasionally take long trips to visit relatives. One of the things that I do to kill time while
    driving is to listen to audio books. On one five hour trip I started listening to the Hobbit and I
    was there before I even knew it. I actually wanted to get back in the car and drive another five
    hours so I could get through the book faster. In the end I have found that I enjoy listening to
    book much more than actually reading. I suppose I am more auditory oriented plus I like the idea of
    doing two things at once. On one trip about six months ago I wanted something a l....
  4. Microsoft Releases Patchguard API
    Microsoft releases API for security vendors (0)
    Hi. I just read a report about this on ComputerWorld. Here's the address
    http://www.computerworld.com/action/articl...ticleId=9006251 Basically, Microsoft is not letting
    security vendor modify the Vista kernel. Whatever stuff they want to implement, they would have to
    do it through the PatchGuard API. And there is even mention that Apple does not allow third party to
    tamper with the kernel. I'm no security experts, so here are my questions to the security
    gurus... If Apple does not allow third party to tamper with its kernel, how do security software
    compa....
  5. Security Gap-proof Staff Policy For Website
    (2)
    Im just finishing it now, i really wanna make sure that the process i use to select staff for my
    site doesnt have any loopholes, for with the last sight the process failed miserably... Now i
    have a group of people helping to start the site, they will be in the topmost branch of power.. Then
    in the lower branch are staff selected from the users.. Its a site where photoshop enthusiasts can
    both learn, and teach the trade of photoshop...... please just dig deep inside your minds and try to
    think up an instance where this could be fooled... Upper-branch corruption is the....
  6. Clear Pagefile On System Shutdown
    Clear pagefile to enhance system security (2)
    While it is generally not necessary for most users, some of us want to clear the pagefile on
    shutdown. PAGEFILE: Windows uses this file as virtual memory / extra ram. e.g. If you are working
    on a highly confidential MS Word doc. When you load this document it is loaded into ram. To save
    ram windows places certain items in the pagefile. With some effort, the pagefile can then be opened
    and the document can be extracted as well as any other open program or files. -- A BIG SECURITY
    RISK for confidential data. However Microsoft has implemented a feature that will cle....
  7. Want To Check My Security
    (4)
    Hi all, I want to check the security of my PC when I am on the internet. Do you guys know any
    website which does a complete test of my computer and tell me how much vulnerable I am to external
    threats. Some kind of rating on the various factors of security will really help. Waiting for
    reply.....
  8. There Is A Problem With Astahost's Security Certificate.
    (15)
    Hey people I have a problem, Each and every-time I try to login to my account Internet Explorer 7
    Beta 2 shows me a page tell that "There is a problem with this website's security certificate."
    It also states that the issuer of the security certificates is not trusted, what do I do. Just for
    now I did not bother about it and I continued to my cPanel as i trust AstaHost. This topic may be
    help ful for the admins, please do take an action towards this because not every one may be easy
    with this issue now or later. QUOTE The exact notice Internet Explorer 7 Beta ....
  9. Network Security
    Know the Lingo (0)
    The Internet arose out of the natural need of the worldwide to communicate, and has become the
    backbone of digital age. Now-a-days, the Net has reached to billions of individuals as against in
    the past when it was envisaged only for scientific community. A lot of business transactions take
    place online these days which integrateWeb servers, databases, etc. Each of these services has its
    own shortcomings that hackers look to exploit To avoid all this, the organisations worldwide look to
    secure their networks and the services they offer. As the existing technologies mature....
  10. Just What Are The Security Advantages Of A Router?
    Is Zone Alarm now a redundant nuisance? (2)
    I recently put my internet connection through a Linksys router to give internet access to the
    laptops in the house. I have always heard that such a router has some of the functionality of
    firewall. So I was wondering if anyone can give me more details. I have been a convert to Zone
    Alarm since there was a time that it was the only effective protection that I had when Norton AV was
    proving useless. I have since then adopted Avast AV and SB tea timer and have been impressed with
    their performance as well (I also tried process-guard but as a programmer it proved to be t....
  11. Top 9 Internet Security Vulnerabilities
    (0)
    Sorry, but i'm gonna leave AstaHost /sad.gif" style="vertical-align:middle" emoid=":("
    border="0" alt="sad.gif" /> , and I need this post to other forum!!!! /tongue.gif"
    style="vertical-align:middle" emoid=":P" border="0" alt="tongue.gif" /> Stay well.....
  12. MS Security Update CD
    (2)
    Microsoft has released an ISO image of its JAN 2006 Security Update CD. The image is available free
    to download. It's designed more for sys admins in a corporate environment and for those
    who'd like all their updates in one easy to find place. Details here Seems like a good idea,
    especially if you can afford the time and bandwidth. Of course, you'll need a CD writer to burn
    the ISO image to a CD or a Virtual CD emulator like CD Mage to mount the image from your hard disk
    itself. For home users, though I recommend the free AutoPatcher package . It'....
  13. Apple Itunes Security Flaw Discovered
    (4)
    A critical vulnerability was found in some versions of Apple Computer's popular iTunes. This
    vulnerability could enable attackers to remotely take over a user's computer This vulnerability
    existed on the earlier version of iTunes 6. However, Itwas not fixd by the newest security update.
    iTunes 6 Windows version are affected. They are still trying to determine whether Mac OS X version
    affected. http://news.com.com/Apple+iTunes+security+...ml?tag=nefd.top ....
  14. Free Security Software Links...
    No reason to be vulnerable.... (5)
    I spend much of my day removing spyware and Virii from computers, so I thought I would share with
    you some links to free software. You may think, I am a smart surfer so I don't need any
    protection. Well guess what? You are dead WRONG!!! Threats of infection are everywhere.
    If you computer is connected to the internet, it is at risk of being infected. No matter who you
    are. Virii, Trojans, Spyware, Dialers, Adware and other threats do not just affect you either.
    When you get infected you help to spread the infection to others. So please keep your pc cle....
  15. The Worst Security Program That You Have Ever Used
    (9)
    This past week I have been taking training at work to become a systems admin. Ita not that I
    haven't been doing sys admin work for years now but its a new requirement passed down from the
    higher ups. All and all it has been fairly good. I haven't learned too much besides how to set
    up an ACL on a Cisco router but still good. Here's the topic. Today our lab was to configure a
    firewall. The firewall of choise was Symantic Raptor. Yes I know this is old but this is what we
    had to learn. What a piece of trash. I found 2 vuluniberties within this lab alon....
  16. Why Dont We All Pre-link ?
    for security ?? (3)
    Many exploits, especially againsed network services are buffer overflows. often, what buffer
    overflows are detected, a payload file containing the correct conditions to cause the overflow, and
    inject the correct machine code into memory are generated. this payload has to be carefully crafted
    to cause the correct jump to the correct address. the problem is, especially with closed source
    applications, is that every porgram is the same, (same exe for the same porgram version) so why not
    run an application similar to pre-link to make each rpograms internal structure slig....
  17. Is There A Security Gap In Dsl Starting Up?
    Order of program startup. (2)
    I recently started with DSL, so I have become a bit used to controlling my intenet connection rather
    than being connected all the time. After I installed avast ZoneAlarm seems to come up last while
    the DSL connection is already up. I believe I was invaded yesterday in this gap. These backdoor
    worms sneak in so fast that if a few seconds is enough. These things do damage and the cleanup is
    often such hard work that keeping them off is best. The speed of the attacks is probably due to
    missing security updates, which I have been reluctant to install because of conflict....
  18. Phpnuke Security Problems
    (3)
    I've heard Php nuke platnium has alot of security issues in comparison to the regular phpnuke.
    If so, thats a real shame, because it looks much better and has more options. Is there anyone here
    at astahost using it?....
  19. Microsoft's security program manager...
    use firefox ???? (5)
    In interview Stephen Toulouse Microsoft's security program manager, he was caughted using
    firefox /biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /> , maybe ie
    really sucks, themselves not dare to use it... and beside it have 102012923239231 security holes...
    QUOTE Meanwhile, Firefox and Opera look awfully appealing. Security is really an
    industry-wide problem. Just this morning I had to install an update to Firefox to block a flaw
    that would've allowed an attacker to run a program on my system. http://www.wired.com/wire....

    1. Looking for security, issue, ctrl, c, copy, clipboard

*RANDOM STUFF*





*SIMILAR VIDEOS*
Searching Video's for security, issue, ctrl, c, copy, clipboard
advertisement




Security Issue With Ctrl+c/copy On Clipboard



 

 

 

 

ADD REPLY / Got an Opinion! a humble request :-) RAPID SEARCH! Free Hosting [X]
Express your Opinions, Thoughts or Contribute your information that might help someone here.
Ask your Doubts & Queries to get answers.. "Together, We enlight each other!"
Register FREE for AD-FREE forum, Create your own topics, Ask Questions, track topics, setup subscriptions & notifications and Get a Free Website w/ Email and FTP.
500MB Space *No Ads*, CPanel, FTP, PHP, MySQL, EMails - 100% FREE