GPT-5.6-Cyber answers 95 percent of risky security requests
August 11, 2026

OpenAI is giving vetted security researchers a model with far fewer refusal barriers. It has already found a severe Chrome flaw, but controlled access remains crucial.
What this is about
OpenAI introduced GPT-5.6-Cyber on August 10, 2026, a specialized model for authorized security research. It is based on GPT-5.6 Sol but refuses far fewer tasks involving exploit chains, authentication bypass, and privilege escalation. Access is not open; it is provided through the vetted Daybreak Red tier.
The striking number comes from an internal OpenAI test: GPT-5.6-Cyber completed 95.0 percent of advanced security requests. GPT-5.6 Sol with standard safeguards completed 1.5 percent, Daybreak Blue 2.0 percent, and GPT-5.5-Cyber 57.3 percent. These figures matter, but they have not been independently reproduced.
What GPT-5.6-Cyber actually does
The model is trained for work that ordinary chatbots often reject: turning known vulnerabilities into working exploits in controlled environments, searching for previously unknown flaws, and testing technical attack chains. Daybreak Blue removes some barriers for defensive tasks. Daybreak Red goes further and gives vetted researchers access to GPT-5.6-Cyber.
OpenAI says the model found two previously unknown bugs in the V8 JavaScript engine. Together, they could corrupt memory and escape the heap sandbox. Google fixed the vulnerability; one flaw is tracked as CVE-2026-15903. OpenAI also reports findings in a mobile operating system, a widely used database, and an operating-system kernel, but has not yet named the affected projects.
Why it matters
Security research is a race against time. If a model can turn source code into a credible attack chain within hours, defenders may confirm and patch a flaw sooner. The same capability can also help attackers. That makes access control more important than any single benchmark score.
OpenAI rates GPT-5.6-Cyber as “High” under its own Preparedness Framework, below the “Critical” threshold. At the same time, the company is withholding its upcoming Astra model because it may reach critical cyber capability. This illustrates the trade-off: more capable tools can shorten defenders’ response time while increasing the consequences of misuse or a compromised account.
In plain language
The model is like a master key for a workshop. A vetted mechanic can open every door quickly and repair a fault. In the wrong hands, the same key makes a break-in easier. Daybreak Red therefore controls not only access to the tool but also who is trusted with the key.
A practical example
A security team runs a web service with 500,000 monthly users. An automated scanner flags suspicious behavior in a JavaScript component. Previously, two specialists might spend a full day determining whether it can actually lead to code execution.
With GPT-5.6-Cyber, they ask the model to build an exploit chain inside an isolated test environment, review every step, and then prepare a patch. The model saves time but does not decide whether to deploy or disclose anything. Humans still confirm the flaw, coordinate with the vendor, and test the patch for side effects.
Scope and limits
First, the published performance figures come from OpenAI. Without an open dataset and independent replication, it is unclear how closely they reflect real corporate networks.
Second, vetting reduces misuse risk but does not remove it. Stolen accounts, compromised partners, and incorrectly approved applications remain possible failure points.
Third, a generated exploit is not proof of a real vulnerability. Models can miss prerequisites, produce unstable code, or misjudge severity. GPT-5.6-Cyber is a tool for experienced teams working in isolated environments, not permission to test systems they do not own.
SEO & GEO keywords
GPT-5.6-Cyber, OpenAI Daybreak, Daybreak Red, cybersecurity, exploit development, zero-day, CVE-2026-15903, Chrome V8, security research, AI risk
💡 In plain English
OpenAI is giving vetted security researchers a model that answers risky technical requests. It may find flaws faster, but its misuse potential requires strict access controls and human review.
Key Takeaways
- →GPT-5.6-Cyber completed 95.0 percent of advanced cyber requests in OpenAI’s internal test.
- →Access is limited to vetted users through the Daybreak Red tier.
- →The model helped discover a severe V8 flaw tracked as CVE-2026-15903.
- →OpenAI rates its cyber capability as “High,” but not yet “Critical.”
- →The benchmarks come from the vendor and have not yet been independently confirmed.
FAQ
Who can use GPT-5.6-Cyber?
Only people and organizations vetted by OpenAI receive access through Daybreak Red. No general public access has been announced.
How does it differ from GPT-5.6 Sol?
GPT-5.6-Cyber is specialized for exploit development and advanced security research, and it refuses those requests far less often.
Has it found real vulnerabilities?
OpenAI cites two new V8 bugs among its findings. Google fixed the vulnerability, with one flaw tracked as CVE-2026-15903.
Has the 95 percent result been independently verified?
No. The figure comes from an internal OpenAI evaluation and needs independent replication.