<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>0sec Research</title><description>Research notes from 0sec, an applied cybersecurity research lab.</description><link>https://0.security/</link><language>en-us</language><item><title>Fixing the Linux Kernel: Upstream Memory-Safety Contributions</title><link>https://0.security/blog/fixing-the-linux-kernel/</link><guid isPermaLink="true">https://0.security/blog/fixing-the-linux-kernel/</guid><description>The same automated research pipeline that audits npm packages now reads kernel C and has landed 0sec-authored fixes in the mainline Linux kernel, each maintainer-reviewed and flowing into stable where applicable. Here&apos;s what merged, and how.</description><pubDate>Fri, 24 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Does It Discover, or Does It Recall?</title><link>https://0.security/blog/does-it-discover-or-recall/</link><guid isPermaLink="true">https://0.security/blog/does-it-discover-or-recall/</guid><description>The question that separates a real automated bug-finder from a demo. We ran the airtight version, bugs fixed after the model&apos;s training cutoff, stripped, no hints, and the honest 0/4 result maps the actual frontier of automated discovery better than any win would have.</description><pubDate>Wed, 22 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Finding the Bug Is the Easy Part. Knowing It&apos;s New Is the Hard Part.</title><link>https://0.security/blog/finding-the-bug-is-the-easy-part/</link><guid isPermaLink="true">https://0.security/blog/finding-the-bug-is-the-easy-part/</guid><description>Our engine confirmed a real kernel-privilege primitive in a stripped, closed-source Windows driver. Machine-verified, no symbols. It called the bug novel. It was a CVE from 2024. Here is the failure mode that hides in every automated bug-finder, and the gate we built so it can&apos;t happen again.</description><pubDate>Tue, 21 Jul 2026 00:00:00 GMT</pubDate></item><item><title>The Drivers Nobody Fuzzed</title><link>https://0.security/blog/the-drivers-nobody-fuzzed/</link><guid isPermaLink="true">https://0.security/blog/the-drivers-nobody-fuzzed/</guid><description>The signed Windows drivers that hand attackers kernel access are closed-source: no symbols, no source, invisible to every source-based fuzzer. We built a machine that locates the dangerous IOCTL in a stripped .sys and confirms the primitive on a live kernel, no human in the loop. Here is how, and the discipline that keeps it honest.</description><pubDate>Mon, 20 Jul 2026 00:00:00 GMT</pubDate></item><item><title>The Bug With No Source, No Symbols, No Debug Info</title><link>https://0.security/blog/the-bug-with-no-source/</link><guid isPermaLink="true">https://0.security/blog/the-bug-with-no-source/</guid><description>Strip a binary of source, symbols, and DWARF and it is supposed to be opaque to automated analysis. We stripped an OSS-Fuzz target of all three and our engine still found the bug. A stripped binary is an information problem, not an impossibility.</description><pubDate>Sun, 19 Jul 2026 00:00:00 GMT</pubDate></item><item><title>When the Sanitizer Is the Wrong Oracle</title><link>https://0.security/blog/when-the-sanitizer-is-the-wrong-oracle/</link><guid isPermaLink="true">https://0.security/blog/when-the-sanitizer-is-the-wrong-oracle/</guid><description>Two recently-patched Linux kernel use-after-frees. Trivially reachable from an unprivileged process, they fire on demand and produce zero KASAN reports by construction. A study in the two most misread words in exploitation: &apos;reachable&apos; and &apos;confirmed&apos;.</description><pubDate>Fri, 17 Jul 2026 00:00:00 GMT</pubDate></item><item><title>AI Agents Are Entering the Kernel</title><link>https://0.security/blog/ai-agents-are-entering-the-kernel/</link><guid isPermaLink="true">https://0.security/blog/ai-agents-are-entering-the-kernel/</guid><description>The real benchmark for AI security research is whether a finding survives maintainer review, lands upstream, and gets carried into the software people actually run. The public record is starting to show ours does.</description><pubDate>Thu, 16 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Your validator checked one value. Your app used another.</title><link>https://0.security/blog/validation-read-stability/</link><guid isPermaLink="true">https://0.security/blog/validation-read-stability/</guid><description>A validation soundness bug class in JavaScript. Some widely-used validators inspect the caller&apos;s live object and hand it back unchanged, so a getter or Proxy can slip a value past the schema that the app then uses. We confirmed it in class-validator and superstruct. joi and zod are safe, and the reason they are safe is the fix. Reported upstream.</description><pubDate>Tue, 14 Jul 2026 00:00:00 GMT</pubDate></item><item><title>One Research Loop, Evidence Matched to the Target</title><link>https://0.security/blog/one-research-loop-evidence-matched-to-the-target/</link><guid isPermaLink="true">https://0.security/blog/one-research-loop-evidence-matched-to-the-target/</guid><description>Why vulnerability research needs target-specific harnesses and oracles, but one shared discipline for evidence, novelty, and impact.</description><pubDate>Sat, 11 Jul 2026 00:00:00 GMT</pubDate></item><item><title>A 15-Year-Old Out-of-Bounds Read in the Linux Kernel&apos;s NFC Stack</title><link>https://0.security/blog/nfc-llcp-15-year-kernel-bug/</link><guid isPermaLink="true">https://0.security/blog/nfc-llcp-15-year-kernel-bug/</guid><description>An unauthenticated NFC peer could crash the kernel with one malformed frame. The bug shipped in 2011 and sat in every kernel since. Automated source analysis surfaced it. The fix is accepted upstream in the NFC maintainer tree and heading to mainline (ed85d4cbbfaa).</description><pubDate>Thu, 09 Jul 2026 00:00:00 GMT</pubDate></item><item><title>The Bugs Fuzzers Can&apos;t See</title><link>https://0.security/blog/the-bugs-fuzzers-cant-see/</link><guid isPermaLink="true">https://0.security/blog/the-bugs-fuzzers-cant-see/</guid><description>Automated kernel bug-finding has converged on one technique: fuzzing. It has a ceiling built in. We do it differently. We read the source and reason about it, to find the bug classes a fuzzer is structurally blind to.</description><pubDate>Sun, 05 Jul 2026 00:00:00 GMT</pubDate></item><item><title>Switzerland Has No Doorbell</title><link>https://0.security/blog/swiss-securitytxt-survey/</link><guid isPermaLink="true">https://0.security/blog/swiss-securitytxt-survey/</guid><description>Nine in ten Swiss websites publish no security.txt, so a researcher has no way to report a vulnerability. We checked every .ch domain in two public lists. Here is the data, and the ten-minute fix.</description><pubDate>Wed, 03 Jun 2026 00:00:00 GMT</pubDate></item><item><title>The Triage Moat and Multi-Benchmark Validation</title><link>https://0.security/blog/triage-moat-and-multi-benchmark-validation/</link><guid isPermaLink="true">https://0.security/blog/triage-moat-and-multi-benchmark-validation/</guid><description>Ablation testing as scientific method: an 11-layer false-positive triage stack, the one broken layer that almost masked the rest, and the multi-benchmark portfolio that surfaces what a single suite would miss.</description><pubDate>Wed, 20 May 2026 00:00:00 GMT</pubDate></item><item><title>Web Vulnerability Benchmarks: Methodology and Environment Verification</title><link>https://0.security/blog/xbow-benchmark-methodology-and-verification/</link><guid isPermaLink="true">https://0.security/blog/xbow-benchmark-methodology-and-verification/</guid><description>Over 37% of standard web vulnerability challenges fail to build on clean systems because Docker images and package repos rot. Read the benchmark score without knowing the substrate and you cannot compare it to anything.</description><pubDate>Sun, 17 May 2026 00:00:00 GMT</pubDate></item><item><title>Agentic Pentesting: The Shell-First Architecture</title><link>https://0.security/blog/agentic-pentesting-on-xbow/</link><guid isPermaLink="true">https://0.security/blog/agentic-pentesting-on-xbow/</guid><description>Shell-first design as a discovered architecture for autonomous pentesting agents. One bash tool outperforms a structured toolkit across public benchmarks, the AI/LLM security suite, and adjacent domains.</description><pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate></item><item><title>Orchestration, Not Frontier: What the IronCurtain Post Means for 0sec</title><link>https://0.security/blog/2026-05-07-orchestration-not-frontier/</link><guid isPermaLink="true">https://0.security/blog/2026-05-07-orchestration-not-frontier/</guid><description>Niels Provos shipped a vulnerability-discovery framework that replicates Mythos-class findings on commercial models, plus one autonomous CVE on an open-weight model. It is the same bet 0sec is built on. Here is what we already do, what we need to borrow, and the four gaps we are closing.</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>Deleting better-sqlite3, and What It Cost</title><link>https://0.security/blog/2026-04-07-deleting-better-sqlite3/</link><guid isPermaLink="true">https://0.security/blog/2026-04-07-deleting-better-sqlite3/</guid><description>An engineering note from building 0sec&apos;s engine. We migrated the persistence layer from better-sqlite3 to a pure-WASM SQLite build. What broke, what we kept, and why dropping the native module made the engine run identically on every Node.js version.</description><pubDate>Wed, 08 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Introducing 0cloud</title><link>https://0.security/blog/2026-04-06-the-marketing-rewrite/</link><guid isPermaLink="true">https://0.security/blog/2026-04-06-the-marketing-rewrite/</guid><description>An autonomous AI attacker on contract, pointed at your product. Closed beta, by application only. Founder-led from Zürich.</description><pubDate>Mon, 06 Apr 2026 00:00:00 GMT</pubDate></item><item><title>The Attack Surface Traditional Benchmarks Don&apos;t Test</title><link>https://0.security/blog/attack-surface-xbow-doesnt-test/</link><guid isPermaLink="true">https://0.security/blog/attack-surface-xbow-doesnt-test/</guid><description>Traditional web vulnerability benchmarks miss the entire AI/LLM security attack surface. Prompt injection, jailbreaks, MCP tool abuse: none of it appears in standard 104-challenge web security suites.</description><pubDate>Sat, 04 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Blind Verification: How False Positives Get Killed</title><link>https://0.security/blog/blind-verification/</link><guid isPermaLink="true">https://0.security/blog/blind-verification/</guid><description>Every security scanner drowns its users in false positives. Closing that gap took three architectural attempts before one of them worked.</description><pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate></item><item><title>How AI Agents Found Vulnerabilities in Popular npm Packages</title><link>https://0.security/blog/how-ai-agents-found-7-cves/</link><guid isPermaLink="true">https://0.security/blog/how-ai-agents-found-7-cves/</guid><description>A three-week methodology validation. Claude Opus, applied systematically to popular npm packages, surfaced 73 findings and disclosed vulnerabilities across packages with 55M+ weekly downloads. Here is how the workflow operates.</description><pubDate>Fri, 27 Mar 2026 00:00:00 GMT</pubDate></item><item><title>The Age of Agentic Security</title><link>https://0.security/blog/the-age-of-agentic-security/</link><guid isPermaLink="true">https://0.security/blog/the-age-of-agentic-security/</guid><description>If AI agents can write 1,000 pull requests a week, AI agents should be testing 1,000 pull requests a week. The asymmetry is about to collapse.</description><pubDate>Tue, 24 Mar 2026 00:00:00 GMT</pubDate></item></channel></rss>