/
Navigation
Chronicles
Browse all articles
Explore
Semantic exploration
Research
Entity momentum
Nexus
Correlations & relationships
Story Arc
Topic evolution
Drift Map
Semantic trajectory animation
Posts
Analysis & commentary
Pulse API
Tech news intelligence API
Browse
Entities
Companies, people, products, technologies
Domains
Browse by publication source
Handles
Browse by social media handle
Detection
Concept Search
Semantic similarity search
High Impact Stories
Top coverage by position
Sentiment Analysis
Positive/negative coverage
Anomaly Detection
Unusual coverage patterns
Analysis
Rivalry Report
Compare two entities head-to-head
Semantic Pivots
Narrative discontinuities
Crisis Response
Event recovery patterns
Connected
Search: /
Command: ⌘K
Embeddings: large
TEXXR

Chronicles

The story behind the story

days · browse · Enter similar · o open

CrowdStrike and other endpoint security tools require access to the core of OSes, giving them the ability to disrupt the very systems they're trying to protect

cybersecurity leaders say there's no easy fix PYMNTS.com : Businesses Scramble for Backup After CrowdStrike Update Hobbles IT Networks Dave McQuilling / SlashGear : 5 Of The Top CrowdStrike Alternatives In 2024 Aaron Holmes / The Information : CrowdStrike Crisis Gives Rivals Opening to Pounce Forbes : Next Steps For Tech & Security Leaders After CrowdStrike Global Outage Zeljka Zorz / Help Net Security : Worldwide IT outage due to buggy Crowdstrike sensor configuration update Bluesky: Mary Branscombe / @marypcbuk.bsky.social : Microsoft has been doing a dance with security vendors for a loooooong time trying to get them to use fewer of the things that can screw up systems.  Will be interesting to see if they get more traction in future [embedded post] X: Azim / @ashukuhi : Ok this Crowdstrike thing is unprecedented and while the news is being processed I want to bring everyone's attention to the fact that as customers start to recovery, they'll most likely disable or modify their Crowdstrike protections. This is going to leave a whole lore of Kelly Shortridge / @swagitda_ : listen, if you're worried about “correlated risk” in open source software, you need to take security of commercial security software even more seriously most OSS libs aren't kernel modules and rootkits. much of security software, by design, can harm systems far worse. Kelly Shortridge / @swagitda_ : and this is why we need to stop absolving *commercial* cybersecurity vendors of software quality concerns. there should be multiple checks preventing this type of broken content in an update. how did they allow it to ship to so many machines all at once? @ananayarora : If a regular app crashes, you can just open it up again - because it's in User Mode. Since Falcon sensor is running in Kernel Mode, a simple problem here is what causes a Kernel Panic and that's when you see - you guessed it - a Blue Screen of Death on Windows. (3/n) [image] @ananayarora : In the case of Falcon sensor, the faulty driver's file name starts with “C-00000291” ending in .sys. The faulty driver update itself caused a kernel panic. The driver seems to have made a bad read to 0x9c as per the panic's stack trace. (4/n) https://x.com/... @ananayarora : Crowdstrike Falcon requires installing a lightweight tool called “Falcon Sensor”. Falcon sensor installs services, but most importantly *drivers* - which run in Kernel mode to monitor system activity at a low level. This is a common practice with all security software. (2/n) [image] Saagar Jha / @_saagarjha : Ok so are we finally going to decide that installing kernel-level rootkits for “security” was a bad idea yet or is your CISO going to be wined and dined at the next RSA into renewing their contract again Christopher Stanley / @cstanley : Millions of executives around the world are being woken up and educated on what CrowdStrike is and what Endpoint Detection and Response tools do. They are also asking why it is taking down their entire company 😅 Happy Friday. George Kurtz / @george_kurtz : CrowdStrike CEO George Kurtz says “the issue has been identified, isolated and a fix has been deployed”, and CrowdStrike is working with its impacted customers Forums: r/technews : How One Bad CrowdStrike Update Crashed the World's Computers

Bloomberg

Context & Ripple Effects

The outage put a normally invisible dependency—the endpoint agent running at operating-system level—at the center of business-continuity planning. CrowdStrike later attributed the Windows crashes to a Falcon sensor configuration logic error, connecting the failure to the privileged software layer rather than an external attack.

Recovery also exposed how endpoint protection can complicate restoration: the reported fix required machine-level action that could not be automated at scale. That operational burden matters for a vendor with a large enterprise footprint, including use across Fortune 500 companies.

First-order effects

  • Organizations using the affected Falcon deployment must restore crashed Windows endpoints while assessing whether to pause or alter endpoint protections during recovery.
  • CrowdStrike and Microsoft face immediate pressure to explain controls around privileged security components and update distribution.

Second-order effects

  • Rival endpoint-security vendors gain a concrete sales opening as affected customers reassess vendor concentration and recovery procedures.
  • If customers disable or modify protections to restore operations, they may temporarily reduce endpoint visibility and defenses, creating a security trade-off after the availability failure.

Third-order effects

  • Security buyers may increasingly treat endpoint agents as critical infrastructure, demanding staged rollouts, stronger pre-release checks, and tested rollback paths for high-privilege updates.
  • The episode strengthens the case for OS and security-vendor designs that reduce the blast radius of a defective low-level component, though doing so must be balanced against the access needed for detection.

The trend: Cybersecurity is shifting from a pure protection purchase to a resilience discipline in which the availability risk of privileged security software is evaluated alongside its defensive value.

Discussion

  • @marypcbuk.bsky.social Mary Branscombe on bluesky
    Microsoft has been doing a dance with security vendors for a loooooong time trying to get them to use fewer of the things that can screw up systems.  Will be interesting to see if they get more traction in future [embedded post]
  • @ashukuhi Azim on x
    Ok this Crowdstrike thing is unprecedented and while the news is being processed I want to bring everyone's attention to the fact that as customers start to recovery, they'll most likely disable or modify their Crowdstrike protections. This is going to leave a whole lore of
  • @swagitda_ Kelly Shortridge on x
    listen, if you're worried about “correlated risk” in open source software, you need to take security of commercial security software even more seriously most OSS libs aren't kernel modules and rootkits. much of security software, by design, can harm systems far worse.
  • @swagitda_ Kelly Shortridge on x
    and this is why we need to stop absolving *commercial* cybersecurity vendors of software quality concerns. there should be multiple checks preventing this type of broken content in an update. how did they allow it to ship to so many machines all at once?
  • @ananayarora @ananayarora on x
    If a regular app crashes, you can just open it up again - because it's in User Mode. Since Falcon sensor is running in Kernel Mode, a simple problem here is what causes a Kernel Panic and that's when you see - you guessed it - a Blue Screen of Death on Windows. (3/n) [image]
  • @ananayarora @ananayarora on x
    In the case of Falcon sensor, the faulty driver's file name starts with “C-00000291” ending in .sys. The faulty driver update itself caused a kernel panic. The driver seems to have made a bad read to 0x9c as per the panic's stack trace. (4/n) https://x.com/...
  • @ananayarora @ananayarora on x
    Crowdstrike Falcon requires installing a lightweight tool called “Falcon Sensor”. Falcon sensor installs services, but most importantly *drivers* - which run in Kernel mode to monitor system activity at a low level. This is a common practice with all security software. (2/n) [ima…
  • @_saagarjha Saagar Jha on x
    Ok so are we finally going to decide that installing kernel-level rootkits for “security” was a bad idea yet or is your CISO going to be wined and dined at the next RSA into renewing their contract again
  • @cstanley Christopher Stanley on x
    Millions of executives around the world are being woken up and educated on what CrowdStrike is and what Endpoint Detection and Response tools do. They are also asking why it is taking down their entire company 😅 Happy Friday.
  • @george_kurtz George Kurtz on x
    CrowdStrike CEO George Kurtz says “the issue has been identified, isolated and a fix has been deployed”, and CrowdStrike is working with its impacted customers
  • r/technews r on reddit
    How One Bad CrowdStrike Update Crashed the World's Computers