Skip to content
  • Hjem
  • Seneste
  • Etiketter
  • Populære
  • Verden
  • Bruger
  • Grupper
Temaer
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Kollaps
FARVEL BIG TECH
  1. Forside
  2. Ikke-kategoriseret
  3. I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
linuxzoom
32 Indlæg 22 Posters 0 Visninger
  • Ældste til nyeste
  • Nyeste til ældste
  • Most Votes
Svar
  • Svar som emne
Login for at svare
Denne tråd er blevet slettet. Kun brugere med emne behandlings privilegier kan se den.
  • shrub900@mastodon.socialS shrub900@mastodon.social

    @simontatham generally on wayland only applications with keyboard focus can get access to the clipboard, which would prevent zoom from getting the clipboard content when it’s running in the background.

    simontatham@hachyderm.ioS This user is from outside of this forum
    simontatham@hachyderm.ioS This user is from outside of this forum
    simontatham@hachyderm.io
    wrote sidst redigeret af
    #12

    @shrub900 I see, thanks. So a side effect would be that command-line pasting tools, like 'xclip -o', also couldn't work?

    That's quite a big tradeoff for some users – me in particular. I use that kind of workflow a lot. As and when I move towards Wayland, I'll have to work out what to do about losing that.

    shrub900@mastodon.socialS 1 Reply Last reply
    0
    • simontatham@hachyderm.ioS simontatham@hachyderm.io

      @shrub900 I see, thanks. So a side effect would be that command-line pasting tools, like 'xclip -o', also couldn't work?

      That's quite a big tradeoff for some users – me in particular. I use that kind of workflow a lot. As and when I move towards Wayland, I'll have to work out what to do about losing that.

      shrub900@mastodon.socialS This user is from outside of this forum
      shrub900@mastodon.socialS This user is from outside of this forum
      shrub900@mastodon.social
      wrote sidst redigeret af
      #13

      @simontatham for cases like that, there are often external data control protocols used to make it work. because it’s easy to inspect what clients use what protocols, you can make sure only a client you trust uses those protocols. standard clients don’t tend to use them though, generally only clipboard related utilities and the like

      neal@social.gompa.meN 1 Reply Last reply
      0
      • simontatham@hachyderm.ioS simontatham@hachyderm.io

        Some details:

        This is Linux Zoom 7.1.5. Previously I had 6.6 installed, which didn't do this.

        It appears to only care about the CLIPBOARD selection – the one with Windows-ish UX, which you typically copy to explicitly with a keystroke such as ^C, and paste from with ^V (or similar). It doesn't look at PRIMARY, the selection used for trad X11 "just select in this window then middle-click in the other" copy-paste.

        It looks as if it's detecting changes of clipboard via the XFIXES extension, and whenever the clipboard is claimed by a new owner, it immediately sends that client a paste request.

        I noticed it because I make heavy use of a "one-shot paste" tool which fulfills a single paste request and then terminates. Handy for filling in lots of fields of a web form – queue up pastes of several different things, then go to each form field in turn and just hit paste, bam bam bam. But today, after an apt update, it doesn't work: my one-shot paste tool terminates as soon as it starts, because (I found out after some debugging) Zoom always requests a paste immediately.

        (Regular readers might recall that around this time _last_ year I caught Slack doing something similar, but only when focus entered the Slack window, and also, they had a configuration option to turn it off. A one-shot paste tool seems to be a good way to notice weird things going on in the X server!)

        idiot@mastodonapp.ukI This user is from outside of this forum
        idiot@mastodonapp.ukI This user is from outside of this forum
        idiot@mastodonapp.uk
        wrote sidst redigeret af
        #14

        @simontatham what did it do when you put a large hex number in the clipboard

        1 Reply Last reply
        0
        • simontatham@hachyderm.ioS simontatham@hachyderm.io

          I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

          If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

          leeloo@c.imL This user is from outside of this forum
          leeloo@c.imL This user is from outside of this forum
          leeloo@c.im
          wrote sidst redigeret af
          #15

          @simontatham
          TL;DR: Zoom is now a password stealer.

          Glad I mostly use autotype, rather than clipboard. Also, I believe many password managers can do one shot paste, to prevent accidentally pasting your password in the wrong window. Which would not prevent this, but would have caught it.

          1 Reply Last reply
          0
          • simontatham@hachyderm.ioS simontatham@hachyderm.io

            I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

            If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

            kamstrup@fosstodon.orgK This user is from outside of this forum
            kamstrup@fosstodon.orgK This user is from outside of this forum
            kamstrup@fosstodon.org
            wrote sidst redigeret af
            #16

            @simontatham ah yes, zoom who, last i used it some years ago, ran a C compiler in the background every 10s. I am very surprised they are, once again, doing crazy shit 😂😭

            rpsu@mas.toR 1 Reply Last reply
            0
            • kamstrup@fosstodon.orgK kamstrup@fosstodon.org

              @simontatham ah yes, zoom who, last i used it some years ago, ran a C compiler in the background every 10s. I am very surprised they are, once again, doing crazy shit 😂😭

              rpsu@mas.toR This user is from outside of this forum
              rpsu@mas.toR This user is from outside of this forum
              rpsu@mas.to
              wrote sidst redigeret af
              #17

              @kamstrup @simontatham Back in the days, like at the end of the last decade Zoom also ran a web server which opened a port wide open so users would not need to press a button.

              I guess there is certain kind of work culture in the house.

              1 Reply Last reply
              0
              • simontatham@hachyderm.ioS This user is from outside of this forum
                simontatham@hachyderm.ioS This user is from outside of this forum
                simontatham@hachyderm.io
                wrote sidst redigeret af
                #18

                @glent that sounds like a very plausible thing to try, but I can't find that setting!

                In the Zoom client's Settings dialog box, the "My account" entry in the left sidebar only offers me some links to the web version of my account settings, an option to make a voice recording for smart voice recognition, and a list of all the clients logged in to my account.

                Other plausible sidebar entries, like "Meetings & webinars" or "Share screen", don't have any option of that kind either.

                Searching for 'clipboard' in the whole settings box, via the search tool at the top of the left sidebar, only finds "Automatically copy invite link to clipboard" in the Meetings tab.

                1 Reply Last reply
                0
                • simontatham@hachyderm.ioS This user is from outside of this forum
                  simontatham@hachyderm.ioS This user is from outside of this forum
                  simontatham@hachyderm.io
                  wrote sidst redigeret af
                  #19

                  @glent ah, yes, now I see that in the web version of Settings it's there, a long way down a very large page.

                  But no luck, I'm afraid. I turned that off; pressed Save; quit and restarted the local Zoom client, since you said the web settings might only be loaded at startup; and alas, the unwanted clipboard slurping is still happening.

                  1 Reply Last reply
                  0
                  • simontatham@hachyderm.ioS simontatham@hachyderm.io

                    I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

                    If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

                    norawickham@mastodon.socialN This user is from outside of this forum
                    norawickham@mastodon.socialN This user is from outside of this forum
                    norawickham@mastodon.social
                    wrote sidst redigeret af
                    #20

                    that sounds like a security nightmare.

                    1 Reply Last reply
                    0
                    • simontatham@hachyderm.ioS simontatham@hachyderm.io

                      I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

                      If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

                      2something@transfem.social2 This user is from outside of this forum
                      2something@transfem.social2 This user is from outside of this forum
                      2something@transfem.social
                      wrote sidst redigeret af
                      #21

                      @simontatham@hachyderm.io

                      Does this affect Zoom Web?

                      jiub@not.an.evilcyberhacker.netJ 1 Reply Last reply
                      0
                      • simontatham@hachyderm.ioS simontatham@hachyderm.io

                        I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

                        If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

                        nonbinarycoder@tech.lgbtN This user is from outside of this forum
                        nonbinarycoder@tech.lgbtN This user is from outside of this forum
                        nonbinarycoder@tech.lgbt
                        wrote sidst redigeret af
                        #22

                        @simontatham i see, with them also removing features from the browser version and adding a popup saying to use the app i can't see this as anything over than malicious

                        1 Reply Last reply
                        0
                        • simontatham@hachyderm.ioS simontatham@hachyderm.io

                          I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

                          If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

                          mast0d0nphan@beige.partyM This user is from outside of this forum
                          mast0d0nphan@beige.partyM This user is from outside of this forum
                          mast0d0nphan@beige.party
                          wrote sidst redigeret af
                          #23

                          @simontatham If I ever have to use Zoom, it's through the browser.

                          1 Reply Last reply
                          0
                          • simontatham@hachyderm.ioS simontatham@hachyderm.io

                            I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

                            If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

                            zetabeta@mastodon.socialZ This user is from outside of this forum
                            zetabeta@mastodon.socialZ This user is from outside of this forum
                            zetabeta@mastodon.social
                            wrote sidst redigeret af
                            #24

                            @simontatham
                            tool "firejail" may help. not sure though.

                            it is good time to mention such tool, which can limit lot of permissions for program.

                            1 Reply Last reply
                            0
                            • simontatham@hachyderm.ioS simontatham@hachyderm.io

                              I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

                              If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

                              mschfr@mastodon.socialM This user is from outside of this forum
                              mschfr@mastodon.socialM This user is from outside of this forum
                              mschfr@mastodon.social
                              wrote sidst redigeret af
                              #25

                              @simontatham That's typical malware behaviour

                              1 Reply Last reply
                              0
                              • simontatham@hachyderm.ioS simontatham@hachyderm.io

                                I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

                                If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

                                the_turtle@polyglot.cityT This user is from outside of this forum
                                the_turtle@polyglot.cityT This user is from outside of this forum
                                the_turtle@polyglot.city
                                wrote sidst redigeret af
                                #26

                                @simontatham and let me guess: they didn't say shit about it. "Bug fixes and improvements!!!"

                                1 Reply Last reply
                                0
                                • simontatham@hachyderm.ioS simontatham@hachyderm.io

                                  I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

                                  If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

                                  notbobbytables@infosec.exchangeN This user is from outside of this forum
                                  notbobbytables@infosec.exchangeN This user is from outside of this forum
                                  notbobbytables@infosec.exchange
                                  wrote sidst redigeret af
                                  #27

                                  @simontatham …and I'm the unreasonable one for being somewhat picky about what I install on my machine.

                                  1 Reply Last reply
                                  0
                                  • simontatham@hachyderm.ioS simontatham@hachyderm.io

                                    @nicksilkey the way the X11 selection mechanism works is that every time an application wants to paste, it contacts the current selection owner and asks it to send the data.

                                    This allows some amusing stunts, like writing a selection client that always pastes the _current_ time, rather than the time the clipboard was (logically speaking) written. But it also means that the selection-owning application _knows_ when someone is pasting from it, and can do things in response.

                                    A one-shot paste tool is a thing that starts up, claims ownership of the clipboard, waits until it's received and fulfilled _one_ paste request, and then immediately terminates.

                                    It so happens that I use one I wrote myself. But others exist. One that's already available in Debian and Ubuntu is 'xclip'. If you do this …

                                    sudo apt install xclip # if you don't have it installed already
                                    echo -n foo | xclip -selection primary -loop 1 -verbose

                                    ... then middle-clicking in some other window should cause two things to happen. First, it pastes 'foo'. But also, the xclip tool terminates, and your shell prompt comes back in the first terminal.

                                    If you use '-selection clipboard' instead of '-selection primary' then it will write the other clipboard, the one that typically pastes using ^V or similar. Except that if you're running Zoom 7.1.5 on the same X server, it won't wait for you to paste something on purpose – it will terminate immediately, because it already received a paste request from Zoom!

                                    lp0_on_fire@cupoftea.socialL This user is from outside of this forum
                                    lp0_on_fire@cupoftea.socialL This user is from outside of this forum
                                    lp0_on_fire@cupoftea.social
                                    wrote sidst redigeret af
                                    #28

                                    @simontatham @nicksilkey, hmm…

                                    $ echo -n foo | xclip -selection primary -loop 1 -verbose
                                    Loops: 1
                                    Using selection: XA_PRIMARY
                                    Using target: UTF8_STRING.
                                    Waiting for one selection request.
                                    + Creating new requestor for 'Easy Effects' (0x2600002)
                                    - Deleting requestor for 'Easy Effects' (0x2600002)
                                    $

                                    … er, what? Okay, if it were Clipman, that'd be fine (that's expected), but Easy Effects?

                                    (It does this to XA_CLIPBOARD too, but not XA_SECONDARY. Running 7.2.3; I don't know if 8.x does this.)

                                    1 Reply Last reply
                                    0
                                    • 2something@transfem.social2 2something@transfem.social

                                      @simontatham@hachyderm.io

                                      Does this affect Zoom Web?

                                      jiub@not.an.evilcyberhacker.netJ This user is from outside of this forum
                                      jiub@not.an.evilcyberhacker.netJ This user is from outside of this forum
                                      jiub@not.an.evilcyberhacker.net
                                      wrote sidst redigeret af
                                      #29

                                      @2something@transfem.social @simontatham@hachyderm.io probably not, afaik there's no way for a web page to read the clipboard without being granted permission https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API#security_considerations

                                      1 Reply Last reply
                                      0
                                      • simontatham@hachyderm.ioS simontatham@hachyderm.io

                                        I noticed today that an update to the #Linux #Zoom client has made it start proactively reading _everything_ written to the X11 clipboard.

                                        If you keep interesting secrets in your clipboard – particularly, if a password manager uses it as a means of getting the password to where it needs to be – this might be a thing you need to know about!

                                        neilvandyke@mastodon.onlineN This user is from outside of this forum
                                        neilvandyke@mastodon.onlineN This user is from outside of this forum
                                        neilvandyke@mastodon.online
                                        wrote sidst redigeret af
                                        #30

                                        @simontatham Two solutions I've used, when I have to use Zoom:

                                        1. Use the Zoom Web site. The Web page for the call first makes you try to open the desktop client, but when that fails, a small option appears on the Web page, to do it using Web standards.

                                        2. Dedicated device for Zoom. At an anti-counterfeit-goods startup, after Zoom was sending US calls through CN, seemed prudent to isolate Zoom from eng and ops laptops. I got an iPad, to isolate easier than a dedicated Linux box for Zoom.

                                        1 Reply Last reply
                                        0
                                        • shrub900@mastodon.socialS shrub900@mastodon.social

                                          @simontatham for cases like that, there are often external data control protocols used to make it work. because it’s easy to inspect what clients use what protocols, you can make sure only a client you trust uses those protocols. standard clients don’t tend to use them though, generally only clipboard related utilities and the like

                                          neal@social.gompa.meN This user is from outside of this forum
                                          neal@social.gompa.meN This user is from outside of this forum
                                          neal@social.gompa.me
                                          wrote sidst redigeret af
                                          #31

                                          @shrub900 @simontatham Yes, compositors can have policy to allow exceptions, particularly for things like wl-clipboard and whatnot. But standard clients *generally* don't have the ability to do this in most desktops (though I think some freestanding WMs don't restrict this by default).

                                          1 Reply Last reply
                                          0
                                          Svar
                                          • Svar som emne
                                          Login for at svare
                                          • Ældste til nyeste
                                          • Nyeste til ældste
                                          • Most Votes


                                          • Log ind

                                          • Har du ikke en konto? Tilmeld

                                          • Login or register to search.
                                          Powered by NodeBB Contributors
                                          Graciously hosted by data.coop
                                          • First post
                                            Last post
                                          0
                                          • Hjem
                                          • Seneste
                                          • Etiketter
                                          • Populære
                                          • Verden
                                          • Bruger
                                          • Grupper