model releaseOpenAI

OpenAI Launches GPT-5.6-Cyber, a Specialized Model That Answers 95% of Blocked Security Queries

TL;DR

OpenAI has launched GPT-5.6-Cyber, a specialized model for offensive security research that answers 95% of sensitive cybersecurity queries other models refuse. The model already discovered real vulnerabilities in Chrome's V8 engine and a major mobile OS, and is available through a new restricted access tier called Daybreak Red.

3 min read
0

OpenAI has released GPT-5.6-Cyber, a specialized model built to find vulnerabilities and construct exploit chains, as part of an expansion of its Daybreak cybersecurity program. The model answers 95 percent of sensitive security queries in OpenAI's internal "Advanced Cybersecurity Completion Rate" benchmark — queries that standard safety-tuned models block almost entirely.

The Daybreak program now splits into two access tiers. Daybreak Blue targets defensive work — malware analysis, vulnerability detection, incident response — and runs on GPT-5.6 Sol with tailored safeguards. Daybreak Red is aimed at offensive security researchers doing exploit validation and penetration testing, and it's the only tier that unlocks GPT-5.6-Cyber.

Benchmark gap between safety and capability

On OpenAI's internal benchmark covering exploit chain development, authentication bypass, and privilege escalation scenarios, the numbers show a sharp divide by access tier and safety configuration:

  • GPT-5.6-Cyber (Daybreak Red): 95%
  • GPT-5.5-Cyber (previous generation): 57.3%
  • GPT-5.6 Sol with Daybreak Blue safeguards: 2%
  • GPT-5.6 Sol with standard safety measures: 1.5%

In one test case, models had to develop a WebSocket authentication bypass for an internal admin panel. Only GPT-5.6-Cyber running on Daybreak Red produced working exploit code; every other configuration refused. OpenAI also reports that GPT-5.6-Cyber outperforms both GPT-5.6 Sol and GPT-5.5-Cyber on ExploitGym, a benchmark measuring how reliably a model converts known vulnerabilities into functional exploits.

Real vulnerabilities found

OpenAI says it used GPT-5.6-Cyber to analyze V8, Chrome's JavaScript engine, and identified two previously unknown vulnerabilities that can be chained to corrupt memory and bypass the V8 heap sandbox. Google patched the flaws following coordinated disclosure; they're tracked as CVE-2026-15903. OpenAI also claims the model found at least five vulnerabilities in an unnamed "popular mobile operating system," including a chain that could let an app escalate from restricted access to full administrator control of a device. Disclosure and fixes for those issues are reportedly in progress with Daybreak partners and the open-source community.

Access controls

Entry into either Daybreak tier requires identity verification, account security measures, ongoing monitoring, and legal declarations. Hardware security keys become mandatory for all Daybreak accounts starting September 1, 2026. OpenAI recommends running security workflows in isolated sandboxes and using Codex's Auto-Review mode, which flags actions requiring elevated privileges before execution.

Under OpenAI's Preparedness Framework, GPT-5.6-Cyber is rated "High" for cybersecurity capability — one tier below "Critical." OpenAI notes its upcoming Astra model is "potentially" expected to reach the Critical threshold.

What this means

The jump from 57.3 percent to 95 percent completion rate between GPT-5.5-Cyber and GPT-5.6-Cyber in a single generation is the real signal here — offensive AI capability is compounding fast, not plateauing. Gating this model behind identity verification and hardware keys is a reasonable containment step, but it doesn't change the underlying dynamic: the capability now exists in a deployable form, and access controls are a policy layer, not a technical ceiling. OpenAI's framing — give defenders a head start — assumes defenders will actually use tools like this faster and more broadly than attackers exploit leaked access, stolen credentials, or comparable open models that lack these guardrails entirely. The Preparedness Framework rating of "High" rather than "Critical" is doing a lot of work in that argument, and it's worth watching whether Astra, OpenAI's next model, crosses that line.

Related Articles

model release

Google DeepMind's New Chief Prioritizes Fast Gemini 4 Release Over AGI Debate

Google DeepMind's new head Koray Kavukcuoglu says Gemini 4 is in early post-training and could ship well before year-end, following the quiet cancellation of Gemini 3.5 Pro. He downplayed the AGI question that defined predecessor Demis Hassabis's tenure, calling it 'not the right conversation.'

model release

Z.ai Releases GLM-5.3-Prime, a High-Throughput Variant of GLM-5.3 with 1M-Token Context

Z.ai has released GLM-5.3-Prime, a high-speed variant of its GLM-5.3 model that delivers 1.5-2x the output throughput through inference acceleration while retaining the full 1M-token context window. The model is priced at $2.80 per 1M input tokens and $8.80 per 1M output tokens, targeting coding and long-horizon agentic workloads.

product update

OpenAI Gives ChatGPT Voice Access to Email, Calendar, and Slack, Powered by New GPT-6 Models

OpenAI has rolled out a major ChatGPT Voice upgrade that lets users manage email, calendar events, and Slack messages by voice. The feature now runs on new GPT-6 Astra, Sol, and Luna models and is available globally in the latest app version.

product update

OpenAI Upgrades ChatGPT Voice with GPT-6 Power, Plugin Support, and ChatGPT Work Integration

OpenAI is upgrading ChatGPT Voice with three changes: it now runs on GPT-6 models, supports plugins like email and Slack, and integrates with ChatGPT Work on web and mobile. The update addresses a longstanding gap between voice mode and OpenAI's broader feature set.

Comments

Loading...