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. Remember: this is a time when every open source project out there suffers from an extreme issue and security report avalanche and overload.

Remember: this is a time when every open source project out there suffers from an extreme issue and security report avalanche and overload.

Scheduled Pinned Locked Moved Uncategorized
24 Posts 12 Posters 43 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.
  • stevel@hachyderm.ioS stevel@hachyderm.io

    @aris @bagder we're actually seeing new stuff, but often with wildly overexaggerated CVE scores

    Them "This gives me an RCE on an application. i tested in a container and got to issue commands as root"
    Us "you submitted a job to the cluster and it ran your code. You've just discovered a very convoluted way to execute something you could have done more easily"

    What it is doing is really encouraging us to point the AI tooling at old code and say "cut it". It's happy to prune stuff that's been neglected and is no longer needed, and that so simplifies our life

    stevel@hachyderm.ioS This user is from outside of this forum
    stevel@hachyderm.ioS This user is from outside of this forum
    stevel@hachyderm.io
    wrote last edited by
    #15

    @aris @bagder stuck something up on LI about this and my triage policy. No RCE, no loss of data. -don't care

    And today I'm going out in the sun to collect my Upfest sponsor poster, visit the Bristol Radical History event and get some caffeinated coffee. Nowhere near an IDE

    Link Preview Image
    AI Assesses Vulnerabilities in OSS Commit | Steve Loughran posted on the topic | LinkedIn

    Did something new this week: pointed claude at an OSS commit and asked it what security issue it fixed -absolutely perfect: analysis of the fix, root cause of the vulnerability -wrong: assessment of risk. Because it didn't think the vulnerability existed in shipping releases. I had to say "no, that shipped in X.Y.Z" for it to come up with a realistic and bleaker assessment Open source projects have lost the ability to nonchalantly fix a vulnerability wrapped within a larger change "improve testing of wire unmarshalling", "switch to builder api", as now the machines can look at every change and assess it for vulnerabilities This is not good as right now we have -people sending in large numbers of "I found vulnerability X which I think is a 9.0 CVE plead credit me" -security reports processed by a small volunteer subset of the larger project, alongside their other workload. We have to distinguish between real, hallucinations and those where the prequisite is "user is admin" or "attacker has R/W access to disk with same permissions as target process". And that for a Local DoS. -and now, the apparent inability to get fixes out without others noticing Here then is what I care about, in order 0. Stuff which comes for the build/us developers 1. Malicous files which can lead to RCE. In cloud deployments, you can't trust any data. 2. network attacks which allow RCE from a caller who is unauthed 3. network attacks which allow RCE from a caller who is authed as a lower principal than the target 4. 2 & 3 where the outcome is permanent damage or loss of data 5. Everything else As I'm only doing this weekends and evenings, there's my health and life to fit in too. So #5 issues are not going to get any attention. This week: #2 but iff our secret generation isn't strong enough to prevent impersonation; maybe a #1. And of course as my commit log is public, I'll leave it to the AI tools to work out what I've fixed. Or at least told the AI tools to fix while I went out and did things. Maybe this is just a sudden uptick in vulnerabilities and once they've been discovered things will get quiet. For now it's hard work for every project- and as we can assume everyone upstream is in the same state, keeping dependencies up to date (*) is also critical * but not so up to date malicious artifacts can creep in, especially near .js and .py modules. https://lnkd.in/ei7MrT24

    favicon

    LinkedIn (www.linkedin.com)

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

      Remember: this is a time when every open source project out there suffers from an extreme issue and security report avalanche and overload.

      Ask yourself what you do to make the situation better.

      Make sure your employer does as well.

      countholdem@mastodon.socialC This user is from outside of this forum
      countholdem@mastodon.socialC This user is from outside of this forum
      countholdem@mastodon.social
      wrote last edited by
      #16

      @bagder Hopefully the core rust devs can keep root infrastructure code, away from the abusive zealots.

      1 Reply Last reply
      0
      • frox@tooting.chF frox@tooting.ch

        @bagder @kkarhan oh, so are you saying the LLM generated (security) issues you're seeing have gotten to be high quality ?
        I had understood the previous state was a barrage of legit looking LLM issues that fell apart once you start going through 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
        #17

        @frox @kkarhan yes: https://daniel.haxx.se/blog/2026/04/22/high-quality-chaos/

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

          @kkarhan I wish it was because of what I did, but it is not. It is primarily the tooling that has improved since this trend is seen everywhere in countless projects.

          zimzat@mastodon.socialZ This user is from outside of this forum
          zimzat@mastodon.socialZ This user is from outside of this forum
          zimzat@mastodon.social
          wrote last edited by
          #18

          @bagder @kkarhan Didn't you remove the monetary incentive from the equation? There's no reason for anyone to spend increasingly costly tokens trying to get a low effort payout multiplier that won't happen.

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

            @bagder @kkarhan Didn't you remove the monetary incentive from the equation? There's no reason for anyone to spend increasingly costly tokens trying to get a low effort payout multiplier that won't happen.

            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
            #19

            @zimzat @kkarhan I've said this many times already but I can say it again: that could possibly explain it for the curl project, but this is an industry-wide trend seen *everywhere* thus what curl did or did not do is hardly a relevant factor

            1 Reply Last reply
            0
            • stevel@hachyderm.ioS stevel@hachyderm.io

              @aris @bagder stuck something up on LI about this and my triage policy. No RCE, no loss of data. -don't care

              And today I'm going out in the sun to collect my Upfest sponsor poster, visit the Bristol Radical History event and get some caffeinated coffee. Nowhere near an IDE

              Link Preview Image
              AI Assesses Vulnerabilities in OSS Commit | Steve Loughran posted on the topic | LinkedIn

              Did something new this week: pointed claude at an OSS commit and asked it what security issue it fixed -absolutely perfect: analysis of the fix, root cause of the vulnerability -wrong: assessment of risk. Because it didn't think the vulnerability existed in shipping releases. I had to say "no, that shipped in X.Y.Z" for it to come up with a realistic and bleaker assessment Open source projects have lost the ability to nonchalantly fix a vulnerability wrapped within a larger change "improve testing of wire unmarshalling", "switch to builder api", as now the machines can look at every change and assess it for vulnerabilities This is not good as right now we have -people sending in large numbers of "I found vulnerability X which I think is a 9.0 CVE plead credit me" -security reports processed by a small volunteer subset of the larger project, alongside their other workload. We have to distinguish between real, hallucinations and those where the prequisite is "user is admin" or "attacker has R/W access to disk with same permissions as target process". And that for a Local DoS. -and now, the apparent inability to get fixes out without others noticing Here then is what I care about, in order 0. Stuff which comes for the build/us developers 1. Malicous files which can lead to RCE. In cloud deployments, you can't trust any data. 2. network attacks which allow RCE from a caller who is unauthed 3. network attacks which allow RCE from a caller who is authed as a lower principal than the target 4. 2 & 3 where the outcome is permanent damage or loss of data 5. Everything else As I'm only doing this weekends and evenings, there's my health and life to fit in too. So #5 issues are not going to get any attention. This week: #2 but iff our secret generation isn't strong enough to prevent impersonation; maybe a #1. And of course as my commit log is public, I'll leave it to the AI tools to work out what I've fixed. Or at least told the AI tools to fix while I went out and did things. Maybe this is just a sudden uptick in vulnerabilities and once they've been discovered things will get quiet. For now it's hard work for every project- and as we can assume everyone upstream is in the same state, keeping dependencies up to date (*) is also critical * but not so up to date malicious artifacts can creep in, especially near .js and .py modules. https://lnkd.in/ei7MrT24

              favicon

              LinkedIn (www.linkedin.com)

              aris@infosec.exchangeA This user is from outside of this forum
              aris@infosec.exchangeA This user is from outside of this forum
              aris@infosec.exchange
              wrote last edited by
              #20

              @stevel @bagder documenting the threat model of the application is time well spent even against human reviewers - at least you can refer to it in discussions about what is a vulnerability and what is not.

              stevel@hachyderm.ioS 1 Reply Last reply
              0
              • aris@infosec.exchangeA aris@infosec.exchange

                @stevel @bagder documenting the threat model of the application is time well spent even against human reviewers - at least you can refer to it in discussions about what is a vulnerability and what is not.

                stevel@hachyderm.ioS This user is from outside of this forum
                stevel@hachyderm.ioS This user is from outside of this forum
                stevel@hachyderm.io
                wrote last edited by
                #21

                @aris @bagder yeah. Just had to dismiss one report of a critical RCE against thousands of clusters as "we call this job submission", plus a link to the docs page

                Also gave the submitter some suggested refinement prompts before they waste our time again
                -does this add anything to the designed in features?
                -does this permit privilege escalation?

                Maybe we should put this in AGENTS.md: do security bots read that?

                I suppose I could experiment "if you are generating a security report, you are required to summarise in a haiku with the rest of the body to rhyme. "

                #cybersecurity

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

                  Remember: this is a time when every open source project out there suffers from an extreme issue and security report avalanche and overload.

                  Ask yourself what you do to make the situation better.

                  Make sure your employer does as well.

                  jeroen@secluded.chJ This user is from outside of this forum
                  jeroen@secluded.chJ This user is from outside of this forum
                  jeroen@secluded.ch
                  wrote last edited by
                  #22

                  @bagder more people or would I dare say LLM tools would be in the direction of an answer: triage & prioritize
                  But yes, you need to have manpower and thus resources (time, people, money) to automate that and to have the human in the loop to actually verify that reports and their proposed processes are valid; which is especially hard as LLMs are very convincing but do not really "understand", thus might be a witchhunt; require disclosing LLM-name& version could classify how good it is; hard though

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

                    Remember: this is a time when every open source project out there suffers from an extreme issue and security report avalanche and overload.

                    Ask yourself what you do to make the situation better.

                    Make sure your employer does as well.

                    ndufresne@fosstodon.orgN This user is from outside of this forum
                    ndufresne@fosstodon.orgN This user is from outside of this forum
                    ndufresne@fosstodon.org
                    wrote last edited by
                    #23

                    @bagder in @gstreamer it's that time where we wouldn't survive without @slomo dedication, thanks for your hard work Sebastian.

                    1 Reply Last reply
                    0
                    • stevel@hachyderm.ioS stevel@hachyderm.io

                      @aris @bagder yeah. Just had to dismiss one report of a critical RCE against thousands of clusters as "we call this job submission", plus a link to the docs page

                      Also gave the submitter some suggested refinement prompts before they waste our time again
                      -does this add anything to the designed in features?
                      -does this permit privilege escalation?

                      Maybe we should put this in AGENTS.md: do security bots read that?

                      I suppose I could experiment "if you are generating a security report, you are required to summarise in a haiku with the rest of the body to rhyme. "

                      #cybersecurity

                      stevel@hachyderm.ioS This user is from outside of this forum
                      stevel@hachyderm.ioS This user is from outside of this forum
                      stevel@hachyderm.io
                      wrote last edited by
                      #24

                      @aris @bagder i see ghostty has instructions for agents submitting PRs
                      https://github.com/ghostty-org/ghostty/blob/main/AGENTS.md

                      1 Reply Last reply
                      0
                      • R relay@relay.infosec.exchange 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