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 can confirm Creative Cloud has added to my /etc/hosts file.

I can confirm Creative Cloud has added to my /etc/hosts file.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
20 Indlæg 12 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.
  • linuxandyarn@hachyderm.ioL linuxandyarn@hachyderm.io

    @marcedwards How is it being modified when /etc/hosts is owned by root? An after-install script run by the package manager?

    iccir@mastodon.socialI This user is from outside of this forum
    iccir@mastodon.socialI This user is from outside of this forum
    iccir@mastodon.social
    wrote sidst redigeret af
    #10

    @linuxandyarn @marcedwards At least on my machine, Adobe adds some items to /Library/PrivilegedHelperTools. These will have root access.

    1 Reply Last reply
    0
    • iccir@mastodon.socialI iccir@mastodon.social

      @marcedwards I'll try to do a quick search when I get back to my computer and try to figure out which helper/agent/daemon is modifying this. Maybe there is a default to disable it.

      iccir@mastodon.socialI This user is from outside of this forum
      iccir@mastodon.socialI This user is from outside of this forum
      iccir@mastodon.social
      wrote sidst redigeret af
      #11

      @marcedwards I didn't find anything, but I'm also running an older version of Creative Cloud on Sonoma (I don't update apps until I can verify my workflow won't break).

      You might want to try:
      `find /Applications/Utilities -name "*Adobe*" -print0 | xargs -0 grep -d recurse "Cloud WAM"`

      I'm guessing they probably have some shell script that's making the entry.

      1 Reply Last reply
      0
      • marcedwards@mastodon.socialM marcedwards@mastodon.social

        I can confirm Creative Cloud has added to my /etc/hosts file.

        Adobe secretly modifies your hosts file for the stupidest reason: https://www.osnews.com/story/144737/adobe-secretly-modifies-your-hosts-file-for-the-stupidest-reason/

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

        @marcedwards I monitor my hosts file so good luck Adobe.

        Disclaimer: I hate Adobe

        1 Reply Last reply
        0
        • marcedwards@mastodon.socialM marcedwards@mastodon.social

          I can confirm Creative Cloud has added to my /etc/hosts file.

          Adobe secretly modifies your hosts file for the stupidest reason: https://www.osnews.com/story/144737/adobe-secretly-modifies-your-hosts-file-for-the-stupidest-reason/

          mrfoostang@foostang.xyzM This user is from outside of this forum
          mrfoostang@foostang.xyzM This user is from outside of this forum
          mrfoostang@foostang.xyz
          wrote sidst redigeret af
          #13
          @marcedwards@mastodon.social @relay@relay.infosec.exchange What. The. Fuck.
          1 Reply Last reply
          0
          • marcedwards@mastodon.socialM marcedwards@mastodon.social

            I can confirm Creative Cloud has added to my /etc/hosts file.

            Adobe secretly modifies your hosts file for the stupidest reason: https://www.osnews.com/story/144737/adobe-secretly-modifies-your-hosts-file-for-the-stupidest-reason/

            carpetbomberz@mastodon.onlineC This user is from outside of this forum
            carpetbomberz@mastodon.onlineC This user is from outside of this forum
            carpetbomberz@mastodon.online
            wrote sidst redigeret af
            #14

            @marcedwards

            Uh,... wow.

            Just wow. 🥴

            1 Reply Last reply
            0
            • marcedwards@mastodon.socialM marcedwards@mastodon.social

              I can confirm Creative Cloud has added to my /etc/hosts file.

              Adobe secretly modifies your hosts file for the stupidest reason: https://www.osnews.com/story/144737/adobe-secretly-modifies-your-hosts-file-for-the-stupidest-reason/

              joehenzi@social.vivaldi.netJ This user is from outside of this forum
              joehenzi@social.vivaldi.netJ This user is from outside of this forum
              joehenzi@social.vivaldi.net
              wrote sidst redigeret af
              #15

              @marcedwards This would be the final straw

              1 Reply Last reply
              0
              • marcedwards@mastodon.socialM marcedwards@mastodon.social

                @linuxandyarn Good question! I’m not sure. I guess at some point it asks for and gets admin privileges? It’s been a while since I installed Adobe CC, so I can’t remember.

                autiomaa@mementomori.socialA This user is from outside of this forum
                autiomaa@mementomori.socialA This user is from outside of this forum
                autiomaa@mementomori.social
                wrote sidst redigeret af
                #16

                @marcedwards @linuxandyarn At least on Windows, only way to install Adobe products is to give them system level access to everything. Creative Suite installs many background services, that in the past (back in 2017-) were essentially Node.js applications. So your desktop computer has a built-in web server that has been there for almost a decade, accessible via local ports.

                Adobe's included Node.js server could be used to run any custom code, not only their own. Essentially an attacker could use it to run extra bits of code that would be hidden inside Adobe's software.

                linuxandyarn@hachyderm.ioL 1 Reply Last reply
                0
                • autiomaa@mementomori.socialA autiomaa@mementomori.social

                  @marcedwards @linuxandyarn At least on Windows, only way to install Adobe products is to give them system level access to everything. Creative Suite installs many background services, that in the past (back in 2017-) were essentially Node.js applications. So your desktop computer has a built-in web server that has been there for almost a decade, accessible via local ports.

                  Adobe's included Node.js server could be used to run any custom code, not only their own. Essentially an attacker could use it to run extra bits of code that would be hidden inside Adobe's software.

                  linuxandyarn@hachyderm.ioL This user is from outside of this forum
                  linuxandyarn@hachyderm.ioL This user is from outside of this forum
                  linuxandyarn@hachyderm.io
                  wrote sidst redigeret af
                  #17

                  @autiomaa @marcedwards Christ. There are days I want to day-drink just being a Linux admin. If I were responsible for Windows users with that shiz I'd be hospitalized.

                  (Also, today I learned Windows might have /etc/hosts; I assumed the OP had a Mac.)

                  autiomaa@mementomori.socialA 1 Reply Last reply
                  0
                  • linuxandyarn@hachyderm.ioL linuxandyarn@hachyderm.io

                    @autiomaa @marcedwards Christ. There are days I want to day-drink just being a Linux admin. If I were responsible for Windows users with that shiz I'd be hospitalized.

                    (Also, today I learned Windows might have /etc/hosts; I assumed the OP had a Mac.)

                    autiomaa@mementomori.socialA This user is from outside of this forum
                    autiomaa@mementomori.socialA This user is from outside of this forum
                    autiomaa@mementomori.social
                    wrote sidst redigeret af
                    #18

                    @linuxandyarn @marcedwards Yeah, Windows has those tools from FreeBSD. Parts of Windows network stack were originally from FreeBSD, and Microsoft has bern using BSD licensed software for decades. Core parts of Azure were also running on top of FreeBSD (already a decade ago).

                    1 Reply Last reply
                    0
                    • marcedwards@mastodon.socialM marcedwards@mastodon.social

                      I can confirm Creative Cloud has added to my /etc/hosts file.

                      Adobe secretly modifies your hosts file for the stupidest reason: https://www.osnews.com/story/144737/adobe-secretly-modifies-your-hosts-file-for-the-stupidest-reason/

                      sandycorzeta@misskey.idS This user is from outside of this forum
                      sandycorzeta@misskey.idS This user is from outside of this forum
                      sandycorzeta@misskey.id
                      wrote sidst redigeret af
                      #19
                      @marcedwards@mastodon.social this probably to combat those keygen patcher 😂
                      1 Reply Last reply
                      0
                      • marcedwards@mastodon.socialM marcedwards@mastodon.social

                        I can confirm Creative Cloud has added to my /etc/hosts file.

                        Adobe secretly modifies your hosts file for the stupidest reason: https://www.osnews.com/story/144737/adobe-secretly-modifies-your-hosts-file-for-the-stupidest-reason/

                        jarno@dosgame.clubJ This user is from outside of this forum
                        jarno@dosgame.clubJ This user is from outside of this forum
                        jarno@dosgame.club
                        wrote sidst redigeret af
                        #20

                        @marcedwards does it run with root privileges or other elevated privileges then?

                        1 Reply Last reply
                        0
                        • jwcph@helvede.netJ jwcph@helvede.net shared this topic
                        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