OpenAI Expands Daybreak With GPT-5.6-Cyber and Two-Tier Access

August 10, 2026news

OpenAI shipped GPT-5.6-Cyber on August 10, 2026, alongside a restructured access program called Daybreak that splits defenders into two tiers based on how far their authorized work ventures into offensive territory. Organizations can apply at openai.com/daybreak/partners; early partners including SpecterOps, SentinelOne, and Palo Alto Networks have already run the model against production-grade research workflows.

The framing is explicit: OpenAI believes threat actors will deploy autonomous offensive AI before defenders are adequately tooled, and Daybreak is the mechanism for closing that gap. Given the pattern of AI-assisted exploit development already documented against real targets, the underlying concern is not hypothetical.

Two Tiers, Two Models

Daybreak Blue removes system-level safeguards from GPT-5.6 Sol and is positioned as the correct starting point for most defenders. Supported workflows include vulnerability discovery, secure code review, malware analysis, incident response, and patch validation. Even with guardrails removed, GPT-5.6 Sol under Daybreak Blue still refuses a significant slice of dual-use prompts — pentesting production systems being a cited example.

Daybreak Red goes further, granting access to GPT-5.6-Cyber, purpose-trained on top of GPT-5.6 Sol to reduce those refusals and sharpen performance on exploit-chain development, authentication bypass, and privilege escalation tasks. OpenAI's internal Advanced Cybersecurity Completion Rate benchmark captures the difference: GPT-5.6 Sol with system-level safeguards completes just 1.5% of high-risk dual-use requests; GPT-5.6 Sol under Daybreak Blue reaches 2.0%; GPT-5.6-Cyber under Daybreak Red reaches 95.0%. The predecessor GPT-5.5-Cyber reached only 57.3% — a persistent source of researcher friction that OpenAI explicitly acknowledges.

Access controls for both tiers include identity verification, account security monitoring, approved-use restrictions, and legal attestations. Beginning September 1, 2026, all individual Daybreak accounts must use hardware security keys. OpenAI is also pushing Codex users toward auto-review mode, which evaluates elevated-permission actions before execution.

Benchmark Performance

GPT-5.6-Cyber is not a universal improvement over GPT-5.6 Sol, and OpenAI's documentation is specific about where each model leads.

Evaluation GPT-5.6 Sol (Daybreak Blue) GPT-5.5-Cyber (Daybreak Red) GPT-5.6-Cyber (Daybreak Red)
Advanced Cybersecurity Completion Rate 2.0% 57.3% 95.0%
ExploitGym (known vuln → working ACE) Below GPT-5.6-Cyber Below GPT-5.6-Cyber Best performer
Zero-day discovery & severity calibration (internal) Below GPT-5.6-Cyber Not reported Best performer
Vulnerability Discovery & Report Writing (internal) Best performer Baseline (both successors improve over it) Below GPT-5.6 Sol
ExploitBench 300-turn standard (V8 full exploit) Best performer Not reported Below GPT-5.6 Sol
ExploitBench 600-turn extended Narrows vs. GPT-5.6-Cyber Not reported Gap closes at extended turn budget

The Vulnerability Discovery and Report Writing gap is attributed to GPT-5.6-Cyber producing shorter, less detailed vulnerability reports — a relevant tradeoff for teams whose deliverables require thorough write-ups. ExploitBench is harder than ExploitGym: it keeps more defensive protections enabled (including the V8 sandbox) and gives the agent less prior information about the vulnerability. GPT-5.6 Sol outperforming the cyber-specialized model under the 300-turn constraint suggests token efficiency matters as much as reduced refusals for this class of task — a dynamic agentic workflow designers are grappling with across domains.

Real-World Findings: CVE-2026-15903 and Beyond

OpenAI used GPT-5.6-Cyber to investigate V8, Chrome's JavaScript engine, uncovering two previously unknown vulnerabilities chainable to corrupt memory and escape the V8 heap sandbox. The primary flaw, CVE-2026-15903, lives in V8's optimizing compiler: it incorrectly skipped a safety check during integer conversion, allowing undefined values to produce an unexpectedly large number. When that number is used as an array index, the compiler omits bounds checking, enabling an attacker to read or overwrite adjacent memory and potentially execute arbitrary code within Chrome's sandbox. The second vulnerability enables heap sandbox escape. Google fixed both under coordinated disclosure.

Beyond V8, OpenAI reports using GPT-5.6-Cyber to identify at least five vulnerabilities in a popular mobile operating system (including a chain from an untrusted app to local privilege escalation), three critical vulnerabilities in a popular database (including a remote code execution path), and over 400 privilege-escalation vulnerabilities in a popular OS kernel. Remediation is ongoing in coordination with Daybreak partners and open-source maintainers. This volume of findings across unrelated codebases is the kind of evidence that distinguishes a domain-specialized model from a general-purpose one with a narrower system prompt — a distinction also relevant to the hijack surface that emerges when AI coding agents operate with elevated repository access.

Preparedness Classification

Under OpenAI's Preparedness Framework, GPT-5.6-Cyber was assessed as High for cybersecurity capability — the same rating as GPT-5.6 Sol — and below the Critical threshold. The model improved on specialized tasks it was directly trained for without crossing the Critical boundary. OpenAI also explicitly noted that GPT-5.6-Cyber was not involved in the recently disclosed Hugging Face exploitation incident, and that no forthcoming release was either.

The two-tier Daybreak structure, hardware key mandate, and auto-review defaults signal that OpenAI is treating cyber-capable model access as a distinct operational category from API access generally. Whether that governance model scales as capability levels rise is the question practitioners evaluating Daybreak Red applications should be asking now.