Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • 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 (Cyborg)
  • No Skin
Collapse
Brand Logo

CIRCLE WITH A DOT

  1. Home
  2. Uncategorized
  3. I found this Veratasium documentary on the xz Jia Tan backdoor adventure quite good and surprisingly detailed:

I found this Veratasium documentary on the xz Jia Tan backdoor adventure quite good and surprisingly detailed:

Scheduled Pinned Locked Moved Uncategorized
19 Posts 12 Posters 0 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • bagder@mastodon.socialB bagder@mastodon.social

    @FarmerDenzel yeah, I would probably even argue that they made it a little *too* detailed at the risk of getting people bored for a show geared towards "common people"

    F This user is from outside of this forum
    F This user is from outside of this forum
    farmerdenzel@infosec.exchange
    wrote last edited by
    #10

    @bagder Yeah, I do sometimes have that complaint especially when I watch their videos on things I don’t know as much about (eg physics).

    Sometimes feels like detail for the sake of demonstrating that the problem is complex rather than detail for the sake of teaching the viewer.

    1 Reply Last reply
    0
    • thanius@mastodon.chuggybumba.comT thanius@mastodon.chuggybumba.com

      @bagder I'm confused to as why binary blobs are allowed to be stored in public source code repositories anyways.

      I mean, I understand if you want to include assets for a game, but wouldn't it then be safer to store them in readable format before compression? As a simplified example, png's could be stored as xpm in source and then converted into the better format using provided tools, also in the repo.

      Tldr being: If blobs are to be used in tests, write a tool that generates the blob for them.

      S This user is from outside of this forum
      S This user is from outside of this forum
      solemarc@mastodon.social
      wrote last edited by
      #11

      @thanius @bagder it is weird but it was done to test compression /decompression with known blobs (I think) and since it was always like this, no one thought twice. I'd guess this kind of thing is being much more heavily scrutinized now.

      1 Reply Last reply
      0
      • thanius@mastodon.chuggybumba.comT thanius@mastodon.chuggybumba.com

        @bagder I'm confused to as why binary blobs are allowed to be stored in public source code repositories anyways.

        I mean, I understand if you want to include assets for a game, but wouldn't it then be safer to store them in readable format before compression? As a simplified example, png's could be stored as xpm in source and then converted into the better format using provided tools, also in the repo.

        Tldr being: If blobs are to be used in tests, write a tool that generates the blob for them.

        bagder@mastodon.socialB This user is from outside of this forum
        bagder@mastodon.socialB This user is from outside of this forum
        bagder@mastodon.social
        wrote last edited by
        #12

        @thanius convenience? lack of time? didn't think of the security implications?

        Keeping everything readable all over takes effort. In the curl project the xz event kicked off a journey making sure we have less opaque data everywhere in git. It is work that is still ongoing!

        thanius@mastodon.chuggybumba.comT 1 Reply Last reply
        0
        • bagder@mastodon.socialB bagder@mastodon.social

          I found this Veratasium documentary on the xz Jia Tan backdoor adventure quite good and surprisingly detailed:

          - YouTube

          Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

          favicon

          (www.youtube.com)

          meuwese@mastodon.socialM This user is from outside of this forum
          meuwese@mastodon.socialM This user is from outside of this forum
          meuwese@mastodon.social
          wrote last edited by
          #13

          @bagder I learned more than I would care to admit about how encryption works. And the RedHat admin was admirably candid about his role.

          1 Reply Last reply
          0
          • R relay@relay.an.exchange shared this topic
          • bagder@mastodon.socialB bagder@mastodon.social

            I found this Veratasium documentary on the xz Jia Tan backdoor adventure quite good and surprisingly detailed:

            - YouTube

            Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

            favicon

            (www.youtube.com)

            michaelwhite_cpt@mastodon.socialM This user is from outside of this forum
            michaelwhite_cpt@mastodon.socialM This user is from outside of this forum
            michaelwhite_cpt@mastodon.social
            wrote last edited by
            #14

            @bagder Interesting

            1 Reply Last reply
            0
            • meph@social.treehouse.systemsM meph@social.treehouse.systems shared this topic
            • bagder@mastodon.socialB bagder@mastodon.social

              @thanius convenience? lack of time? didn't think of the security implications?

              Keeping everything readable all over takes effort. In the curl project the xz event kicked off a journey making sure we have less opaque data everywhere in git. It is work that is still ongoing!

              thanius@mastodon.chuggybumba.comT This user is from outside of this forum
              thanius@mastodon.chuggybumba.comT This user is from outside of this forum
              thanius@mastodon.chuggybumba.com
              wrote last edited by
              #15

              @bagder Yeah, I understand it takes time to backtrack through an entire project or projects to make everything transparent for reviewers.

              But after this debacle I hope that more developers look into dogfooding their binary storage in projects. I too am responsible for storing blobs, albeit in private repos, but I've since tried to implement build-time asset transformation instead even though it may bulk up the repos.

              1 Reply Last reply
              0
              • bagder@mastodon.socialB bagder@mastodon.social

                I found this Veratasium documentary on the xz Jia Tan backdoor adventure quite good and surprisingly detailed:

                - YouTube

                Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

                favicon

                (www.youtube.com)

                tristan@sns.tcl.meT This user is from outside of this forum
                tristan@sns.tcl.meT This user is from outside of this forum
                tristan@sns.tcl.me
                wrote last edited by
                #16

                @bagder Saw it today too. It had a really high production value, and was thoroughly explained. I’d even recommend it to my non-tech friends.

                1 Reply Last reply
                0
                • bagder@mastodon.socialB bagder@mastodon.social

                  I found this Veratasium documentary on the xz Jia Tan backdoor adventure quite good and surprisingly detailed:

                  - YouTube

                  Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

                  favicon

                  (www.youtube.com)

                  peturdainn@mastodon.socialP This user is from outside of this forum
                  peturdainn@mastodon.socialP This user is from outside of this forum
                  peturdainn@mastodon.social
                  wrote last edited by
                  #17

                  @bagder I had up to now never seen the colour mixing analogy, quite like that.

                  Also, does this count as a rickroll?

                  1 Reply Last reply
                  0
                  • R relay@relay.publicsquare.global shared this topic
                  • bagder@mastodon.socialB bagder@mastodon.social

                    I found this Veratasium documentary on the xz Jia Tan backdoor adventure quite good and surprisingly detailed:

                    - YouTube

                    Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.

                    favicon

                    (www.youtube.com)

                    mlen@social.hackerspace.plM This user is from outside of this forum
                    mlen@social.hackerspace.plM This user is from outside of this forum
                    mlen@social.hackerspace.pl
                    wrote last edited by
                    #18

                    @bagder The name that the attacker used is likely fake. Unfortunately it happens to be the name of a person I used to work with that was not related to this backdoor at all. I know that they got harassed online because of that coincidence. When possible, I think it's better to omit the name or include a note that it's likely fake.

                    1 Reply Last reply
                    0
                    • F farmerdenzel@infosec.exchange

                      @bagder I actually spent some time talking the writers of that video through the technical details of the backdoor, since they came across my talk about it just after it was discovered.

                      I think the video is definitely a bit dramatic and geared towards a less technical (or at least less cyber-focused) audience, but was impressed with how much they cared about getting the minutiae right.

                      Realistically, most of their viewers won’t care about ifunc or dynamic linker audit hooks, but it does keep things interesting for the cyber folks watching.

                      gunstick@mastodon.opencloud.luG This user is from outside of this forum
                      gunstick@mastodon.opencloud.luG This user is from outside of this forum
                      gunstick@mastodon.opencloud.lu
                      wrote last edited by
                      #19

                      @FarmerDenzel @bagder several of their videos have quite some mathematical formulas in them. So I think their audience is not the less technical audience.

                      1 Reply Last reply
                      0
                      • R relay@relay.mycrowd.ca shared this topic
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups