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 know Mastodon hates LLM's and AI.

I know Mastodon hates LLM's and AI.

Planlagt Fastgjort Låst Flyttet Ikke-kategoriseret
195 Indlæg 72 Posters 2 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.
  • decapitae@mastodon.socialD decapitae@mastodon.social

    @drwhax Using the stones to destroy the stones seems an unavoidable task

    drwhax@infosec.exchangeD This user is from outside of this forum
    drwhax@infosec.exchangeD This user is from outside of this forum
    drwhax@infosec.exchange
    wrote sidst redigeret af
    #22

    @decapitae Ideally we get more Suhosin's projects for all these different languages, but I doubt it'll happen at this point.

    1 Reply Last reply
    0
    • drwhax@infosec.exchangeD drwhax@infosec.exchange

      @rysiek human in the loop etc 🙂

      rysiek@mstdn.socialR This user is from outside of this forum
      rysiek@mstdn.socialR This user is from outside of this forum
      rysiek@mstdn.social
      wrote sidst redigeret af
      #23

      @drwhax the problem is this works better for certain tasks (finding vulnerabilities) and much worse for other tasks (vibe-coding) because of the shape of these tasks.

      "Human in the loop" is not the get-out-of-LLM-problems-free card people try to pretend it is.

      Human in the loop works for vulnerability findings because there is a reliable way of verifying the finding. It clearly does not work well for vibe-coding at all because there is no such reliable way of verifying code correctness.

      drwhax@infosec.exchangeD fiar_light@beige.partyF caranea@infosec.exchangeC 3 Replies Last reply
      0
      • rysiek@mstdn.socialR rysiek@mstdn.social

        @drwhax the problem is this works better for certain tasks (finding vulnerabilities) and much worse for other tasks (vibe-coding) because of the shape of these tasks.

        "Human in the loop" is not the get-out-of-LLM-problems-free card people try to pretend it is.

        Human in the loop works for vulnerability findings because there is a reliable way of verifying the finding. It clearly does not work well for vibe-coding at all because there is no such reliable way of verifying code correctness.

        drwhax@infosec.exchangeD This user is from outside of this forum
        drwhax@infosec.exchangeD This user is from outside of this forum
        drwhax@infosec.exchange
        wrote sidst redigeret af
        #24

        @rysiek I think we'll get there in a number of years, the way the field is developing now we got all these super fast interconnects and HBM memory and not to mention advancements in the machine learning field.

        I almost puke writing this lol

        rysiek@mstdn.socialR 1 Reply Last reply
        0
        • drwhax@infosec.exchangeD drwhax@infosec.exchange

          I know Mastodon hates LLM's and AI. So here goes!

          I recently got access to trusted access of cyber capabilities of both openai and anthropic, which also allows you to weaponize security vulnerabilities.

          The speed at which these parrots can find bugs and be creative enough to exploit them is staggering.

          I recently pointed an LLM at an kernel fix that was reachable by an unprivileged namespace on Debian and it fully weaponized it, without too much me prompting it in the right direction, in about 7-9 hours.

          I don't think open-source and companies will know what's coming for them once these open-source weight models will have broader reach and get better at exploiting vulnerabilities on a massive scale as anyone can access them.

          The bottom line I think is, you cannot patch faster than the attackers can easily chain all kinds of vulnerabilities together and just move laterally on an incredibly fast pace.

          I've started reporting vulnerabilities to all kinds of projects and the majority have trouble or patching issues found. There's not enough maintainers, or there's simply none anymore.

          I've been getting quite worried about what our future will look like for data privacy. I think outright not running an LLM over your codebase to find critical security vulnerabilities because of your moral stance will keep us more insecure.

          Please run an LLM over your code base if it's internet facing or something critical, we thank you!

          Can't wait for the discussions on this!

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

          @drwhax a lot of us at Red Hat have been working at 100% for the last 6 months on basically this. I personally spend ~2h/day on AISLE and Mythos reports and getting fixes upstream.

          drwhax@infosec.exchangeD 1 Reply Last reply
          0
          • drwhax@infosec.exchangeD drwhax@infosec.exchange

            @can yes for sure!

            There's a couple things you can do, one of them is indeed as basic as, this is app XYZ, written in PHP, review the codebase for security problems, then adversarially review your findings before writing them down in findings/ per bug in markdown. Also make a root cause and look for variants of the same class of issues across the code base.

            What are some good skills to run is from Trail of Bits which are open-source: https://github.com/trailofbits/skills

            If it's C/C++, LLM's are pretty good at making fuzzers and seeding the dictionary needed to fuzz them effectively.

            If it's open-source you can apply for some openai codex api grant: https://openai.com/form/codex-open-source-fund/

            offbeatmammal@mastodon.socialO This user is from outside of this forum
            offbeatmammal@mastodon.socialO This user is from outside of this forum
            offbeatmammal@mastodon.social
            wrote sidst redigeret af
            #26

            @drwhax @can great pointer, thanks. Going to try this tomorrow on a couple of our codebases (one 100% human coded, one originally human but with progressive LMM development over the last couple of months) - might be adjusting some development schedules depending on what I find!

            drwhax@infosec.exchangeD 1 Reply Last reply
            0
            • hughsie@mastodon.socialH hughsie@mastodon.social

              @drwhax a lot of us at Red Hat have been working at 100% for the last 6 months on basically this. I personally spend ~2h/day on AISLE and Mythos reports and getting fixes upstream.

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

              @hughsie I'd love to hear more on the maintainer side of this. What i'm ultimately scared of is that everyone will burn out from the immense amount of stuff maintainers have to clean up.

              hughsie@mastodon.socialH 1 Reply Last reply
              0
              • offbeatmammal@mastodon.socialO offbeatmammal@mastodon.social

                @drwhax @can great pointer, thanks. Going to try this tomorrow on a couple of our codebases (one 100% human coded, one originally human but with progressive LMM development over the last couple of months) - might be adjusting some development schedules depending on what I find!

                drwhax@infosec.exchangeD This user is from outside of this forum
                drwhax@infosec.exchangeD This user is from outside of this forum
                drwhax@infosec.exchange
                wrote sidst redigeret af
                #28

                @Offbeatmammal @can I'm very curious to hear if it helps! If you need help i'm here!

                offbeatmammal@mastodon.socialO 1 Reply Last reply
                0
                • rysiek@mstdn.socialR rysiek@mstdn.social

                  @drwhax I think we need a bit of nuance here.

                  As much as I am no fan of LLMs, I can see the value of running them over one's own codebase in order to find vulnerabilities.

                  But I remain unconvinced that vibe-coded fixes are a good idea, or ever will be. I think this needs to be clearly said.

                  The reason is that these are fundamentally different problems.

                  lain@lain.comL This user is from outside of this forum
                  lain@lain.comL This user is from outside of this forum
                  lain@lain.com
                  wrote sidst redigeret af
                  #29
                  @rysiek @drwhax no we don't need nuance here, get those issues fixed.
                  drwhax@infosec.exchangeD 1 Reply Last reply
                  0
                  • drwhax@infosec.exchangeD drwhax@infosec.exchange

                    @hughsie I'd love to hear more on the maintainer side of this. What i'm ultimately scared of is that everyone will burn out from the immense amount of stuff maintainers have to clean up.

                    hughsie@mastodon.socialH This user is from outside of this forum
                    hughsie@mastodon.socialH This user is from outside of this forum
                    hughsie@mastodon.social
                    wrote sidst redigeret af
                    #30

                    @drwhax I'm paid by Red Hat to do this, and am given access to all the resources I need -- but it must be soul destroying for an open source contributor just doing OSS for fun as a hobby.

                    I keep telling myself that all this security stuff isn't much fun, but it probably makes open source stronger in the long term.

                    I think it helps to have very strict rules upstream for the flood of AI reports, e.g. https://github.com/fwupd/fwupd/blob/main/SECURITY.md#reporting-a-vulnerability

                    raven667@hachyderm.ioR 1 Reply Last reply
                    0
                    • lain@lain.comL lain@lain.com
                      @rysiek @drwhax no we don't need nuance here, get those issues fixed.
                      drwhax@infosec.exchangeD This user is from outside of this forum
                      drwhax@infosec.exchangeD This user is from outside of this forum
                      drwhax@infosec.exchange
                      wrote sidst redigeret af
                      #31

                      @lain @rysiek nuance on social media????

                      lain@lain.comL 1 Reply Last reply
                      0
                      • drwhax@infosec.exchangeD drwhax@infosec.exchange

                        @lain @rysiek nuance on social media????

                        lain@lain.comL This user is from outside of this forum
                        lain@lain.comL This user is from outside of this forum
                        lain@lain.com
                        wrote sidst redigeret af
                        #32
                        @drwhax @rysiek that's not what i voted for
                        drwhax@infosec.exchangeD 1 Reply Last reply
                        0
                        • lain@lain.comL lain@lain.com
                          @drwhax @rysiek that's not what i voted for
                          drwhax@infosec.exchangeD This user is from outside of this forum
                          drwhax@infosec.exchangeD This user is from outside of this forum
                          drwhax@infosec.exchange
                          wrote sidst redigeret af
                          #33

                          @lain @rysiek wait, we can vote for this?

                          1 Reply Last reply
                          0
                          • drwhax@infosec.exchangeD drwhax@infosec.exchange

                            @Offbeatmammal @can I'm very curious to hear if it helps! If you need help i'm here!

                            offbeatmammal@mastodon.socialO This user is from outside of this forum
                            offbeatmammal@mastodon.socialO This user is from outside of this forum
                            offbeatmammal@mastodon.social
                            wrote sidst redigeret af
                            #34

                            @drwhax @can thanks! I am both terrified and excited what I will find!

                            drwhax@infosec.exchangeD 1 Reply Last reply
                            0
                            • offbeatmammal@mastodon.socialO offbeatmammal@mastodon.social

                              @drwhax @can thanks! I am both terrified and excited what I will find!

                              drwhax@infosec.exchangeD This user is from outside of this forum
                              drwhax@infosec.exchangeD This user is from outside of this forum
                              drwhax@infosec.exchange
                              wrote sidst redigeret af
                              #35

                              @Offbeatmammal @can I think that's accurately describing my view on AI for the past couple months now hehe

                              1 Reply Last reply
                              0
                              • rysiek@mstdn.socialR rysiek@mstdn.social

                                @drwhax the problem is this works better for certain tasks (finding vulnerabilities) and much worse for other tasks (vibe-coding) because of the shape of these tasks.

                                "Human in the loop" is not the get-out-of-LLM-problems-free card people try to pretend it is.

                                Human in the loop works for vulnerability findings because there is a reliable way of verifying the finding. It clearly does not work well for vibe-coding at all because there is no such reliable way of verifying code correctness.

                                fiar_light@beige.partyF This user is from outside of this forum
                                fiar_light@beige.partyF This user is from outside of this forum
                                fiar_light@beige.party
                                wrote sidst redigeret af
                                #36

                                @rysiek @drwhax I remember reading an article about shit hospital admins wanting to ditch radiologists all but one who would check the AI dx...and if anything went wrong, can blame the hoo-man! And fire that one, hire another at an even LOWER rate! All for your Hellth.

                                drwhax@infosec.exchangeD 1 Reply Last reply
                                0
                                • fiar_light@beige.partyF fiar_light@beige.party

                                  @rysiek @drwhax I remember reading an article about shit hospital admins wanting to ditch radiologists all but one who would check the AI dx...and if anything went wrong, can blame the hoo-man! And fire that one, hire another at an even LOWER rate! All for your Hellth.

                                  drwhax@infosec.exchangeD This user is from outside of this forum
                                  drwhax@infosec.exchangeD This user is from outside of this forum
                                  drwhax@infosec.exchange
                                  wrote sidst redigeret af
                                  #37

                                  @FIAR_Light @rysiek yeah that's pretty bad....

                                  1 Reply Last reply
                                  0
                                  • drwhax@infosec.exchangeD drwhax@infosec.exchange

                                    I know Mastodon hates LLM's and AI. So here goes!

                                    I recently got access to trusted access of cyber capabilities of both openai and anthropic, which also allows you to weaponize security vulnerabilities.

                                    The speed at which these parrots can find bugs and be creative enough to exploit them is staggering.

                                    I recently pointed an LLM at an kernel fix that was reachable by an unprivileged namespace on Debian and it fully weaponized it, without too much me prompting it in the right direction, in about 7-9 hours.

                                    I don't think open-source and companies will know what's coming for them once these open-source weight models will have broader reach and get better at exploiting vulnerabilities on a massive scale as anyone can access them.

                                    The bottom line I think is, you cannot patch faster than the attackers can easily chain all kinds of vulnerabilities together and just move laterally on an incredibly fast pace.

                                    I've started reporting vulnerabilities to all kinds of projects and the majority have trouble or patching issues found. There's not enough maintainers, or there's simply none anymore.

                                    I've been getting quite worried about what our future will look like for data privacy. I think outright not running an LLM over your codebase to find critical security vulnerabilities because of your moral stance will keep us more insecure.

                                    Please run an LLM over your code base if it's internet facing or something critical, we thank you!

                                    Can't wait for the discussions on this!

                                    fnrd@toots.nuF This user is from outside of this forum
                                    fnrd@toots.nuF This user is from outside of this forum
                                    fnrd@toots.nu
                                    wrote sidst redigeret af
                                    #38

                                    @drwhax It's not that you're wrong but you're not specific enough. Which AI, in what way? Plus, though I see you have enough technical expertise you come out with that OpenAI/Claude vibe that I detest. We should use LLMs, but in our own way, after stripping away the hype. All the LLM technobros have been stealing our code and other people's copyrighted work, and now want to sell it back to us with added bias, lack of provenance and old data. Excuse me if I'm not wildly enthusiastic about their for-profit products.

                                    drwhax@infosec.exchangeD 1 Reply Last reply
                                    0
                                    • ljrk@todon.euL ljrk@todon.eu

                                      @buherator @drwhax

                                      1. Acceptance. There's the saying "you just need to be more secure than your neighbor". It's not fully true but biz people hold it so. It's flip side is a cynic commentary on security, and a true one at that: If your neighbor is not secure, you don't need to be either. This is still true if you're getting pwned. When everyone's getting hacked regularly, society will accept this new reality. Only the defense sector will still care for security. We've seen similar developments in different industries: Fast fashion isn't an adequate replacement for garment that stands the test of time. But it's getting impossible to buy good clothes, even if you want to. But also with other goods: If everyone produces low quality items, it's financially more reasonable to do the same.

                                      2. Centralization. Coz we won't do the right thing and reduce complexity, we need to find a way to make complexity "secure": Cloud, Big5, etc. Corps that have the resources to host an Exchange server securely... or in compliance with regulations. Every tool you do not let a big house host is a liability. Not coz they're necessarily more secure, but because nobody will blame you if something gets wrong. We had that with "buying IBM" once.

                                      I hate this outlook but I seriously doubt that we will correct course.

                                      tiotasram@kolektiva.socialT This user is from outside of this forum
                                      tiotasram@kolektiva.socialT This user is from outside of this forum
                                      tiotasram@kolektiva.social
                                      wrote sidst redigeret af
                                      #39

                                      @ljrk @buherator @drwhax

                                      The nice thing about open source is that there's always *someone* doing whatever obscure thing the mainstream finds too niche. I'm sure there are people right now who have for decades been building smaller software, and maybe for a certain non-corporate group there can be a pivot to that stuff. To avoid an endless edge of new code to harden, you need to forgo compatibility with new software & hardware, which has until now meant relative uselessness. But given how the AI bubble is driving up hardware prices, and the fact that we've seen standards like USB mature to a point that feels like it could be stable for a decade or more, maybe the endless cycle of new hardware stuff just slows down in certain backwaters. Of course this is anathema to corporate strategies, but I wonder if given the fact that the churning edge will be nearly impossible to secure, maybe a chunk of consumers will find ways to be satisfied with a smaller more stable core.

                                      ljrk@todon.euL 1 Reply Last reply
                                      0
                                      • drwhax@infosec.exchangeD drwhax@infosec.exchange

                                        I know Mastodon hates LLM's and AI. So here goes!

                                        I recently got access to trusted access of cyber capabilities of both openai and anthropic, which also allows you to weaponize security vulnerabilities.

                                        The speed at which these parrots can find bugs and be creative enough to exploit them is staggering.

                                        I recently pointed an LLM at an kernel fix that was reachable by an unprivileged namespace on Debian and it fully weaponized it, without too much me prompting it in the right direction, in about 7-9 hours.

                                        I don't think open-source and companies will know what's coming for them once these open-source weight models will have broader reach and get better at exploiting vulnerabilities on a massive scale as anyone can access them.

                                        The bottom line I think is, you cannot patch faster than the attackers can easily chain all kinds of vulnerabilities together and just move laterally on an incredibly fast pace.

                                        I've started reporting vulnerabilities to all kinds of projects and the majority have trouble or patching issues found. There's not enough maintainers, or there's simply none anymore.

                                        I've been getting quite worried about what our future will look like for data privacy. I think outright not running an LLM over your codebase to find critical security vulnerabilities because of your moral stance will keep us more insecure.

                                        Please run an LLM over your code base if it's internet facing or something critical, we thank you!

                                        Can't wait for the discussions on this!

                                        H This user is from outside of this forum
                                        H This user is from outside of this forum
                                        hajovonta@mastodon.online
                                        wrote sidst redigeret af
                                        #40

                                        @drwhax
                                        isn't this a proof that humans are not better at writing software than SOTA models? In general, of course.

                                        drwhax@infosec.exchangeD 1 Reply Last reply
                                        0
                                        • fnrd@toots.nuF fnrd@toots.nu

                                          @drwhax It's not that you're wrong but you're not specific enough. Which AI, in what way? Plus, though I see you have enough technical expertise you come out with that OpenAI/Claude vibe that I detest. We should use LLMs, but in our own way, after stripping away the hype. All the LLM technobros have been stealing our code and other people's copyrighted work, and now want to sell it back to us with added bias, lack of provenance and old data. Excuse me if I'm not wildly enthusiastic about their for-profit products.

                                          drwhax@infosec.exchangeD This user is from outside of this forum
                                          drwhax@infosec.exchangeD This user is from outside of this forum
                                          drwhax@infosec.exchange
                                          wrote sidst redigeret af
                                          #41

                                          @fnrd you're right, but I think if we take this defeatist stance we're not going to improve things for the better.

                                          Unfortunately, we'll not be able to make our own models, we're compute starved, our best bet is maybe open-weights models.

                                          It's all a mess though, I do agree with that.

                                          fnrd@toots.nuF 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