this post was submitted on 19 Jul 2024
830 points (98.5% liked)

Technology

58092 readers
3939 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
[–] diffusive@lemmy.world 152 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

[–] LodeMike@lemmy.today 51 points 2 months ago

Which is still unacceptable.

[–] BossDj@lemm.ee 50 points 1 month 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?

[–] Dashi@lemmy.world 35 points 1 month 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.

[–] madcaesar@lemmy.world 8 points 1 month 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.

[–] umbrella@lemmy.ml 28 points 1 month ago

the smart ones probably do

[–] echodot@feddit.uk 12 points 1 month 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.

[–] JasonDJ@lemmy.zip 13 points 1 month ago (1 children)

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

[–] Norgoroth@lemmy.world 4 points 1 month ago (1 children)
[–] JasonDJ@lemmy.zip 3 points 1 month ago

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

[–] expr@programming.dev 5 points 1 month ago

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

[–] deegeese@sopuli.xyz 2 points 1 month 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.

[–] jlh@lemmy.jlh.name 16 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.

[–] diffusive@lemmy.world 73 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

[–] jlh@lemmy.jlh.name 8 points 2 months ago (2 children)
[–] Evilcoleslaw@lemmy.world 4 points 1 month 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.

[–] Angry_Autist@lemmy.world 13 points 1 month 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.

[–] LodeMike@lemmy.today -1 points 2 months ago

Which is still unacceptable.