← Back to Home
May 14, 2026

AI Finds Linux Holes Faster Than Patches Arrive

AI Is Finding Linux Kernel Flaws Faster Than Developers Can Patch Them
SECURITY

AI Is Finding Linux Kernel Flaws Faster Than Developers Can Patch Them

Here is a number worth sitting with: three serious Linux kernel vulnerabilities in two weeks. Not three minor bugs. Three local root escalation flaws, each capable of handing an attacker complete control over an affected system. And every single one of them was sniffed out not by a seasoned kernel developer, but by an AI.

The latest is called Fragnesia, and it follows two predecessors — Copy Fail and Dirty Frag — in a streak that is starting to feel less like coincidence and more like a structural shift in how security research works. The bug was uncovered by researchers at security firm Zellic using an AI-powered auditing tool called V12, which uses agentic software analysis to tear through codebases at a pace no human team can match.

So what does Fragnesia actually do? It exploits a logic flaw in the Linux XFRM subsystem — that is the part of the kernel responsible for network packet transformation, like encryption and encapsulation. By abusing a bug in how ESP-in-TCP traffic is handled, an attacker can write arbitrary bytes into the kernel page cache of files that are supposed to be read-only. No race condition required. No timing tricks. Just a clean, reliable path to corrupting protected memory.

The practical result is ugly. A working proof-of-concept already exists that overwrites the first chunk of the system's switch-user binary in the page cache with a small malicious stub. When triggered, it drops the attacker directly into a root shell. AlmaLinux has confirmed the exploit works against all major Linux distributions, which means the blast radius here is essentially every Linux system on the planet.

Red Hat scored it a 7.8 on the CVSS scale, putting it firmly in high-severity territory. But the raw score undersells the real danger, which lives in the cloud.

Modern cloud infrastructure runs thousands of containers on shared Linux kernels. If a tenant can run code in a restricted container — something that is completely normal and expected — and the host kernel is vulnerable, Fragnesia becomes a container escape vulnerability. An attacker goes from isolated tenant to root on the bare metal host. In a multi-tenant environment, that is catastrophic.

The deeper story here is not just about one bug or even three. It is about what happens when AI tools start doing security research at machine speed. Linus Torvalds famously said that given enough eyeballs, all bugs are shallow. The assumption was always that those eyeballs belonged to humans working at human pace. AI auditing tools like V12 are blowing that assumption apart.

The Linux kernel is maintained by a brilliant, dedicated community, but it is also enormous — tens of millions of lines of code accumulated over decades. AI does not get tired. It does not get bored. It does not miss a subsystem because it was focused on something else that week. And right now, it is finding critical flaws faster than patches can be written, reviewed, and shipped to production systems.

That gap — between discovery and remediation — is exactly where attackers live. The question the open source community now has to answer is how to compress it.
Source: ZDNet
Frontier AI Models Silently Rewrite Documents in Ways You Cannot Detect
AI

Frontier AI Models Silently Rewrite Documents in Ways You Cannot Detect

The scary part is not that AI models make things up. Everyone knows that by now. The scary part is that when frontier models process your documents, they can silently rewrite the content in ways that look completely legitimate — and you will almost certainly never notice.

This is not hallucination in the classic sense, where a model confidently invents a fake citation or a nonexistent statistic. This is something subtler and, in many ways, more dangerous. When AI models are asked to summarize, extract, or reorganize information from documents, they do not always reproduce the original meaning faithfully. They paraphrase. They smooth over ambiguity. They make small editorial choices that alter the substance of what was written — and they do it in prose that reads as clean and authoritative as anything a careful human would produce.

The problem is compounded by how these tools are increasingly being used. Legal teams are running contracts through AI summarization pipelines. Financial analysts are using models to extract key figures from earnings reports. Researchers are feeding papers through AI assistants to pull out methodology details. In every one of these use cases, a subtle rewrite is not just an inconvenience — it can mean a missed liability clause, a misread revenue figure, or a distorted experimental result.

What makes this particularly hard to address is that the errors are not random noise. They follow patterns rooted in how large language models process and reconstruct text. Models are trained to produce fluent, coherent output. That training pushes them toward resolving ambiguity rather than preserving it, toward confident phrasing rather than hedged uncertainty. When a source document is itself ambiguous or technical, the model's instinct to clean things up is precisely where meaning gets lost.

Detection is the real wall here. If a model deletes a sentence, a careful reviewer might catch the gap. But if a model rephrases a sentence in a way that subtly shifts its meaning — changing a conditional obligation into an absolute one, or softening a hard numerical threshold into a general range — there is no obvious signal that anything went wrong. The output looks right. It reads right. It just is not right.

The frontier models — the best and most capable systems available today — are not immune to this. If anything, their fluency makes the problem worse, because the rewrites they produce are harder to second-guess than the clunky output of a less capable system.

This is arriving at exactly the wrong moment. Enterprise adoption of AI document processing is accelerating, and most organizations do not have systematic review processes in place to catch this class of error. They are trusting outputs that deserve more scrutiny than they are getting.

The fix is not obvious. Better benchmarks that test for semantic preservation rather than just factual accuracy would help. So would AI systems that flag uncertainty rather than papering over it. But until those tools exist and are widely deployed, the practical advice is frustratingly simple: treat AI-processed documents the way you would treat a summary written by an intern on their first day. Useful starting point. Not a substitute for reading the original.
Source: VentureBeat

Enjoyed this?

Get stories like this delivered every Tuesday — free.