AI Found 3,900 Critical Open Source Bugs. IBM Is Paying $5B to Fix Them

hochmartinez1 pts0 comments

IBM Just Committed $5 Billion to Fix Open Source Security. The Linux Community Has Complicated Feelings About It.

Skip to content

Search

Search

Search …

Search

Search

Search …

Search

Search …

Menu

There is a number buried in IBM’s Project Lightwell announcement that deserves more attention than it is getting right now. Anthropic’s Mythos Preview AI model scanned open source software and identified nearly 3,900 high or critical-severity vulnerabilities. That is not the result of years of slow auditing. That is what one frontier AI model found in a preview run. And the model is only getting better.

That is the world IBM and Red Hat are building for. On May 28, 2026, the two companies announced a $5 billion commitment to Project Lightwell: a security clearinghouse for enterprise open source software, backed by 20,000 engineers and AI tooling designed to find and fix vulnerabilities before attackers can weaponize them. Banks are already signed up. The Linux community is watching very carefully.

The Problem Is Real and the Numbers Are Getting Ugly

More than 40,000 CVEs were published in 2024. IBM projects that number could climb to 59,000 by 2026. That acceleration is not happening because software is getting sloppier. It is happening because AI-driven vulnerability discovery is scaling in ways human security teams cannot match.

More than 90% of Fortune 500 companies run on open source software. Every one of those CVEs is a potential path into production systems at a bank, a hospital, a power grid. The software powering those environments is maintained, in many cases, by volunteers, hobbyists, and small teams operating without the budget or bandwidth to process hundreds of vulnerability reports a month while also shipping features and handling support.

The remediation gap, the distance between discovering a vulnerability and actually patching it across every affected production environment, is growing faster than any individual organization can close it on its own. That is the gap Project Lightwell is trying to fill.

What Project Lightwell Actually Does

Strip out the press release language and there are three concrete things happening here.

A Coordinated Security Clearinghouse

Enterprises can report sensitive vulnerabilities to IBM and Red Hat before public disclosure through a secure intermediary framework. IBM validates the issue and develops a fix without requiring access to the enterprise’s own application source code. The fix gets delivered to repositories the customer controls.

Then it goes upstream. The open source project gets the patch. That is the part that matters most for the broader ecosystem, and IBM has been explicit about it: the clearinghouse model is designed to strengthen upstream communities, not bypass them.

Backporting to What You Already Run

This is the piece most enterprise teams will actually care about. Project Lightwell does not tell organizations to upgrade their dependencies to get a security fix. It backports the fix to the exact versions they are already running in production.

If a company’s application is pinned to a specific Java library version from 2022, IBM patches that version. No forced upgrade. No compatibility risk. IBM works from dependency manifests like pom.xml and delivers signed, validated packages to repositories the customer controls. The initial focus is Maven and Java, with PyPI, npm, and Go on the roadmap.

AI-Assisted Engineering at Scale

IBM is deploying 20,000 engineers from Red Hat and IBM alongside advanced AI tooling. The AI handles high-volume vulnerability triage, prioritization, and initial patch development. The engineers review, shape, and ship what actually lands in upstream projects and customer environments.

IBM already uses more than 62,000 open source packages and maintains deep expertise across more than 10,000 of them. The reach covers Linux, Kubernetes, Java, Kafka, Ansible, Terraform, Flink, Cassandra, and more. Lightwell extends that model to the broader application dependency tree beyond Red Hat’s traditional product footprint.

The Early Adopter List Is Not a Joke

IBM announced that Bank of America, BNY, Citi, Goldman Sachs, JPMorganChase, Mastercard, Morgan Stanley, Royal Bank of Canada, State Street, Visa, and Wells Fargo are already collaborating on Project Lightwell. These organizations are not signing up because the press release was compelling. They are signing up because an unpatched vulnerability in a widely-used Java library is a regulatory and reputational catastrophe waiting to happen, and they have the budgets to pay for a managed solution.

Their involvement in shaping the program from the start means the real-world edge cases around complex supply chains will get worked out early. That is a meaningful advantage over a program that launches and then discovers its limitations at scale.

The Linux Community’s Actual Concerns

The reaction on r/linux was not hostile, which is itself notable for an IBM...

source search open project lightwell security

Related Articles