Quick answer: GPT-5.6 Cyber is OpenAI's purpose-trained cybersecurity model, built on GPT-5.6 Sol and released August 10, 2026 as part of the expanded Daybreak program's Red access tier. It's trained to reduce refusals on dual-use security tasks — completing 95.0% of requests on OpenAI's internal Advanced Cybersecurity Completion Rate evaluation, versus 57.3% for the predecessor GPT-5.5 Cyber and just 1.5–2.0% for GPT-5.6 Sol under standard safeguards.
Where it leads
Where it lags
Best for: Vetted security researchers and defenders conducting authorized vulnerability research, exploit validation, and advanced penetration testing that base models refuse even with reduced safeguards.
GPT-5.6 Cyber is a specialized fine-tune of GPT-5.6 Sol, OpenAI's flagship model, trained specifically to improve performance on cybersecurity workflows involving exploit development and advanced security research, and to reduce refusals on certain dual-use tasks (e.g. exploit-chain development, authentication bypass, privilege escalation) that GPT-5.6 Sol will decline even when run with reduced "Daybreak Blue" safeguards.
It's distributed through Daybreak, OpenAI's program for giving vetted defenders frontier cybersecurity capability before attackers can weaponize similar capabilities at scale. Daybreak has two access tiers: Daybreak Blue provides frontier general-purpose models (GPT-5.6 Sol) with safeguards tailored to authorized defensive work; Daybreak Red — which GPT-5.6 Cyber requires — provides purpose-trained cybersecurity models for authorized vulnerability research, exploit validation, and security testing. Both tiers require identity verification, account security controls, monitoring, and legal attestations; individual Daybreak accounts will be required to adopt hardware security keys starting September 1, 2026.
Despite its specialized training, GPT-5.6 Cyber does not cross OpenAI's Preparedness Framework "Critical" threshold for cybersecurity capability — it's assessed at "High," the same tier as GPT-5.6 Sol. OpenAI has stated GPT-5.6 Cyber was not involved in the separately-disclosed Hugging Face security incident.
| Field | Value |
|---|---|
| Organization | OpenAI |
| Built on | GPT-5.6 Sol |
| Access tier | Daybreak Red (trusted/vetted defenders only) |
| License | Proprietary, limited access |
| Release date | August 10, 2026 |
| Preparedness capability rating (cybersecurity) | High (below Critical threshold) |
GPT-5.6 Cyber has no public API pricing — it is not available through standard OpenAI API access. Approved individuals and organizations conducting authorized security work can apply for Daybreak Red access at openai.com/daybreak/partners. Access requires identity verification, account security controls (hardware security keys required from September 1, 2026), usage monitoring, approved-use restrictions, and legal attestations.
The evaluations below are OpenAI-authored internal benchmarks described in the Daybreak expansion announcement, without public datasets or independent third-party verification — comparable to a vendor's internal red-team eval rather than a community benchmark like SWE-Bench. They are not added to Benchgen's public leaderboards for this reason, per Benchgen's convention for single-vendor, non-reproducible evaluations. The Advanced Cybersecurity Completion Rate values are stated exactly in OpenAI's post; the remaining four evaluations' values are read directly off OpenAI's published bar charts and should be treated as approximate (±a few percentage points).
Advanced Cybersecurity Completion Rate — how often each model responds (rather than refuses) to advanced, dual-use cybersecurity prompts involving exploit-chain development, authentication bypass, and privilege escalation:
| Model / access tier | Completion rate |
|---|---|
| GPT-5.6 Sol (safeguards enabled) | 1.5% |
| GPT-5.6 Sol (Daybreak Blue) | 2.0% |
| GPT-5.5 Cyber (Daybreak Red) | 57.3% |
| GPT-5.6 Cyber (Daybreak Red) | 95.0% |
ExploitGym — Intended vulnerability (success rate turning a known vulnerability into a working exploit achieving arbitrary code execution, controlled environment; chart-estimated):
| Model / access tier | Success rate |
|---|---|
| GPT-5.6 Sol (safeguards enabled) | ~0% |
| GPT-5.5 Cyber (Daybreak Red) | ~21% |
| GPT-5.6 Sol (Daybreak Blue) | ~31% |
| GPT-5.6 Cyber (Daybreak Red) | ~32% |
Zero-Day Discovery Eval (average discovery quality score on a proprietary internal scale, rewarding severity/impact of found vulnerabilities plus write-up quality and calibration; chart-estimated):
| Model / access tier | Avg. discovery score |
|---|---|
| GPT-5.6 Sol (safeguards enabled) | ~0.00 |
| GPT-5.6 Sol (Daybreak Blue) | ~0.16 |
| GPT-5.5 Cyber (Daybreak Red) | ~0.18 |
| GPT-5.6 Cyber (Daybreak Red) | ~0.24 |
Vulnerability Discovery and Report Writing (score on a proprietary internal scale for finding, exploiting, and writing up vulnerabilities in a repo; chart-estimated):
| Model / access tier | Score |
|---|---|
| GPT-5.6 Sol (safeguards enabled) | ~0.00 |
| GPT-5.5 Cyber (Daybreak Red) | ~0.12 |
| GPT-5.6 Cyber (Daybreak Red) | ~0.15 |
| GPT-5.6 Sol (Daybreak Blue) | ~0.18 |
ExploitBench (capability coverage developing a V8 vulnerability into a full exploit, harder than ExploitGym due to active sandbox defenses; chart-estimated):
| Model / access tier | 300-turn limit | 600-turn limit |
|---|---|---|
| GPT-5.5 Cyber (Daybreak Red) | ~73% | ~81% |
| GPT-5.6 Cyber (Daybreak Red) | ~73% | ~84% |
| GPT-5.6 Sol (Daybreak Blue) | ~76% | ~84% |
GPT-5.6 Sol (Daybreak Blue) is more token-efficient and edges out GPT-5.6 Cyber on ExploitBench specifically under the standard 300-turn budget; the gap narrows once agents are allowed 600 turns.
Beyond internal benchmarks, OpenAI used GPT-5.6 Cyber to investigate real, unmodified software. It uncovered two previously unknown vulnerabilities in V8 (Chrome's JavaScript engine) that could be chained to corrupt memory and escape the V8 heap sandbox; these were responsibly disclosed to Google and fixed as CVE-2026-15903, a high-severity bug where the optimizing JIT compiler skipped a safety check during integer conversion, enabling out-of-bounds memory access. OpenAI also reports GPT-5.6 Cyber found: at least five vulnerabilities in a popular mobile OS (including an untrusted-app-to-local-privilege-escalation chain), three critical vulnerabilities in a popular database (including a remote code execution path), and over 400 privilege-escalation vulnerabilities in a popular OS kernel — all under coordinated disclosure with the relevant vendors as of this writing.
| Model | Advanced Cyber Completion Rate | Access tier | License |
|---|---|---|---|
| GPT-5.6 Cyber | 95.0% | Daybreak Red | Proprietary, limited |
| GPT-5.6 Sol (Daybreak Blue) | 2.0% | Daybreak Blue | Proprietary |
| GPT-5.5 Cyber | 57.3% | Daybreak Red (predecessor) | Proprietary, limited |
GPT-5.6 Cyber's value isn't raw capability over GPT-5.6 Sol — the two share the same underlying model — it's refusal reduction on legitimate, dual-use security work that a general-purpose safeguarded model won't perform, paired with specialized training that improves severity calibration and exploit-chain completion on tasks OpenAI directly trained for.
Because Daybreak models run with reduced or removed safeguards, OpenAI recommends several operational practices for teams using GPT-5.6 Cyber:
Scores and details sourced from OpenAI's "Expanding Daybreak as the Cyber Defense Window Narrows" announcement, August 10, 2026. Chart-derived figures are approximate. Last updated 2026-08-11.
This model isn’t on any benchmark leaderboard yet.