we have got to stop putting our bank accounts and SSNs on computers
... support cash, tell your neighbors
Anonymous GitHub account mass-dropping undisclosed 0-days
31–40 of 407 posts
Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#32A surprising amount of documentation if the actor was just LLM-dropping these..
Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#33A friendly reminder that a 0-day is a vulnerability that wasn't known until after a malicious actor exploited it. If someone publishes a PoC, it is not a 0-day, just a vulnerability.
Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#34I'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?
le sigh, c-ares. Very predictable outcome. If you ever find yourself entertaining the idea that you will simply write non-blocking network protocol stacks in C with manual lifetime management, slap yourself. It doesn't matter if you think you are a super genius of unimpeachable taste. The job is impossible.
Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#35Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#36Most 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
#37Re: Anonymous GitHub account mass-dropping undisclosed 0-days
#38we have got to stop putting our bank accounts and SSNs on computers
We need our infrastructure to stop treating bank account numbers and social security numbers as secrets. At least in the US, bank account numbers appear on physical checks and are required to be shared in order to do an ACH transfer, and a social security number is not supposed to be used as an identifier (unless to the Social Security Administration itself) or as a secret password. Ideally, nothing nefarious should…