this post was submitted on 19 Jul 2024
832 points (98.7% liked)

Technology

58133 readers
4073 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

…according to a Twitter post by the Chief Informational Security Officer of Grand Canyon Education.

So, does anyone else find it odd that the file that caused everything CrowdStrike to freak out, C-00000291-
00000000-00000032.sys was 42KB of blank/null values, while the replacement file C-00000291-00000000-
00000.033.sys was 35KB and looked like a normal, if not obfuscated sys/.conf file?

Also, apparently CrowdStrike had at least 5 hours to work on the problem between the time it was discovered and the time it was fixed.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 153 points 2 months ago (5 children)

If I had to bet my money, a bad machine with corrupted memory pushed the file at a very final stage of the release.

The astonishing fact is that for a security software I would expect all files being verified against a signature (that would have prevented this issue and some kinds of attacks

[–] [email protected] 51 points 2 months ago

Which is still unacceptable.

[–] [email protected] 51 points 2 months ago (5 children)

So here's my uneducated question: Don't huge software companies like this usually do updates in "rollouts" to a small portion of users (companies) at a time?

[–] [email protected] 35 points 2 months ago (1 children)

I mean yes, but one of the issuess with "state of the art av" is they are trying to roll out updates faster than bad actors can push out code to exploit discovered vulnerabilities.

The code/config/software push may have worked on some test systems but MS is always changing things too.

[–] [email protected] 8 points 2 months ago

Somone else said this wasn't a case of this breaks on windows system version XXX with update YYY on a Tuesday at 12:24 pm when clock is set to eastern standard time. It literally breaks on ANY windows machine, instantly, on boot. There is no excuse for this.

[–] [email protected] 28 points 2 months ago

the smart ones probably do

[–] [email protected] 12 points 2 months ago (1 children)

Companies don't like to be beta testers. Apparently the solution is to just not test anything and call it production ready.

[–] [email protected] 14 points 2 months ago (1 children)

Every company has a full-scale test environment. Some companies are just lucky enough to have a separate prod environment.

[–] [email protected] 5 points 2 months ago (1 children)
[–] [email protected] 4 points 2 months ago

I'm a bit rusty. I'd give it a C++.

[–] expr 5 points 2 months ago

That's certainly what we do in my workplace. Shocked that they don't.

[–] [email protected] 2 points 2 months ago

When I worked at a different enterprise IT company, we published updates like this to our customers and strongly recommended they all have a dedicated pool of canary machines to test the update in their own environment first.

I wonder if CRWD advised their customers to do the same, or soft-pedaled the practice because it’s an admission there could be bugs in the updates.

I know the suggestion of keeping a stage environment was off putting to smaller customers.

[–] [email protected] 17 points 2 months ago (2 children)

Windows kernel drivers are signed by Microsoft. They must have rubber stamped this for this to go through, though.

[–] [email protected] 72 points 2 months ago (1 children)

This was not the driver, it was a config file or something read by the driver. Now having a driver in kernel space depending on a config on a regular path is another fuck up

[–] [email protected] 8 points 2 months ago (2 children)
[–] [email protected] 4 points 2 months ago

So yes, .sys is by convention on Windows is for a kernel mode driver. However, Crowdstrike specifically uses .sys for non-driver files and this specifically was not a driver.

[–] [email protected] 14 points 2 months ago (1 children)

From my experience it was more likely to be an accidental overwrite from human error with recent policy changes that removed vetting steps.

[–] [email protected] -1 points 2 months ago

Which is still unacceptable.