OpenAI and Trail of Bits Launch 'Patch the Planet' to Fix Open-Source Vulnerabilities
OpenAI has partnered with security firm Trail of Bits to launch an initiative pairing frontier AI models with human experts to discover and patch critical vulnerabilities in open-source software.
By Factlen Editorial Team
- AI Security Vendors
- Believe frontier models can scale vulnerability discovery and that AI is necessary to defend against AI-accelerated threats.
- Open-Source Maintainers
- Value the defensive help but emphasize that the human labor of reviewing and merging patches remains the true bottleneck.
- Security Researchers
- Contend that AI is a powerful force multiplier, but expert human validation is strictly necessary to filter noise and safely coordinate disclosures.
What's not represented
- · Independent open-source maintainers who have rejected AI-generated code contributions.
- · Malicious actors leveraging similar frontier models for offensive vulnerability discovery.
Why this matters
Open-source software forms the invisible foundation of the modern internet, from banking systems to hospital networks. By pairing AI's speed with human validation, this initiative aims to secure that critical infrastructure before malicious actors can exploit it.
Key points
- OpenAI and Trail of Bits launched 'Patch the Planet' to secure open-source software.
- The initiative pairs the GPT-5.5-Cyber model with expert human review to validate findings.
- Early results include patches for critical vulnerabilities in Linux, Chrome, Safari, and Firefox.
- The program aims to prevent open-source maintainers from being overwhelmed by AI-generated bug reports.
The cybersecurity industry is undergoing a structural shift as frontier artificial intelligence models demonstrate the ability to discover software vulnerabilities at an unprecedented scale. On June 22, 2026, OpenAI and security firm Trail of Bits launched "Patch the Planet," a joint initiative designed to identify and remediate critical flaws in widely used open-source software. The program pairs OpenAI's newly released GPT-5.5-Cyber model with expert human review, aiming to secure the shared infrastructure that underpins the modern internet.[1][2][3]
The core claim driving the initiative is that AI has fundamentally altered the vulnerability economy. Historically, discovering a software flaw was the primary bottleneck in cybersecurity. Today, large language models can ingest massive codebases, synthesize attack paths, and produce plausible exploits in seconds, shifting the scarcity from discovery to repair. OpenAI argues that without human intervention, AI-accelerated discovery will simply overwhelm open-source maintainers with an unmanageable volume of automated bug reports.[1][3]
To address this bottleneck, the initiative employs a strict human-in-the-loop mechanism. The GPT-5.5-Cyber model is deployed to scan millions of lines of code for potential vulnerabilities. Instead of sending these raw findings directly to open-source projects, a dedicated team of security engineers from Trail of Bits manually investigates the candidate vulnerabilities. These engineers validate the confirmed issues, develop and test the necessary patches, and coordinate responsible disclosure through the project's established channels.[2][3]

The scope of the initial rollout provides strong evidence of the program's ambition. More than 30 major open-source projects have committed to participate in the initiative, including foundational technologies such as cURL, Python, the Go project, Sigstore, and pyca/cryptography. Trail of Bits has reportedly dedicated its entire security research organization to the initial surge, with engineers actively working full-time across 19 of these projects to merge verified patches.[2][3]
Early field results demonstrate the model's efficacy at the operating system level. According to technical reports, GPT-5.5-Cyber scanned over 30 million lines of the Linux kernel's security-relevant components. This automated review generated proof-of-concepts for eight kernel pointer information leaks and 24 local privilege escalation vulnerabilities. In legacy systems, the model successfully identified a 23-year-old use-after-free vulnerability in OpenBSD's System V semaphore handling, which was confirmed to be exploitable for root access.
The initiative has also surfaced critical vulnerabilities in major web browsers. OpenAI researchers reported finding five exploitable vulnerabilities in Chrome's V8 JavaScript engine, three of which were remediated within days of their introduction. In roughly a week of focused analysis on Safari's WebKit, the team reported over ten exploitable flaws. Most notably, the model identified a Firefox WebAssembly vulnerability (CVE-2026-8390) that Mozilla patched just two days before the Pwn2Own Berlin hacking competition, prompting five registered contestants to withdraw.[3]
The initiative has also surfaced critical vulnerabilities in major web browsers.
Beyond operating systems and browsers, the program has targeted core network infrastructure. The security firm Calif, a partner in the initiative, utilized OpenAI's Codex to identify the "HTTP/2 Bomb," a denial-of-service technique affecting major web servers including NGINX, Apache, and IIS. Calif's analysis indicated that more than 880,000 internet-facing websites were running the affected software. Additionally, the model independently flagged vulnerable patterns corresponding to four dnsmasq CVEs before they were publicly fixed.[3]
To support these claims, OpenAI released benchmark data for the GPT-5.5-Cyber model. The specialized model achieved an 85.6% success rate on CyberGym, OpenAI's internal benchmark that measures an AI agent's ability to reproduce known software vulnerabilities in isolated testing environments. This represents a measurable improvement over the standard GPT-5.5 model, which scored 81.8%, and marks the highest single-model score recorded on the benchmark to date. The model also posted gains on ExploitGym and SEC-bench Pro.

Alongside the open-source initiative, OpenAI introduced tools aimed at enterprise developers. A new Codex Security plugin embeds vulnerability scanning directly into developer workflows, allowing software engineers to move from threat modeling to attack-path analysis and verified patch generation without leaving their primary interface. This integration is designed to move security work further "left" in the development lifecycle, catching flaws before they reach production.
Despite its capabilities, access to the full GPT-5.5-Cyber model remains heavily restricted. The model is available exclusively to vetted organizations through OpenAI's Trusted Access for Cyber program. This framework reduces automated safety refusals for approved defensive tasks—such as secure code review, malware analysis, and penetration testing—while strictly blocking malicious activities like credential theft, stealth operations, and malware deployment.

The "Patch the Planet" initiative is not an isolated phenomenon; it reflects a broader, industry-wide shift toward AI-assisted cybersecurity. Anthropic, a primary competitor, has expanded its parallel "Project Glasswing," utilizing the Claude Mythos model to uncover more than 10,000 high-severity vulnerabilities across systemically important software. Security analysts refer to this inflection point as the "Mythos moment," acknowledging that frontier models have permanently altered the pace of cyber defense.
The macro stakes of this technological shift are severe. The Five Eyes intelligence alliance recently issued a stark warning regarding the proliferation of AI in cybersecurity, stating that cyber risk can no longer be treated as a purely technical issue. The alliance emphasized that defending against AI-accelerated threats is now a core business responsibility, urging corporate leaders to deploy defensive AI deliberately rather than relying on static, legacy controls.
While the initial evidence of efficacy is strong, transparent uncertainty remains regarding the long-term viability of the initiative. Funding human engineers to manually validate AI findings and merge patches is a highly resource-intensive endeavor. Security analysts question whether OpenAI and Trail of Bits will maintain this expensive structural investment once the promotional launch window for GPT-5.5-Cyber closes, or if the burden will eventually shift back to the open-source maintainers.

Ultimately, the success of "Patch the Planet" will be measured not by benchmark scores or the volume of bugs discovered, but by the number of validated fixes that make it into production. By placing human experts between the raw output of frontier models and the volunteers who maintain the world's shared infrastructure, the initiative offers a pragmatic blueprint for navigating the next era of cybersecurity.[3]
How we got here
May 2026
OpenAI releases GPT-5.5-Cyber in a limited preview exclusively for vetted organizations under its Trusted Access for Cyber program.
June 2026
The initiative identifies a critical WebAssembly vulnerability in Firefox, which Mozilla patches just two days before the Pwn2Own hacking competition.
June 22, 2026
OpenAI publicly launches the 'Patch the Planet' initiative alongside the full release of the GPT-5.5-Cyber model and a new Codex Security plugin.
Viewpoints in depth
AI Security Vendors
Believe frontier models can scale vulnerability discovery and that AI is necessary to defend against AI-accelerated threats.
Companies developing frontier models argue that the speed of AI-driven attacks requires an equally fast AI-driven defense. By automating the discovery of complex vulnerabilities across massive codebases, they believe the industry can move from a reactive posture to automated remediation, fundamentally altering the economics of cyber defense.
Open-Source Maintainers
Value the defensive help but emphasize that the human labor of reviewing and merging patches remains the true bottleneck.
While maintainers acknowledge the power of AI to find bugs, they warn that automated discovery alone is a liability. Without human engineers to validate findings and write reliable patches, AI tools simply generate an unmanageable volume of noisy reports, exacerbating the burnout already prevalent among the volunteers who maintain the world's shared infrastructure.
Security Researchers
Contend that AI is a powerful force multiplier, but expert human validation is strictly necessary to filter noise and safely coordinate disclosures.
Professional auditors and researchers view AI as an essential tool that accelerates their workflow, rather than a replacement for human judgment. They emphasize that the true value of a vulnerability report lies in understanding its impact, developing a safe fix, and coordinating disclosure—tasks that currently require the nuance and context of an expert human engineer.
What we don't know
- Whether OpenAI and its partners will maintain the expensive human-in-the-loop engineering support once the promotional launch window for GPT-5.5-Cyber closes.
- How open-source maintainers will handle the long-term maintenance burden of AI-generated patches as the volume of submissions scales.
- The exact timeline for when broader access to GPT-5.5-Cyber will be granted outside of the Trusted Access for Cyber program.
Key terms
- Common Vulnerabilities and Exposures (CVE)
- A standardized, publicly disclosed list of cybersecurity vulnerabilities and exposures, used to track and patch software flaws.
- Privilege Escalation
- A type of cyberattack where an intruder exploits a bug to gain elevated access to resources that are normally protected from standard users.
- Use-After-Free
- A memory corruption flaw that occurs when a program continues to use a pointer after the memory it points to has been freed, often leading to code execution.
- Proof-of-Concept (PoC)
- In cybersecurity, a benign demonstration or script that proves a specific vulnerability can be successfully exploited in the real world.
- Fuzzing
- An automated software testing technique that involves providing invalid, unexpected, or random data as inputs to a computer program to uncover coding errors.
Frequently asked
What is the Patch the Planet initiative?
It is a joint program by OpenAI, Trail of Bits, HackerOne, and Calif that uses AI models and human experts to find and fix vulnerabilities in critical open-source software.
Why are human engineers required in the loop?
AI models can generate a high volume of false positives. Human engineers validate the findings and write reliable patches so that open-source maintainers are not overwhelmed by noisy automated reports.
Which open-source projects are participating?
More than 30 projects have committed, including the Linux kernel, Python, Go, cURL, Sigstore, and major web browsers like Chrome, Safari, and Firefox.
What is GPT-5.5-Cyber?
It is a specialized version of OpenAI's frontier model designed specifically for defensive cybersecurity tasks, achieving an 85.6% success rate on internal vulnerability benchmarks.
Sources
[1]TechCrunchOpen-Source Maintainers
OpenAI launches new initiative to help find and patch open-source bugs
Read on TechCrunch →[2]WiredSecurity Researchers
OpenAI Launches Full-Scale Effort to Patch Open-Source Bugs as It Takes on Anthropic’s Mythos
Read on Wired →[3]OpenAIAI Security Vendors
Patch the Planet: a Daybreak initiative to support open source maintainers
Read on OpenAI →
Every angle. Every day.
Get technology stories with full source coverage and perspective breakdowns delivered to your inbox.






