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

推荐订阅源

博客园_首页
B
Blog
V
V2EX
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
博客园 - 聂微东
博客园 - 叶小钗
博客园 - 三生石上(FineUI控件)
The Cloudflare Blog
J
Java Code Geeks
H
Help Net Security
雷峰网
雷峰网
Apple Machine Learning Research
Apple Machine Learning Research
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Engineering at Meta
Engineering at Meta
F
Fortinet All Blogs
Martin Fowler
Martin Fowler
D
Docker
L
LangChain Blog
人人都是产品经理
人人都是产品经理
爱范儿
爱范儿
WordPress大学
WordPress大学
V
Visual Studio Blog

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
Claude Fable 5 Wrote Windows Kernel Code in Rust in 38 Mi...
Guru Baran · 2026-06-24 · via Cyber Security News

Anthropic’s Claude Fable 5 generated a complete, bootable NT-compatible Windows kernel written in Rust called ntoskrnl-rs from an empty directory in just 38 minutes of active model work, raising profound questions about AI-authored trust and the future of critical infrastructure security.

Documented by security researcher Matt Suiche and Tolmo’s threat research on June 22, 2026, the project set out to rewrite ntoskrnlThe Windows NT kernel, in Rust.

Fable 5 handled the core scaffolding in a single contiguous session, producing approximately 5,100 lines of code across 27 files spanning the scheduler, memory manager, trap and interrupt machinery, object manager, and I/O manager.

The kernel successfully booted in the QEMU emulator and passed all 14 in-kernel self-tests, exiting with the project’s standing pass contract: exit code 33.

Claude Fable 5 Wrote Windows Kernel Code

The wall-clock time across the full session was roughly four and a half hours, but most of that was the human operator away from the keyboard; the actual model-active work took 38 minutes.

What distinguishes this from simple code generation is Fable 5’s demonstrated capacity for unsupervised systems reasoning. The model caught two critical low-level bugs mid-generation without human intervention:

  • EOI ordering bug: It identified that the end-of-interrupt signal must be issued before a potential context switch, as preemption mid-dispatch would deadlock the local interrupt controller.
  • IRQL emulation bug: When host tests returned 11/12, Fable diagnosed that the interrupt request level (IRQL) emulation used a single global atomic across test threads, corrected it to a per-thread thread_local variable mirroring real per-CPU behavior, and passed 12/12.

The model also left architectural commentary embedded in the code explaining why the NT GDT selector ordering matches the IA32_STAR MSR format demonstrating forward-looking ABI reasoning, not pattern matching, reads Tolmo’s report.

Fable 5 authored roughly 40% of the project’s from-scratch code in only 3% of the total turns. The remaining 97% of turns eight days of iterative, debug-heavy bring-up ran on Claude Opus 4.8, which expanded the kernel to load unmodified Windows kernel drivers and run real Windows binaries including sort.exe, choice.exe, and cmd.exe.

The model split was deliberate. Fable 5 carries aggressive cybersecurity safety classifiers broad enough to trip on adjacent defensive work. Notably, Fable shipped on June 10, 2026, as the public version of Anthropic’s Mythos cybersecurity model, and within days, a US government export-control directive forced Anthropic to suspend access entirely.

The kernel boots. It is not yet trusted. Fable 5 itself named the gap unprompted, flagging the dispatcher lock hand-off, spinlocks, and DPC queue as the highest-risk paths, and recommending loom for exhaustive concurrency exploration and Miri for undefined behavior detection.

This is the critical security implication: authoring capability has outpaced verification. A model can produce the Trusted Computing Base of an x86_64 kernel faster than any human team can audit it.

Until tooling like formal verification, property testing, and concurrency model checkers can close that gap, an AI-authored kernel remains a booting artifact of unknown correctness and unknown correctness has no place in a TCB.

The internet’s critical infrastructure runs on aging C codebases maintained largely because rewriting a TCB has historically been too costly and too risky. An AI-authored Rust kernel represents a double lever: Rust eliminates the memory-safety bug classes that dominate OS CVEs, while an AI model eliminates the human-cost bottleneck of the rewrite itself.

Once verification tooling matures, the economic case for leaving legacy C in place collapses and large portions of the stack become candidates for AI-driven, memory-safe rewrites.

Follow us on Google NewsLinkedIn, and X to Get More Instant Updates.

Guru Baran

Guru Baranhttps://cybersecuritynews.com

Gurubaran KS is a cybersecurity analyst, and Journalist with a strong focus on emerging threats and digital defense strategies. He is the Co-Founder and Editor-in-Chief of Cyber Security News, where he leads editorial coverage on global cybersecurity developments.