惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Y
Y Combinator Blog
IT之家
IT之家
博客园_首页
人人都是产品经理
人人都是产品经理
博客园 - Franky
I
InfoQ
Recent Announcements
Recent Announcements
P
Proofpoint News Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
aimingoo的专栏
aimingoo的专栏
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
月光博客
月光博客
Microsoft Security Blog
Microsoft Security Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
B
Blog RSS Feed
MongoDB | Blog
MongoDB | Blog
雷峰网
雷峰网
博客园 - 聂微东
N
Netflix TechBlog - Medium
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The GitHub Blog
The GitHub Blog
D
Docker

Cloud Security Alliance

SearchLeak: Copilot Data Exfiltration Exploited | CSA Zero-Trust AI Governance for Multi-Agent Systems | CSA Dangling CNAMEs: Hidden Cloud Risk | CSA Agentic Payments in Financial Services | CSA Mythos and the Future of Cybersecurity | CSA AI-Driven Cloud Risk: Defenders Lose Ground | CSA Financial Services Industry Shifts from AI Adoption to | CSA CSAI Foundation Announces RiskRubric V2 as the Next Key | CSA RiskRubric Updates: AI Risk Assessment | CSA Over 80% of Organizations that Miss 24-Hour Patch Window Report | CSA ORCHIDEAS & MAESTRO: Secure AI Design | CSA Top 6 Claude Security Risks to Watch | CSA Cloud Cost Optimization in 2026 | CSA HIPAA Rule Overhaul in 2026 | CSA MCP Risks CISOs Should Prepare For | CSA AI Governance for Trust and Compliance | CSA MTTP: Patch Cycles Too Slow | CSA Cloud Security Evolution: Security Teams Lead | CSA Misconfigurations Break Customer Trust in Apps | CSA Taming Shadow AI: C-Suite Strategies | CSA Agentic AI Threats: Five Powers | CSA AIUC-1: Agentic AI Governance | CSA 2026 Threat Report for CISOs | CSA Securing AI in AWS: Runtime Detection & Response | CSA SLMs, LLMs, and the DSPM Difference | CSA OT Security Timeline: Mythos and Patch Pace | CSA Blast Radius and Cloud Threat Detection | CSA State of AI Cybersecurity 2026: 92% Concerned | CSA AI in MDR for Franchise & Multi-Location Ops | CSA AI Regulation: Identity and Authorization Gap | CSA
AI-Driven Exploits Outsmart Detection | CSA
2026-05-28 · via Cloud Security Alliance

Originally published by Invary.

Written by Scott Fuhriman.

futuristic tech graphicYour endpoint detection tooling can no longer be your last line of defense. For attackers, it is the first thing they target and impact.

ESET researchers catalogued nearly 90 EDR killers actively used in ransomware intrusions right now. The attack sequence is consistent: get in, blind or bypass the security tool, then run the encryptor. Detection never fires because it can no longer see what is happening.

Two Linux kernel vulnerabilities disclosed this month show exactly how attackers get in before detection has a chance to respond. With Linux kernel CVE reporting increasing from ~300 in 2023 and 3,529 in 2024 to 5,530 in 2025; this gives insight into the challenge across the broader operating system ecosystem.

Copy Fail (CVE-2026-31431) is a logic flaw in the kernel's cryptographic subsystem. A 732-byte Python script exploits it to gain full root access on every major Linux distribution shipped since 2017. The exploit leaves no trace on disk. The corrupted page is never written back, so file integrity tools comparing on-disk checksums find nothing wrong.

Dirty Frag (CVE-2026-43284) landed the same month: a second kernel flaw that lets an attacker escalate privileges even against systems already patched for Copy Fail. Two separate paths to full system control, both disclosed in the same 30-day window.

The outcome is ransomware, disruption, data breach, or all of them. Canvas went down on May 1, 2026 after a criminal actor hit Instructure with ransomware. The extortion demand went to the provider and to each affected institution separately, catching thousands of education organizations in a single attack.

The core problem is that detection was not designed for this.

Every capability in common use today, whether signatures, behavioral rules, indicators of compromise, or technique mapping, depends on prior knowledge. A signature only catches something already documented. A behavioral rule only fires on a pattern someone previously defined. Copy Fail's in-memory page corruption has no on-disk signature to match. An EDR killer that modifies kernel memory to undo detection hooks has no behavior written yet.

Google's Threat Intelligence Group confirmed this month that adversaries used AI to find a zero-day vulnerability, generate a novel exploit to bypass 2FA, and are developing attacks that run at industrial scale. Copy Fail itself was discovered using AI-assisted research. ESET noted that AI is suspected in developing some of the EDR killers now in active use. The same capability compressing discovery-to-exploitation time on the defense side is already accelerating attack variation on the other.

As AI lowers the cost of finding and weaponizing new vulnerabilities, the volume of novel, undocumented threats will grow faster than detection can keep up.

Attackers could chain together an AI-driven exploit to bypass 2FA and then use Copy Fail to privilege escalate and gain full control of systems and then create persistence and move undetected. We are in dangerous times.

Patching is not a near-term answer. Critical kernel CVEs typically take 30 to 60 days to move through enterprise change management and reach production systems. Smaller organizations typically take 90 to 180 days, or leave systems unpatched entirely. That gap between public disclosure and deployment is exactly when exploitation is most concentrated.

Runtime Integrity is the verification capability that asks a question detection was never designed to ask: is this system still in the state it was built to be in?

Copy Fail corrupts a kernel page in memory while leaving the on-disk file unchanged. Runtime Integrity catches any kernel modification that could result after gaining root from that exploit. An EDR killer modifies kernel memory to undo detection hooks. Runtime Integrity catches that too. A service hidden, a swapped module: all are changes in system state, visible regardless of the technique used, regardless of whether the attack is AI-generated.

A team with Runtime Integrity in place would know the moment Copy Fail modified their system or an EDR killer tampered with system functionality. The novelty of the attack does not matter to a control that does not ask what happened, only whether the system is still intact.

Detection closes the door after it recognizes the key used to open it. Runtime Integrity watches whether the door moved at all.

Scott Fuhriman, CISM, CISSP, brings 20+ years of hands-on cybersecurity and infrastructure experience spanning startups, service providers, and federal government to his current role as Head of Operations at Invary. He has built and led security operations, digital forensics, and incident response teams serving thousands of customers across industry verticals. His technical background includes managed security operations, cloud and data center architecture, and compliance oversight (NIST, HIPAA, PCI, SOC 2) at organizations including Hivelocity, TierPoint, and federal agencies. Scott has managed R&D, go-to-market strategy, and technical operations for security and infrastructure services.