• @[email protected]
    link
    fedilink
    493 days ago

    That would be too obvious and thus ineffective. In reality it is more likely that they have inserted bugs into various open source software covertly, like we saw with xz.

    • @Hugin
      link
      22 days ago

      There was at least one attempt. Back before git the linux kernel was in 1 central repo. There was also a backup repo. It was compromised with a very clever backdoor.

      The backdoor was caught but only because it didn’t have a reference to the mainline repo.

      if ((options == (__WCLONE|__WALL)) && (current->uid = 0)) retval = -EINVAL;

      Note the user uid is being set (=) to root instead of being checked(==) for root.

      The full story.

      https://freedom-to-tinker.com/2013/10/09/the-linux-backdoor-attempt-of-2003/

    • @x00z
      link
      English
      72 days ago

      Looking at leaks of the past, it’s probably more likely that they have an arsenal of bug exploits instead of backdoors when it comes to opensource stuff.

      • @[email protected]
        link
        fedilink
        22 days ago

        Yeah actually that makes more sense than what I originally said. The US is one of the main buyers of gray-market zero day bugs, way cheaper and less risk than trying to covertly implement bugs.

    • @habitualTartare
      link
      193 days ago

      More likely it’s probably a non-free repository that many people choose to use like an Intel driver or something.