Anonymous GitHub account mass-dropping undisclosed 0-days
21–30 of 407 posts
Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#22Most of the exploits are for opensource/free software. I don't know what methods where used to find these exploits but I am starting to think security through obscurity might not be a bad thing in this day and age, where someone can just let bots loose on your codebase.
Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#23I'm going through each one, and it's fascinating to see things like this. The UAF principle in c-ares is really interesting. The problem ultimately came from not being able to prevent stale pointers. The attack works by figuring out the size of the stale pointer, then spraying memory with data of the same size, and finally achieving RCE (Remote Code Execution). How do people even come up with ideas like this?
Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#24Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#25I'm going through each one, and it's fascinating to see things like this. The UAF principle in c-ares is really interesting. The problem ultimately came from not being able to prevent stale pointers. The attack works by figuring out the size of the stale pointer, then spraying memory with data of the same size, and finally achieving RCE (Remote Code Execution). How do people even come up with ideas like this?
But do people actually find these vulnerabilities on their own, or are they using LLMs? I was curious about how these vulnerabilities work, so I tried asking my dear friend Mr. CLAUDE, but he immediately threw an error and ended the session because it was a cybersecurity question. Enterprise APIs block even the analysis itself, so it's amazing that people can actually pull this off in practice.
Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#26Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#27we have got to stop putting our bank accounts and SSNs on computers
Ideally, nothing nefarious should happen if both of them were listed and queryable publicly.
Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#28A surprising amount of documentation if the actor was just LLM-dropping these..