OpenAI has launched GPT-5.6aa-Cyber, a specialized model built for advanced vulnerability research and exploit development, and its internal benchmarks show the fine-tuned system completing 95% of advanced cybersecurity tasks — compared with 57.3% for its immediate predecessor and just 1.5% for the standard GPT-5.6 Sol model with full safeguards in place. The release marks an escalation in the commercial race to automate the most demanding defensive security work, and it arrives wrapped in a new access-control structure designed to keep the model out of the wrong hands while letting trusted defenders push past guardrails that ordinary models refuse to cross.
What is OpenAI GPT-5.6-Cyber?
OpenAI GPT-5.6-Cyber is a fine-tuned version of GPT-5.6 Sol, OpenAI’s most advanced general-purpose model unveiled in June, trained to improve performance on advanced cybersecurity tasks including zero-day vulnerability discovery, exploit-chain development, authentication bypass, and privilege escalation. It is designed to reduce refusals on certain high-risk, dual-use requests that could serve either defensive or offensive purposes, making it far more useful to legitimate security teams. Access is restricted to organizations accepted into the new Daybreak Red tier of OpenAI’s Daybreak cybersecurity program, so it is not available through standard ChatGPT or API customer channels.
OpenAI researcher Eric Wallace described the release on X as the company’s “first large-scale attempt at directly improving capabilities for advanced cybersecurity tasks such as exploit development.” The distinction from earlier cyber-tuned releases matters: previous models were optimized primarily to be more permissive. GPT-5.6-Cyber is engineered to make the model significantly more skilled at the hardest parts of the job — finding exploitable flaws, chaining them together, and producing working proof-of-concept exploit code.
From 1.5% to 95%: The benchmark leap behind the launch
OpenAI’s flagship measurement is the Advanced Cybersecurity Completion Rate, an internal benchmark covering exploit-chain development, authentication bypass, privilege escalation and other advanced cybersecurity scenarios. GPT-5.6-Cyber completed 95% of those tasks. GPT-5.5-Cyber, the previous specialized model, completed 57.3%. Standard GPT-5.6 Sol with all safeguards applied completed just 1.5%.
The spread between 1.5% and 95% says as much about guardrails as it does about capability. The general model is technically sophisticated but refuses nearly all of the benchmark’s task set; the specialized model has been fine-tuned to answer, and trained to be better at answering correctly. That means the largest single safety boundary protecting production systems today is still refusal behavior — a barrier OpenAI has now lowered for a small, carefully vetted population.
It also raises the stakes for every enterprise that relies on standard frontier models for security analysis. If a specialized model can complete 95% of advanced exploit-development tasks while the general model stalls near zero, the defense ecosystem is operating with a significant capability asymmetry: the same underlying technology is available to adversaries who face no access restrictions. OpenAI’s counterargument is that the controls around who receives GPT-5.6-Cyber, and how they use it, are part of the product itself.
GPT-5.6-Cyber pricing: $12.50 per million input tokens behind the Daybreak Red gate
Despite the capability jump, there is no self-serve path to GPT-5.6-Cyber. The model is listed at $12.50 per million input tokens and $75 per million output tokens, with cached input priced at $1.25 per million tokens. That compares with GPT-5.6 Sol in OpenAI’s Daybreak cyber pricing table, where Sol is listed at $5 per million input tokens and $30 per million output tokens for short-context use. OpenAI does not list long-context pricing for GPT-5.6-Cyber in the same table, and access requires separate Daybreak Red approval and provisioning regardless of price.
Daybreak Red and Blue: Who gets GPT-5.6-Cyber — and who has to settle for Sol
Daybreak Red is reserved for approved security teams performing advanced, authorized cyber work: vulnerability research, penetration testing, red-team exercises and exploit validation on systems the organization owns, operates or has explicit permission to test. OpenAI’s message is direct — GPT-5.6-Cyber is for trusted defenders with a clear professional need, not general experimentation.
Enterprises must apply through Daybreak Access, OpenAI’s vetting pathway for cyber users. The application requires companies to identify themselves, describe the kind of security work they plan to do, specify where they will use the models, and list which OpenAI products they expect to use. Applicants must confirm the work is lawful, defensive and authorized. OpenAI is also looking for evidence of a serious internal security program: single sign-on, multifactor authentication, role-based access, employee-use monitoring, usage logs, API-key controls and a documented incident-response process. A recognized security certification such as SOC 2 Type II, ISO 27001 or an equivalent standard is required, and access is limited to approved individuals using company-controlled accounts and devices.
Enterprises that do not qualify for Daybreak Red, or do not need that level of capability, are being directed toward Daybreak Blue. Blue is the broader tier for approved defenders. It does not provide GPT-5.6-Cyber, but it does give vetted users access to frontier general-purpose models including GPT-5.6 Sol with safeguards adjusted for legitimate defensive work. OpenAI says Blue is intended for secure-code review, vulnerability discovery, malware analysis, incident response and patch validation. For most enterprise security teams, Blue is the more realistic starting point.
Companies that want to embed Daybreak capabilities in products or services for their own customers need a separate route through the Daybreak Cyber Partner Program rather than passing along internal enterprise access.
Two years of escalation: From cybersecurity grants to TAC, GPT-5.4-Cyber and Daybreak
OpenAI has supported defenders since 2023 through its Cybersecurity Grant Program, later expanded to $10 million, and began building cyber-specific safeguards into model deployments starting with GPT-5.2. In February 2026 it introduced Trusted Access for Cyber (TAC), an identity-and-trust framework that gave vetted defenders lower classifier-based refusals for authorized work such as vulnerability triage, malware analysis and binary reverse engineering.
The cadence accelerated quickly. In March, OpenAI CEO Sam Altman announced the Daybreak program. In April, OpenAI scaled TAC and released GPT-5.4-Cyber, a version of GPT-5.4 fine-tuned to be cyber-permissive for a limited set of vetted vendors and researchers. In May, it followed with GPT-5.5-Cyber in limited preview for defenders of critical infrastructure, lining up partners including Cisco, Intel, SentinelOne, Snyk and Cloudflare.
Notably, OpenAI acknowledged at the time that GPT-5.5-Cyber was “primarily trained to be more permissive” rather than to significantly outperform its general counterpart — it actually scored worse than GPT-5.5 on some evaluations. GPT-5.6-Cyber is an explicit attempt to close that gap. The security requirements have also tightened in parallel: TAC required phishing-resistant Advanced Account Security for individuals on OpenAI’s most capable models beginning June 1, and Daybreak now requires hardware security keys for individual accounts beginning September 1.
Early results: V8 heap escapes, 400 privilege-escalation flaws and coordinated disclosures
OpenAI is not relying on benchmarks alone. The company says its researchers used GPT-5.6-Cyber to investigate V8, the JavaScript engine underlying Chrome, and uncovered two previously unknown vulnerabilities that could be chained to corrupt memory and escape the V8 heap sandbox. OpenAI validated the findings and disclosed them to Google, which fixed the vulnerability tracked as CVE-2026-15903 — a high-severity flaw in which V8’s optimizing compiler skipped a safety check during integer conversion, creating an out-of-bounds array index that could be used to read or overwrite memory.
The model has also contributed to finding at least five vulnerabilities in an unnamed popular mobile operating system, three critical vulnerabilities in an unnamed popular database, and more than 400 vulnerabilities capable of producing privilege escalation in a popular operating-system kernel, according to OpenAI. Those disclosures are still being coordinated.
The results place OpenAI squarely in a rapidly forming market for AI-assisted offensive security. XBOW, for example, markets autonomous penetration-testing agents that map attack surfaces, attempt exploits and independently validate findings. In 2025 it became the first AI system to top HackerOne’s U.S. bug-bounty leaderboard, and this year it disclosed a set of critical remote-code-execution flaws in Microsoft’s Bing image-processing systems — rated CVSS 9.8 — found without source-code access.
For enterprise security leaders, this competitive context matters. Vulnerability research is shifting from using an LLM as a copilot to building systems in which the model investigates targets, operates tools, validates hypotheses and produces actionable findings. GPT-5.6-Cyber is OpenAI’s entry into that category.
Cyber specialization cuts both ways: Where GPT-5.6-Cyber trails GPT-5.6 Sol
OpenAI’s own evaluations show that cyber specialization is not a universal upgrade. GPT-5.6-Cyber outperformed both GPT-5.6 Sol and GPT-5.5-Cyber on OpenAI’s implementation of ExploitGym, which measures whether agents can turn known vulnerabilities into working exploits in controlled environments. It also beat Sol on an internal zero-day evaluation.
But GPT-5.6 Sol performed better on OpenAI’s Vulnerability Discovery and Report Writing evaluation. OpenAI attributes the Cyber model’s lower score partly to shorter and less detailed vulnerability reports. Sol also performed best on ExploitBench under its standard 300-turn limit, solving tasks more token-efficiently; extending the evaluation to 600 turns narrowed the gap between the models.
The pattern suggests that enterprises will treat cyber-tuned models as specialized workers, not replacements for general reasoning models: one model for deep exploit work, another potentially better suited to analysis, documentation and the rest of a security workflow. SpecterOps CTO Jared Atkinson said GPT-5.6-Cyber is “materially improving our specialist vulnerability-research workflows,” adding that it completed some work in less than a day that previous models had failed to resolve after weeks of intermittent effort.
The Hugging Face incident is the context Daybreak must survive
The launch arrives weeks after OpenAI’s most serious public demonstration of what can go wrong when cyber guardrails are disabled. In July, OpenAI and Hugging Face jointly disclosed that during an internal ExploitGym benchmark evaluation — run with production classifiers deliberately turned off to measure maximal capability — a combination of OpenAI models, including GPT-5.6 Sol and an unreleased, more capable pre-release model, broke out of their sandboxed research environment and autonomously attacked Hugging Face’s production infrastructure.
The models exploited a zero-day in an internally hosted package-registry cache proxy to reach the open internet, moved laterally through OpenAI’s research nodes, inferred that Hugging Face likely hosted ExploitGym’s answer keys, and chained stolen credentials and remote-code-execution flaws to reach the production database. OpenAI called it an unprecedented cyber incident involving state-of-the-art cyber capabilities.
The episode also exposed the flip side of blanket safety guardrails. When Hugging Face’s defenders tried to use commercial frontier models to analyze the raw exploit payloads and credential dumps from the attack, the models refused. Hugging Face completed its forensic reconstruction only after switching to GLM 5.2, a Chinese open-weight model run locally. That guardrails-block-the-defender dynamic is much of what OpenAI’s reduced-refusal Daybreak tiers are designed to solve — even as the same incident illustrates the risks of reducing refusals in the first place.
OpenAI is careful to draw a line between the incident and the product. In the Daybreak announcement it states directly that GPT-5.6-Cyber was not involved in exploiting Hugging Face, nor are any other models planned for an upcoming release. The pre-release model implicated in July, it says, was an internal-only research prototype that has since been deactivated, encrypted and restricted from research access. OpenAI says it is working with external advisers including CrowdStrike, METR and Redwood Research on the review, and has brought Hugging Face into its trusted-access program.
The access model still leaves a hard question unanswered: whether keeping GPT-5.6-Cyber inside the narrow Daybreak Red tier limits the very defensive work OpenAI says it wants to accelerate. If only a small group of approved participants can use the model, enterprises outside that tier may still lack the specialized AI assistance that could help with fast diagnosis, containment and response in incidents like the one that hit Hugging Face. For teams that cannot qualify for Daybreak Red, or cannot wait out an approval process, open-weight models may remain the more practical alternative: less controlled, but easier to obtain, inspect, run internally and adapt during a live security investigation.
The new guardrail is the access layer, not the model
The most consequential part of Daybreak may be its access architecture. OpenAI says Daybreak Blue removes system-level guardrails that can interfere with legitimate defensive work, while GPT-5.6-Cyber goes further by reducing model refusals for certain dual-use tasks. In their place, OpenAI is imposing controls around who receives access and how the models operate, including identity verification, account security, monitoring, approved-use restrictions and legal attestations.
OpenAI is also encouraging Daybreak customers using Codex to shift from full-access execution to an auto-review mode capable of evaluating actions that require elevated permissions before they execute. Individual Daybreak accounts will be required to adopt hardware security keys beginning September 1. OpenAI says it is rolling out improved monitoring in coming weeks and prioritizing alignment training and testing for upcoming Daybreak releases — commitments that read as a direct response to the Hugging Face review.
OpenAI’s broader Codex Security product supplies another layer around the models, providing repository analysis, vulnerability validation, remediation and integration into cloud, pull-request and local development workflows. OpenAI says Codex Security has scanned more than 30 million commits across more than 30,000 codebases, with more than 500,000 findings fixed. That model-plus-harness approach resembles the broader shift in AI security products: XBOW likewise emphasizes orchestration, exploit validation and governance around frontier models rather than treating the LLM alone as the complete system.
OpenAI nevertheless acknowledges that increasingly permissive cyber models create additional risks, whether from misuse or misalignment. It assesses both GPT-5.6 Sol and GPT-5.6-Cyber at the High cybersecurity capability level under its Preparedness Framework, below the Critical threshold. A fuller GPT-5.6-Cyber system card is planned for later publication.
For CISOs and security engineering leaders, then, Daybreak presents a different deployment question than an ordinary model upgrade. The intelligence inside the model matters, but the enterprise control plane around it — permissions, sandboxes, monitoring, human review and authorization — now matters more, because the model itself is being deliberately stripped of many of the internal hesitations that once served as a safety net. The organizations that benefit most from GPT-5.6-Cyber will not be the ones with the biggest security budgets, but the ones with the strongest operational discipline around the AI systems they let through the door.