You called our instance? :D
Programmer Humor
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
I had no idea that's what dbzer0 stood for!
Ohhh dbzer0 = divide by zero
TIL
There are dozens of us. Dozens!
Well actually we have 12,572 registered users :D
A kilodozen.
I thought it was a Dragon Ball Z reference.
Was this the root cause??? Hahahaha
here's a good overview of what happened https://www.thestack.technology/crowstrike-null-pointer-blamed-rca/
Lit, I've been waiting for this.
Edit: That's mostly a high-level overview. Do you have some actual reverse-engineering you can point me to?
It's a proprietary enterprise security product so I think it'll be difficult to get information until they give a proper post-mortem (if they do so). Here's hoping someone can put it all together though.
From what we have from CrowdStrike so far, the Channel File 291 update was to combat some use of Named Pipes in Windows malware.
This seems to have triggered a null pointer exception in the Falcon kernel driver as it loaded this Channel File. CrowdStrike say this is not related to the large null sections of one of the files but haven't really explained what did trigger it.
Regardless, the kernel driver ought to have been statically analysed to detect this kind of memory hazard, or written in a language that prevents this class of bugs altogether. This is a priority of the US government right now, but CrowdStrike doesn't seem to have got the memo.