• Cousin Mose@lemmy.hogru.ch
    link
    fedilink
    arrow-up
    15
    ·
    1 day ago

    Why is Zoom even still popular? Remember when Apple had to push a security update to undo its insane HTTP daemon? I guess we’re all just okay trusting their janky-ass Windows adjacent UI and security model.

    • k0e3@lemmy.ca
      link
      fedilink
      arrow-up
      4
      ·
      8 hours ago

      I don’t even understand how it goes popular in the first place when Skype and Google Meet already existed before the Pandemic. It even had a whole “Chinese company/servers” scare too but it still held on.

    • thingsiplay@lemmy.ml
      link
      fedilink
      arrow-up
      6
      ·
      22 hours ago

      Why is Zoom even still popular?

      I guess because that’s a standard tool everyone in business has. Also the Microsoft alternatives (including Skype after buyout) sucks. I don’t use these tools (used Skype before Microsoft purchased it), so this is not my personal opinion.

    • HubertManne@piefed.social
      link
      fedilink
      English
      arrow-up
      3
      ·
      21 hours ago

      this. my last companies security team was crazy aggressive but would allow zoom meetings right after the big security incident.

  • artyom@piefed.social
    link
    fedilink
    English
    arrow-up
    57
    arrow-down
    1
    ·
    2 days ago

    Yeah this is why Zoom is constantly pushing you to download their fucking app, and exactly why I don’t fucking do it.

  • IanTwenty@piefed.social
    link
    fedilink
    English
    arrow-up
    49
    ·
    2 days ago

    Affected users who are running X11 should audit their Zoom version, isolate conferencing workloads onto dedicated hardware or virtual machines, or move to a browser-based version of Zoom where sandboxing prevents unprompted clipboard access.

    Anyone running a Linux system with Wayland should be OK.

    • Maybelline@lemmy.zip
      link
      fedilink
      English
      arrow-up
      43
      ·
      2 days ago

      Anyone running a Linux system with Wayland should be OK.

      And this is exactly why I put up with the functionality regressions of Wayland over X11 for the first few years.

      • ikidd@lemmy.dbzer0.com
        link
        fedilink
        arrow-up
        1
        ·
        2 hours ago

        It’s been quite a while since I’ve had issues with Wayland, but for a while there I was convinced that the only testing done on it was on a single screen laptop, because as soon as you attached a second standalone monitor (or third or fourth) all hell broke loose.

      • Telodzrum@lemmy.world
        link
        fedilink
        arrow-up
        18
        ·
        2 days ago

        It’s just a better compositor. X is roughly half a million bandaids in a 30 year old trench coat.

    • Onno (VK6FLAB)@lemmy.radio
      link
      fedilink
      arrow-up
      8
      ·
      2 days ago

      I understood that all X11 apps running under Wayland are running inside the same environment, or is that wrong?

      In other words, all X11 clipboards are shared.

      I’m also not sure about clipboard isolation, since I’d have thought that copy/paste between Wayland and X11 would be expected.

      • HER0@beehaw.org
        link
        fedilink
        arrow-up
        4
        ·
        1 day ago

        The Wayland spec doesn’t allow for clients to arbitrarily get clipboard data under typical conditions. Since most applications these days are running under Wayland, it should be that copying to the clipboard isn’t exposed to X11 clients most of the time (only when copying from or pasting into XWayland).

    • defrostedLasagna4921@piefed.zip
      link
      fedilink
      English
      arrow-up
      3
      ·
      1 day ago

      I think so, but the sandbox can easily be broken in theory from what I heard. It’ll probably be fine as long as Zoom doesn’t add malicious code that does such a thing.

      • mholiv@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        4 hours ago

        I wouldn’t say “easily” it’s just that LLM assisted code finding has revealed several exploits. Good news is that the flaws that have been found have been fixed.

        If you use flatseal and turn off clipboard access you will be fine.

  • TootSweet@lemmy.world
    link
    fedilink
    English
    arrow-up
    5
    ·
    2 days ago

    I’m going to have to go on some remote interviews sometime soon. I don’t know if Zoom is the way those are usually done or if they use some other software that’s more purpose-built for that. But whatever the case, I’ll definitely have to figure out how to run whatever it is “in jail” somehow.

    • freshfusion@discuss.tchncs.de
      link
      fedilink
      arrow-up
      3
      ·
      8 hours ago

      I would recommend running untrusted proprietary software as a webapp if possible, it will not be able to be as intrusive in that case compared to native app even with all the sandboxing (flatpak, snap, etc…). Or Virtual machine as the most secure option, but it may be overkill.