OpenAI Daybreak — GPT-5.5-Cyber and Codex Security Plugin for Vulnerability Patching

AI relevance: OpenAI deploys frontier AI models for automated vulnerability discovery and patch generation, shifting the bottleneck from finding bugs to fixing them at machine speed across critical infrastructure.

  • OpenAI expanded its Daybreak initiative on June 23, releasing GPT-5.5-Cyber — its strongest model yet for finding and patching software vulnerabilities — alongside an updated Codex Security plugin.
  • GPT-5.5-Cyber achieved 85.6% on CyberGym (which measures whether an agent can reproduce known vulnerabilities in software environments), compared with 81.8% for GPT-5.5.
  • The model can sustain deeper analysis across large codebases: identifying security-relevant components, tracing whether vulnerable code is reachable, validating likely issues in controlled environments, developing and testing patches, and preparing evidence for human review.
  • The Codex Security plugin implements automated defensive security workflows: developers can run deep scans, generate reports with severity and affected code locations, trace attack paths, build threat models, validate findings, and generate codebase-specific patches.
  • Since launching in research preview in March, Codex Security has scanned over 30 million commits across more than 30,000 codebases; human reviewers marked 70,000+ findings as fixed, and 500,000+ findings were automatically determined to be fixed.
  • OpenAI also launched Patch the Planet — an initiative founded with Trail of Bits in collaboration with HackerOne, Calif, researchers, and maintainers to help widely used open-source projects move from findings to fixes. Over 30 open-source projects have committed to participate, including cURL, Go, Python, Sigstore, and pyca/cryptography.
  • The Daybreak Cyber Partner Program enables security partners to scale these capabilities through their products and services with trusted access to frontier models.
  • OpenAI applied these models to discover and generate patches for critical vulnerabilities in major browsers, network infrastructure, and operating systems such as FreeBSD and the Linux kernel.
  • The bottleneck has shifted from finding vulnerabilities to patching them — defenders are now overwhelmed with the number of vulnerabilities found, and the value comes from validating, understanding impact, developing patches, coordinating disclosure, and deploying fixes.

Why it matters

This is the first time a frontier AI lab has deployed automated vulnerability discovery and patching at scale for defensive purposes. The shift from "finding bugs" to "fixing bugs at machine speed" represents a fundamental change in cybersecurity operations. When AI can navigate large codebases, trace attack paths, validate exploitability, and generate targeted patches — the defender's job becomes triage and deployment rather than manual analysis. This is critical infrastructure security at the pace attackers already operate.

What to do

  • Apply for OpenAI's Daybreak program if you are a trusted defender — access is limited but expanding through the Cyber Partner Program.
  • Integrate Codex Security into your development workflow: run deep scans on recent commits, triage existing findings from scanners and bug-bounty reports, and automate patch generation.
  • For open-source maintainers: participate in Patch the Planet to move from vulnerability reports to tested fixes with human oversight.
  • Export Codex Security findings to your existing vulnerability management system via SARIF files, CodeQL queries, or direct integration.
  • Monitor the Daybreak blog for model updates — GPT-5.5-Cyber is permissive for authorized cybersecurity work but retains general-purpose intelligence for complex tasks.

Sources: