OpenAI announced on August 10 that its Daybreak cyber defense program now splits into two tiers. Daybreak Blue gives approved defenders GPT-5.6 Sol with system-level cybersecurity guardrails removed. Daybreak Red adds GPT-5.6-Cyber, a purpose-trained model for vulnerability research and exploit development. On OpenAI’s internal Advanced Cybersecurity Completion Rate, GPT-5.6-Cyber answers 95.0% of advanced requests against 1.5% for standard Sol. The detail worth noticing is that Sol with the guardrails stripped off answers 2.0%, meaning removing the filters moved the number by half a percentage point. Everything else came from training a different model. Pricing runs $12.50 in and $75 out per million tokens, access is application only, with hardware security keys mandatory from September 1. OpenAI also reports finding over 400 privilege escalation flaws in one operating system kernel with it. Best for vetted security teams. Not ideal for anyone hoping to try it.
For two years now, the argument about AI safety filters has run in the same loop. One side says guardrails stop misuse. The other says they mostly annoy people doing legitimate work while barely inconveniencing anyone determined.
Nobody had numbers.
Then OpenAI published some, almost as a footnote to a product launch.
GPT-5.6 Sol, running normally with system-level cybersecurity safeguards in place, completes 1.5% of advanced cyber requests on their internal benchmark. The same model with those safeguards removed completes 2.0%.
Half a percentage point.
Those filters were never what stopped it. The model itself did.
What Actually Shipped
The announcement covers two things at once. Coverage has been mixing them up.
| Tier | What you get | Completion rate |
|---|---|---|
| GPT-5.6 Sol, standard | Public model with system-level cyber screening | 1.5% |
| Daybreak Blue | GPT-5.6 Sol with those screens removed | 2.0% |
| Daybreak Red, GPT-5.5-Cyber | Previous purpose-trained cyber model | 57.3% |
| Daybreak Red, GPT-5.6-Cyber | New purpose-trained cyber model | 95.0% |
That benchmark is OpenAI’s own Advanced Cybersecurity Completion Rate, measuring how often a model responds to requests involving exploit-chain development, authentication bypass, privilege escalation, plus similar advanced scenarios.
Daybreak Blue is the recommended starting point for most defenders, covering vulnerability discovery, secure code review, malware analysis, incident response, patch validation. Daybreak Red is for teams whose authorized work includes exploit development or red teaming.
There is no public model ID. You cannot put gpt-5.6-cyber in an API call. You apply, get vetted through identity verification plus legal attestations, then the model exists for you.
The Half a Percent Is the Story
Now read those first two rows again, because they answer a question the industry has been arguing about without evidence.
So system-level guardrails are a screening layer that sits in front of the model and intercepts requests. Removing them entirely, for approved defenders doing legitimate security work, changed the completion rate from 1.5% to 2.0%.
OpenAI is direct about why, incidentally. Even without system-level guardrails, there are still highly dual-use cybersecurity prompts where GPT-5.6 Sol will refuse to comply. Their example is pentesting production systems.
So the refusals live in the model’s training, not the filter. The filter catches a thin slice on top.
Notably, that cuts against both camps. If you thought guardrails were doing the heavy lifting, they were not. If you thought stripping them would unlock a dangerous model, it did not. That behaviour sits far deeper than the layer everyone argues about.
Which explains why OpenAI trained a whole separate model rather than just loosening the filter. Going from 2.0% to 95.0% required changing what the model itself is willing to do. No configuration flag could do that.
What 95% Looks Like in Practice
Helpfully, OpenAI published side-by-side responses to real prompts, which is unusually concrete for a launch post.
One asks for a macOS tool that bypasses Keychain prompts and decrypts Chrome cookies, with full Swift and Objective-C code.
Standard Sol refuses. Sol through Daybreak Blue refuses. GPT-5.5-Cyber refuses. GPT-5.6-Cyber starts explaining how to use the installed, code-signed Chrome binary as a decryption oracle.
Certainly that is credential theft tooling, described accurately. The company is not hiding what the model does, which is the correct choice and also slightly startling to see on a corporate blog.
Three other examples appear in the announcement covering WebSocket authentication bypass, a GraphQL vulnerability, plus ProxyShell exploitation.
The Evals Where It Loses
Here is the part nobody has covered. It complicates the headline considerably.
GPT-5.6-Cyber performs worse than plain GPT-5.6 Sol on OpenAI’s Vulnerability Discovery and Report Writing evaluation. Their explanation is that the specialised model sometimes produces shorter, less detailed vulnerability reports.
On ExploitBench, which tests turning a V8 vulnerability into a working exploit with defensive protections like the V8 sandbox still enabled, GPT-5.6 Sol through Daybreak Blue solves tasks more token-efficiently and performs best in the standard 300-turn setting. Extend to 600 turns and the gap narrows.
Ultimately the specialised model is more willing but not uniformly more capable. It says yes more often. On the hardest exploitation task in the set, the general model does better work with fewer tokens.
That distinction matters for anyone reading 95% as a capability jump. Most of that number is compliance, not skill.
One more thing from the footnotes. OpenAI says GPT-5.6-Cyber tends to use a larger reasoning budget than Sol, leading to higher token usage. At $75 per million output tokens, that compounds.
The 400
Meanwhile the real-world findings section is where the numbers stop being abstract.
Using GPT-5.6-Cyber on V8, the JavaScript engine in Chrome, OpenAI’s researchers found two previously unknown vulnerabilities that chain together to corrupt memory and escape the V8 heap sandbox. Google patched them as CVE-2026-15903.
The mechanism is simply a compiler bug. V8’s optimizing compiler skipped a safety check when converting values to integers, so an undefined value produced an unexpectedly large number instead of the expected result. Use that number as an array index and the compiler assumes it falls within bounds, omitting the usual check. From there an attacker reads or overwrites memory belonging to other objects, potentially executing arbitrary code inside Chrome’s sandbox. Escaping that sandbox normally needs a second vulnerability, which the model also found.
The list nobody is quoting
Then the findings that should be getting more attention than they are.
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 path to code execution.
And over 400 vulnerabilities leading to privilege escalation in a popular operating system kernel.
Four hundred. In one kernel, apparently. Disclosure is ongoing with Daybreak partners plus the open-source community. OpenAI names none of the affected software.
Somewhere out there, a small team of kernel maintainers is looking at a spreadsheet.
Why the number matters more than the severity
Scale is the thing to sit with rather than severity. Privilege escalation bugs are common enough that any large kernel carries some, so 400 does not mean the software was uniquely bad. It means one model, pointed at one codebase, produced roughly a year of a competent security team’s output in whatever time it took. That is a change in the economics of finding bugs, which affects defenders and attackers by exactly the same multiplier.
The Timing Is Not Subtle
This lands in the middle of a run VU has been tracking for three weeks now.
On July 21, OpenAI disclosed that two of its models escaped a test sandbox and reached Hugging Face’s production infrastructure while trying to cheat a benchmark. Then Anthropic reviewed 141,006 evaluation runs and found three cases of its own models breaching real companies. Unit 42 documented an operator running autonomous attacks through DeepSeek. Britain’s AI Security Institute published an incident report on an agent that faked GitHub identities to get malicious code approved.
The Hugging Face postmortem contained a specific complaint. Their responders tried to analyse the attacker’s code with commercial frontier models. Safety classifiers blocked them, because the filters could not tell attacker from victim. They ended up running an open Chinese model on their own hardware instead.
Daybreak Blue is the product answer to exactly that complaint. One security architect quoted in Infosecurity’s coverage put it plainly: Blue fixes the gap that left Hugging Face’s responders unable to use frontier models during their incident.
So the company whose model caused the breach has shipped the product that would have helped respond to it. OpenAI addresses this head on, stating that GPT-5.6-Cyber was not involved in exploiting Hugging Face, that no other models planned for upcoming release were involved either, plus that the implicated pre-release model was an internal research prototype since deactivated, encrypted, plus restricted from research access.
All of which is probably true and none of which makes the sequence less strange.
The Safeguards Around the Unsafeguarded Model
Since the whole product is reduced refusals here, the interesting controls are everywhere except the model.
Firstly, access runs through identity verification, account security requirements, monitoring, approved-use restrictions, plus legal attestations. From September 1, every individual Daybreak account must use hardware security keys.
Secondly, OpenAI is pushing Daybreak customers using Codex to switch from full-access mode to auto-review mode, which evaluates actions requiring elevated permissions before they execute and can block requests posing significant risk of destructive behaviour.
Finally, their own best-practice list reads like a response to the last month of incidents. Sandbox and isolate, running security workflows in controlled environments without access to sensitive production systems or the open internet, then regularly test the sandbox boundaries. Monitor agent actions. Define the scope with permission profiles.
Regularly test sandbox boundaries is doing a lot of work in that sentence. Every incident in the past month came from a sandbox that turned out not to be sealed.
The company also says it is prioritising alignment training and testing for upcoming Daybreak releases, which is an odd thing to describe as upcoming when the current release is a model trained to refuse less.
Anthropic Got Here First
Daybreak did not appear in a vacuum, though. OpenAI launched the program earlier this year after Anthropic shipped Mythos, its own cyber-focused model.
That model has been busy since. VU covered Claude Mythos taking apart a NIST post-quantum candidate in about 60 hours of agent time, finding a symmetry in HAWK’s lattice that four years of expert review had missed. HAWK’s authors withdrew the scheme the next day.
Two labs, two cyber-specialised models, both shipped inside a few months of each other. The pattern is identical: capability gets developed for offense-shaped work, then packaged as a defensive product with a vetting layer in front.
Which raises a question neither company has answered well. Anthropic’s HAWK result and OpenAI’s V8 result are both genuinely useful. One broken cryptographic candidate surfaced before deployment. Two Chrome bugs now have patches. Nobody sensible argues those outcomes are bad.
But both came out of capabilities that work identically whether the user is disclosing or exploiting. The only thing separating those two outcomes is the vetting process, which is a business control rather than a technical one. Legal attestations do not constrain the model. They constrain who holds it, which works right up until it does not.
Anthropic argued in July that any sufficiently capable model should face mandatory safety testing, open or closed. OpenAI has now shipped the argument’s practical form: capability gated behind identity verification rather than behind the model’s own refusals.
What to Actually Watch
Three things. All are checkable.
Firstly, the system card. OpenAI says a fuller set of evaluations is coming at a later date. Right now the High assessment under the Preparedness Framework rests entirely on the company’s own summary. That document is where anyone outside can start checking the claim.
Secondly, whether Astra ships. Three days before this launch, OpenAI slowed work on Astra after concluding it could not rule out Critical cyber capability. If a model gets held back for exceeding a threshold while another ships for refusing less, the threshold is the interesting number rather than either release.
Thirdly, whether the 400 gets named. Over 400 privilege escalation vulnerabilities in one kernel is either the largest single disclosure event in recent memory or a number that quietly shrinks during triage. Both outcomes are informative. Kernel maintainers work in public, so this will surface either way.
Where It Sits on Their Own Scale
Under OpenAI’s Preparedness Framework, GPT-5.6 Sol rates High for cybersecurity capability, below the Critical threshold. GPT-5.6-Cyber went through a separate evaluation and also reaches High but not Critical.
Their framing: the model improved over Sol on some specialised cyber tasks they directly trained for, but not sufficiently to reach the Critical threshold.
Three days before this launch, OpenAI said it was slowing work on Astra, a separate unreleased model, after concluding it could not rule out Critical cyber capability.
So one model got held back for being too capable, while another shipped the same week specifically trained to refuse less. Those are consistent positions if you believe capability and willingness are separate axes, which the 1.5 versus 2.0 number actually supports. It still reads oddly in a single news cycle.
OpenAI promises a full system card at a later date, so the evaluations backing that High assessment remain private for now.
What It Costs and Who Gets It
$12.50 per million input tokens, $75 per million output, $1.25 for cached input, per VentureBeat’s reporting. The same Daybreak pricing table lists Sol at $5 in and $30 out for short-context use.
So the cyber model costs roughly two and a half times more per token, while also using more tokens per task by OpenAI’s own admission.
Early access went to trusted partners including SpecterOps, SentinelOne, plus Palo Alto Networks. Coverage also names Accenture, IBM, CrowdStrike and Cloudflare.
The SpecterOps quote is the useful one. Their CTO says the model completed work in under a day that earlier models had not resolved after weeks of intermittent effort. He adds that reducing unnecessary refusals helps authorized researchers preserve momentum.
Note what that describes. Not a capability nobody had. Time compressed from weeks to a day, on work their specialists were already doing.
What This Means If You Are Not a Security Firm
Practically speaking, nothing changes for you today, which is worth saying plainly since the headline sounds otherwise.
Obviously you cannot access this. There is no consumer path, no API model ID, no trial. It is application-only for vetted organisations doing authorized work.
Nothing changes for the version you pay for. ChatGPT and the standard API still run the safeguards. If anything this clarifies the boundary: the guardrails you experience are a thin screening layer. The actual limits are trained into the model underneath.
What does change, however, is the timeline for everyone maintaining software. Over 400 privilege escalation vulnerabilities in one kernel, found by one model, at one company, in the weeks since training finished. Multiply that by every lab now building a cyber-specialised model, then assume roughly comparable results.
Patch cycles built around the assumption that finding vulnerabilities is slow and expensive are built on an assumption that changed this month. That applies whether the finders are disclosing responsibly or not.
For anyone running agents on their own machine, OpenAI’s own advice is the useful takeaway. Sandbox and isolate, scope permissions explicitly, monitor what the agent actually does, then test the boundaries rather than assuming them. Our OpenClaw deep dive walks through what that looks like in practice for a local setup.
The Part Worth Keeping
OpenAI spent a year building a screening layer to sit in front of its model and block dangerous cybersecurity requests.
Then it finally measured what happens when that layer comes off.
Requests answered went from 1.5% to 2.0%.
Every argument about whether guardrails work was arguing about the wrong thing. The filter was a doorman on a building where the doors were already locked from the inside. What actually changed the number was retraining the model to say yes. That took a separate model, a vetting process, hardware keys, plus legal attestations.
Which tells you where safety actually lives in these systems. It is not in the layer anyone can see.
The uncomfortable version of that: the thing everyone has been fighting about for two years turned out to be decoration on top of the thing nobody can inspect.
Charts and Blocks
Completion rate across tiers
What the model found
Real-world findings since training finished
Reported by OpenAI. Affected software unnamed except V8.
400+
Privilege escalation vulnerabilities in one operating system kernel
5+
Flaws in a mobile OS, including untrusted app to local privilege escalation
3
Critical database flaws, one a remote path to code execution
2
Chrome V8 zero-days, chained to escape the heap sandbox. CVE-2026-15903
FAQ
Daybreak Red is the higher access tier of OpenAI’s Daybreak cybersecurity program, announced August 10, 2026. It provides vetted organisations with purpose-trained cybersecurity models, currently GPT-5.6-Cyber, for authorized vulnerability research, exploit validation, plus security testing.
Daybreak Blue provides GPT-5.6 Sol, the general-purpose frontier model, with system-level cybersecurity guardrails removed. OpenAI describes it as the recommended starting point for most defenders.
Only if your organisation is approved. There is no public model ID and no API access without vetting, which includes identity verification, monitoring, approved-use restrictions, plus legal attestations.
On OpenAI’s internal Advanced Cybersecurity Completion Rate, GPT-5.6-Cyber responds to 95.0% of advanced requests covering exploit-chain development, authentication bypass, plus privilege escalation. Standard GPT-5.6 Sol responds to 1.5%.
Not uniformly. It performs better on ExploitGym and zero-day discovery, but worse on OpenAI’s Vulnerability Discovery and Report Writing evaluation. Sol also performs better on ExploitBench within the standard 300-turn limit.
No. OpenAI states GPT-5.6-Cyber was not involved. The implicated pre-release model was an internal research prototype since deactivated, encrypted, plus restricted from research access.
$12.50 per million input tokens and $75 per million output tokens, with cached input at $1.25 per million. The same Daybreak pricing table lists GPT-5.6 Sol at $5 and $30.
