← Google News

Claude Code Used to Find Remotely Exploitable Linux Kernel Vulnerability Hidden for 23 Years - infoq.com

Google News · April 15, 2026
Claude Code Used to Find Remotely Exploitable Linux Kernel Vulnerability Hidden for 23 Years infoq.com [truncated: Google News RSS provides only a snippet, not full article

Detailed Analysis

Anthropic research scientist Nicholas Carlini used Claude Code, Anthropic's AI-powered coding tool, to discover multiple remotely exploitable vulnerabilities in the Linux kernel, most notably a flaw buried in the NFS (Network File System) driver that had evaded detection for 23 years. The NFS vulnerability enables attackers to read sensitive kernel memory over a network connection by exploiting subtle intricacies of the NFS protocol — a class of bug that is particularly dangerous because it requires no physical access and can affect any system relying on NFS for file sharing. Carlini presented these findings at the [un]prompted AI security conference, underscoring that the discoveries were made with minimal human oversight and through a straightforward, repeatable methodology.

The discovery method Carlini employed was deliberately simple, consisting of a bash script that iterated over every file in the Linux kernel source tree and prompted Claude Code to analyze each one as though participating in a Capture the Flag (CTF) security challenge. By focusing the AI on individual files sequentially, the approach avoided redundant findings while systematically covering the entire codebase. The technique required no deep customization of the AI tool itself — rather, it leveraged Claude Code's existing code comprehension capabilities at scale. That a 23-year-old vulnerability surfaced through such an accessible workflow highlights both the analytical depth of the underlying model and the degree to which manual code review, even by world-class kernel developers, carries inherent limitations under the weight of a codebase as vast and complex as the Linux kernel.

The significance of this finding extends well beyond a single vulnerability. Prominent kernel maintainers, including Willy Tarreau and Greg Kroah-Hartman, have acknowledged a meaningful shift in bug report trends, noting that AI-assisted methods are generating a rising volume of legitimate, low-false-positive vulnerability reports in open-source code. This represents a structural change in the security research landscape: tasks that previously required rare combinations of domain expertise, patience, and pattern recognition are becoming automatable. The Linux kernel, despite being one of the most scrutinized codebases in existence with decades of expert eyes and automated static analysis tools applied to it, was nonetheless found to contain a remotely exploitable flaw that AI surfaced in what amounts to a brute-force scan.

The broader implications for software security are considerable. Open-source projects benefit from the transparency that enables AI tools to analyze them thoroughly, but closed-source software may harbor analogous vulnerabilities without equivalent scrutiny — and without the community infrastructure to rapidly triage, patch, and disclose findings responsibly. The asymmetry between what AI can now discover and what traditional security processes can absorb and remediate is becoming a pressing concern. As of mid-April 2026, the specific CVE assignment, affected kernel versions, and patch status for the NFS vulnerability have not been fully detailed in public reporting, leaving questions about remediation timelines for NFS-dependent enterprise and infrastructure environments.

This development marks a meaningful inflection point in AI-assisted vulnerability research, one that situates Claude Code not merely as a developer productivity tool but as a genuine security analysis instrument capable of operating at the frontier of what human expertise can achieve. Anthropic's positioning of Claude as a reasoning system capable of deep code comprehension is being stress-tested against real-world complexity, and the Linux kernel finding suggests the model passes that test in a domain where the stakes — kernel-level, remotely exploitable memory exposure — are among the highest in systems software. The episode will likely accelerate investment in AI-driven security auditing across both the open-source community and enterprise security teams, while simultaneously prompting urgent conversations about responsible disclosure frameworks suited to the speed at which AI can now surface critical flaws.

Read original article →