Skip to main content
Open-Source SecurityInitiative Launch· 5 min read· in Technology

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 Elena Castillo

AI Security Vendors 35%Open-Source Maintainers 35%Security Researchers 30%
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.

Perspectives this story doesn't cover

  • Independent open-source maintainers who have rejected AI-generated code contributions.
  • Malicious actors leveraging similar frontier models for offensive vulnerability discovery.

At a glance

  • 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.
85.6%
GPT-5.5-Cyber CyberGym score
30+ million
Lines of Linux kernel code scanned
24
Linux local privilege escalation exploits found
19
Open-source projects actively supported
880,000
Websites potentially affected by HTTP/2 Bomb

Why it matters now

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.

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 initiative places human security researchers between the AI model and the open-source maintainers to filter out false positives.

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.

GPT-5.5-Cyber achieved the highest single-model score to date on OpenAI's internal CyberGym benchmark.

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.

In its initial sprint, the initiative uncovered high-severity vulnerabilities across major operating systems, browsers, and network infrastructure.

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.

The broader cybersecurity industry is rapidly shifting from automated vulnerability discovery to AI-assisted remediation.

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]

Terms to know

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.

Sources

Source coverage

3 outlets

3 viewpoints surfaced

AI Security Vendors 35%Open-Source Maintainers 35%Security Researchers 30%
  1. [1]TechCrunchOpen-Source Maintainers

    OpenAI launches new initiative to help find and patch open-source bugs

    Read on TechCrunch
  2. [2]WiredSecurity Researchers

    OpenAI Launches Full-Scale Effort to Patch Open-Source Bugs as It Takes on Anthropic’s Mythos

    Read on Wired
  3. [3]OpenAIAI Security Vendors

    Patch the Planet: a Daybreak initiative to support open source maintainers

    Read on OpenAI

Comments

Stay informed

Every angle. Every day.

Get Technology stories with full source coverage and perspective breakdowns delivered to your inbox.