MPC-lab

Market Prices

Coin Price 24h
BTC Bitcoin
$64,439.8 +1.11%
ETH Ethereum
$1,874.23 +0.52%
SOL Solana
$74.19 +0.49%
BNB BNB Chain
$601.7 +1.78%
XRP XRP Ledger
$1.07 -0.23%
DOGE Dogecoin
$0.0702 -0.31%
ADA Cardano
$0.1927 -0.16%
AVAX Avalanche
$6.69 -1.69%
DOT Polkadot
$0.8587 +2.25%
LINK Chainlink
$8.18 -0.30%

Fear & Greed

27

Fear

Market Sentiment

Event Calendar

{{年份}}
30
04
upgrade Celestia Mainnet Upgrade

Improves data availability sampling efficiency

28
03
unlock Arbitrum Token Unlock

92 million ARB released

10
05
upgrade Ethereum Pectra Upgrade

Raises validator limit and account abstraction

18
03
unlock Sui Token Unlock

Team and early investor shares released

12
05
halving BCH Halving

Block reward halving event

22
03
unlock Optimism Unlock

Circulating supply increases by about 2%

15
04
halving Bitcoin Halving

Block reward reduced to 3.125 BTC

08
04
upgrade Solana Firedancer

Independent validator client goes live on mainnet

Altseason Index

43

Bitcoin Season

BTC Dominance Altseason

Gas Tracker

Ethereum 28 Gwei
BNB Chain 3 Gwei
Polygon 42 Gwei
Arbitrum 0.5 Gwei
Optimism 0.3 Gwei

Market Cap

All →
1
Bitcoin
BTC
$64,439.8
1
Ethereum
ETH
$1,874.23
1
Solana
SOL
$74.19
1
BNB Chain
BNB
$601.7
1
XRP Ledger
XRP
$1.07
1
Dogecoin
DOGE
$0.0702
1
Cardano
ADA
$0.1927
1
Avalanche
AVAX
$6.69
1
Polkadot
DOT
$0.8587
1
Chainlink
LINK
$8.18

🐋 Whale Tracker

🟢
0x4cae...de9d
12m ago
In
2,837 ETH
🟢
0x5982...70d4
12h ago
In
1,363,568 USDC
🔵
0xf866...efd1
1d ago
Stake
15,592 BNB

💡 Smart Money

0x109c...c789
Institutional Custody
+$3.4M
75%
0x7c72...615b
Top DeFi Miner
+$0.9M
92%
0x57dc...1778
Experienced On-chain Trader
+$1.1M
72%

🧮 Tools

All →
Analysis

The Industrialization of Vulnerability Discovery: What Anthropic’s CNA Designation Really Signals

PlanBtoshi

On July 28, 2026, the CVE Program’s CNA list added a name that does not ship a traditional operating system, a browser, or an industrial control system. Anthropic, a model developer, became the 282nd CNA in the United States and, by all public records, the first pure-play AI laboratory to hold the authority to allocate CVE identifiers. Before you file this under “certification noise,” reconsider. Project Glasswing, the internal program behind this designation, has already identified more than 23,000 vulnerabilities in foundational software—including a FreeBSD NFS remote code execution flaw that survived for 17 years, an OpenBSD kernel crash that lasted 27 years, and a 16-year-old FFmpeg bug. Vulnerability discovery has left the artisan era. It is now an assembly line.

Most coverage of this event focuses on what the CNA designation means for Anthropic’s brand. That is the wrong frame. The correct frame is structural: AI-driven vulnerability discovery has reached a volume that the human-centered patch and disclosure system was never designed to absorb. The CNA designation is not a trophy. It is an admission that the bottleneck in cybersecurity has moved from finding bugs to deciding what to do with them.

Context: The Institutional Plumbing

To understand why this matters, you need to understand the plumbing. A CNA, or CVE Numbering Authority, is an organization authorized by the CVE Program to assign CVE identifiers to vulnerabilities within a defined scope. Historically, these authorities have been the entities most directly responsible for the affected software: Mozilla, the FreeBSD project, OpenSSL, Microsoft, Oracle. The system assumes that the people who find a bug and the people who own the code are usually the same actor, or at least are in direct communication.

Anthropic breaks that assumption. It is not a major software vendor. It is not an open-source maintainer. It is a model developer whose internal security project has industrial capacity to discover vulnerabilities at machine scale. Anthropic’s designation allows it to issue CVE IDs for its own software, services, and open-source projects, but the strategic value is much larger: the company now sits inside the formal disclosure machinery. That position gives it procedural influence—a voice in how vulnerabilities are timed, tracked, and disclosed across the ecosystem.

The timing is not accidental. The National Vulnerability Database saw a 263 percent increase in CVE submissions between 2020 and 2025. By the end of 2026, the total number of published CVEs is expected to exceed 60,000. The entire vulnerability management stack was built for a world where human researchers found a few thousand issues per year, not a world where a single AI program can produce more than 23,000 candidate findings in under six months.

Let me pause here and speak from experience. During the 2017 ICO cycle, I built stochastic cash-flow models to stress-test token projects. Two of those projects collapsed before I finished the model; one was later indicted. The lesson I took from that era is the same lesson I now apply to security pipelines: a system that produces obligations faster than it can service them is not creating value—it is creating hidden leverage. The leverage eventually matures, and someone on the other side cannot pay.

Project Glasswing is doing exactly this to the software ecosystem, except the obligations are vulnerabilities and the service capacity is human patch capacity.

Core: The Production Function of Vulnerability Discovery

The public details of Project Glasswing are thin. Anthropic has not published the model, its training data, or its evaluation methodology. What we do know is that the program runs a proprietary Claude-derived model that has moved beyond static pattern matching. To find a 17-year-old FreeBSD NFS RCE bug, the model must be able to reason through decades of code evolution, understand network protocols, and evaluate potential exploitation state. This is not grep. This is a semantic understanding engine.

The report of 5 million automated test runs is the tell. A pure language model making static predictions would not need dynamic validation at that scale. Project Glasswing is therefore best understood as a hybrid system: the model proposes suspicious code paths, and a dynamic execution layer—fuzzing, symbolic execution, or something similar—confirms whether those paths are reachable and exploitable. That is a materially harder system to build than a text classifier. It is also a materially easier system to scale than a team of human security researchers.

The data flywheel is the real asset. Every confirmed vulnerability becomes a training signal. Every patch becomes a negative example of what the model should have caught earlier. Every exploitation attempt, even a failed one, refines the model’s understanding of what makes code vulnerable. Anthropic may not have invented a fundamentally new technique, but it has built a closed-loop system that improves every time a bug is disclosed.

Now consider the numbers. More than 23,000 findings. Only 126 CVEs published. A six percent fix rate. These three numbers, read together, tell a structural story.

The first number is discovery supply. 23,000 is beyond what any human team can triage manually. If each finding required ten minutes of analyst review, that is 3,800 hours of human effort before a single patch is written. In practice, the triage cost is higher because validation requires reproducing the bug, assessing reachability, and determining severity.

The second number is disclosure demand. 126 CVEs means fewer than one percent of findings made it into the formal disclosure system. There is nothing wrong with that in principle—many findings are duplicates, false positives, or low-severity issues. But the gap between 23,000 and 126 is large enough to signal a rigorous screening pipeline, and also large enough to signal a secondary problem: a shadow inventory of unpublished, but not necessarily harmless, vulnerabilities.

The third number is remediation capacity. A six percent fix rate applied to known, published CVEs is not a bottleneck. It is a blockage. The CVE program can issue identifiers faster than maintainers can patch, faster than companies can deploy, faster than security teams can prioritize.

Let me make the balance sheet analogy explicit. Liquidity is the pulse; policy is the brain. In financial markets, policy sets the regulatory frame, and liquidity determines whether a system can absorb a shock. The vulnerability ecosystem now has a policy brain that says “disclose promptly” and a liquidity channel that cannot clear the volume. The result is a systemic failure risk that no CNA designation can solve by itself.

Think of a newly discovered vulnerability as a liability with a maturity date. Before 2018, the median time between disclosure and weaponization was 771 days. That long window gave maintainers time to patch, users time to update, and security teams time to inventory their exposure. Today, the median window is measured in single-digit hours. More than 28 percent of CVEs are weaponized within 24 hours of disclosure.

The maturity curve has inverted. The liability matures almost immediately, but the patch to service that liability still takes days or weeks to produce and deploy. This is not a fuzzing problem. It is not a model quality problem. It is a delivery problem. The supply of vulnerabilities has been industrialized, but the demand side—the patch manufacturing process—remains artisanal.

What does this mean for the broader software supply chain? Open-source maintainers are the first casualty. They are not paid to process twenty thousand vulnerability reports. They are paid to maintain features, fix bugs that affect users, and keep the community moving forward. A single AI-enabled disclosure flood can generate more work in a week than a maintainer would normally see in a decade. Some will burn out. Some will abandon projects. Others will be replaced by commercial entities that can absorb the workload but also impose commercial terms. The open-source commons is not set up to handle industrial-scale inbound vulnerability reports.

The CVE system itself will come under strain. If one AI lab can produce 23,000 findings, five AI labs with similar capabilities can produce 100,000 findings. The submission, validation, and publication pipeline was designed for human discretion and human-scale review. Automated systems do not have the same sense of responsibility for the downstream cost of every disclosure. They also do not have the same ability to distinguish between “this is severe” and “this has been publicly exploited.” An automated finder can collapse the entire disclosure stack.

This brings us to the second-order effect that most coverage misses: the “known but unpatched” inventory is becoming an attack surface in its own right. Attackers do not need access to Anthropic’s model to benefit from its output. They can watch which CVEs receive attention, infer which code paths are being investigated, and run their own targeted searches on adjacent software. A six percent fix rate means there is a 94 percent chance that a published CVE remains exploitable. In a world of hours-long weaponization windows, that is not a theoretical risk. It is a standing offer.

A Forensic Look at the 23,000 Finding Claim

Let me apply the skeptic’s lens before we go further. The number 23,000 is impressive, but it is also suspiciously round. My own forensic audit experience—beginning with tracing wash trades in the NFT market in 2021—taught me that large aggregate numbers always deserve decomposition. What fraction of the 23,000 findings are truly novel? What fraction are duplicates of existing CVEs? What fraction are false positives that the dynamic execution layer has not yet eliminated?

Without Anthropic’s internal data, we cannot answer these questions. But the ratio of 23,000 findings to 126 CVEs suggests the validation pipeline is intentionally conservative. That is good. The same ratio could also mean that the pipeline is spending its capacity on low-hanging fruit—memory corruption bugs in legacy C code, for example—while leaving deeper architectural flaws untouched. Finding a 27-year-old crash in OpenBSD is meaningful, but it shows historical comprehension, not necessarily the ability to reason about modern Kubernetes deployments or multi-party computation systems.

The undisclosed proprietary model raises a separate concern. Anthropic says the model is not publicly available because adequate safeguards against misuse do not exist. That is an honorable position, but it has a side effect: the ecosystem cannot independently assess the model’s false-positive rate, its bias toward certain bug classes, or its potential for dual-use exploitation. We are being asked to trust the output without being able to inspect the machine.

That position has an analogue in finance. A fund that reports outstanding performance but refuses to show its positions is not necessarily lying, but it is not giving investors enough information to price risk. The value of those returns becomes a consensus assertion rather than a verifiable fact. Value is a consensus, not a fundamental truth. The same applies to 23,000 vulnerability findings: the market will assign them a value based on trust in the source, not based on independent verification.

The Contrarian Angle: Decoupling Discovery From Safety

The conventional narrative is straightforward: AI discovers more vulnerabilities, more vulnerabilities get fixed, and the software ecosystem becomes safer. Project Glasswing, we are told, is an example of AI doing good in the world. The conventional narrative is wrong, not because the discoveries are faked, but because it ignores the system capacity on the other side of the equation.

More discovery does not automatically mean more safety. If discovery outpaces fix capacity by an order of magnitude, the marginal new vulnerability is not a risk reduction. It is a risk increase. Each newly published CVE creates a window during which the attacker’s information is ahead of the defender’s patch. In an environment where 28.3 percent of CVEs are exploited within 24 hours, that information asymmetry is lethal.

The decoupling thesis, then, is this: vulnerability discovery has decoupled from vulnerability remediation, and the distance between those two curves is growing. The discovery curve is exponential. The remediation curve is linear at best. The gap between them is the new systemic risk.

Anthropic’s CNA designation does not close that gap. It sanctions a process in which one actor controls the inflow of vulnerability information while the broader downstream ecosystem absorbs the cost. This is similar to what central banks discovered during the 2018 liquidity crisis: open-market operations can stabilize a bank, but they cannot stabilize a system where every bank simultaneously needs liquidity. Disclosure, the currency of vulnerability markets, is becoming scarce in the wrong direction. Too much disclosure, too little absorption.

The dual-use problem compounds the issue. The same model that identifies a vulnerability can be steered to identify an exploit. Anthropic acknowledges this explicitly by withholding the model. But withholding the model does not withhold the knowledge. The model’s outputs—the 23,000 findings—are enough to give a sophisticated adversary a road map of weak code. Adversaries do not need the model weights. They need the vulnerability locations and enough code context to build an exploit. If any of those 23,000 findings make their way to the black market, the six percent fix rate starts to look like an attacker’s gift catalog.

The low observed rate of real-world exploitation—only one confirmed vulnerability in the wild per the report—should not reassure you. Historical exploitation is a lagging indicator. The first generation of AI-discovered vulnerabilities will take time to be absorbed by malicious tooling. The next generation will be discovered by attacker-controlled models that are not bound by Anthropic’s responsible disclosure policy. The one exploit we know about is a data point, not a ceiling.

Here, I draw on the Terra collapse in 2022. In my 2021 macro report, I flagged algorithmic stablecoins as structurally fragile because their supply would outrun their capacity to maintain the peg under stress. When UST’s balance sheet failed, the decentralized community called it an “attack,” but the underlying physics was simple: obligations grew faster than the collateral available to service them. The same physics now governs the CVE pipeline. The obligation is a published vulnerability. The collateral is the maintainers’ time. The peg is the patch release rate. When the maintenance debt exceeds the maintainers’ bandwidth, the system depegs.

Implication for the Security Industry

The security industry is about to shift from discovery to triage. There will be a robust market for vulnerability prioritization services—tools that tell you which of the 60,000 CVEs published this year actually matter for your specific infrastructure. EPSS-style scoring will move from nice-to-have to mandatory. The value will not be in finding one more zero-day. It will be in telling the difference between a zero-day that is exploitable by your threat model and a zero-day that is merely loud.

Automated patch generation is the other infrastructure opportunity. If AI cannot help maintainers write and validate patches at the same rate it discovers vulnerabilities, the entire ecosystem will drown. The first company to deliver trustworthy auto-generated patches will have a greater strategic advantage than any vulnerability finder. The CNA designation gives Anthropic a possible path to that market, but it is not yet there.

Open-source foundations need a buffer policy. They need to define submission quotas, response SLAs, and even a formal rule that permits maintainers to ignore AI-generated reports without proof of reproducibility. The alternative is swamping the most important projects with uncurated findings, which effectively forces maintainers to abandon the ecosystem. The open-source world began with a promise that LTS support lasts for years. Under AI vulnerability rain, it cannot keep that promise without triage infrastructure.

Allowing AI companies to become CNAs is a test of whether the disclosure system can remain neutral. Anthropic now decides which of its own findings become public and when. That is not criticism; it is a statement about structural power. Every future AI lab entering the vulnerability space will face the same temptation: use the disclosure timing as a commercial weapon. The CNA framework was designed under an assumption that the discloser and the vendor have aligned incentives. An AI model company’s incentives are not aligned with any single vendor’s codebase. They are aligned with its own research track record, its own brand, and its own model improvement loop.

That means the CNA designation itself needs reinterpretation. It is not a seals of approval for the industry. It is a governance experiment. The experiment asks whether we can separate the discovery engine from the remediation system without fracturing the public vulnerability infrastructure.

Competitive Landscape: The Race to AI Security

Among the major AI labs, Anthropic has now publicly signaled a meaningful lead in AI-driven vulnerability research. The first CNA designation matters. The long-horizon bugs matter. But the lead is not unassailable. OpenAI and Google DeepMind almost certainly have internal security research programs; they have simply not published comparable data. The reason Anthropic publishes may not be purely altruistic. Publishing the number 23,000 serves a strategic purpose: it anchors the perception that Anthropic is ahead. In a market where enterprise trusts are won by reputation, percentile claims are a form of marketing.

The proprietary model’s undisclosed nature also creates an entry barrier. Rivals cannot replicate what they cannot benchmark. They can develop their own capabilities, but they will have to do so without the benefit of seeing the winning architecture. This is analogous to a proprietary trading desk whose edge comes from a private signal: the signal is real, the output is public, but the process remains a secret. The competitive moat is a mix of technical advantage and information opacity.

Where does this leave ecosystem partners? For builders, the CVE submission bottleneck is the opening. If Anthropic’s model floods the CVE pipeline, the organizations that control the filtering layer gain outsized influence. A CNA that publishes only 126 of 23,000 findings is exercising immense discretion. The security industry will increasingly be defined by who gets to decide what is public. That is a political role as much as a technical one.

Regulatory and Ethical Constraints

The regulatory reaction will likely be fragmented. The United States will treat AI vulnerability discovery as a strategic asset. The European Union will treat it as a dual-use risk. Individual states will demand disclosure accountability. The question is not whether regulation comes, but whether it arrives before a catastrophic exploit.

There is a plausible regulatory path: license AI models that perform vulnerability discovery above a certain confidence threshold, require periodic audits of their training data, and mandate a formal coordination-disclosure window. That would create a compliance layer around the technology, but it would not solve the repair bottleneck. Licensing the finder does not patch the code.

Anthropic’s stated reason for withholding the model—the lack of adequate abuse-prevention safeguards—is honest and prudent. But it is not a permanent solution. The model’s methodology will leak through publications, through the behavior of downstream security products, and through the market for AI security talent. An attacker with enough resources can rebuild a similar model within a bounded time horizon. What cannot be rebuilt instantly is the data flywheel: the accumulated pair of vulnerability and patch examples that gives Anthropic its edge. The race will be won with data, not with architecture.

The deeper ethical issue is the obligation to share. If Project Glasswing knows of hundreds of exploitable vulnerabilities in free software that will not receive patches, the choice to withhold those findings from the CVE system is also a choice to leave governments, enterprises, and consumers uninformed. There is no action without harm. The only question is which kind of harm: notification without remediation, or remediation by silence.

Investment Implications: A Strategic Option, Not a Revenue Engine

From an investment perspective, Anthropic’s CNA designation and the Project Glasswing data are strategic assets. They add to the case that Anthropic deserves a premium valuation because it sits at the intersection of AI and national-security-relevant infrastructure. Government contracts, enterprise security budgets, and geopolitical buyers all value vulnerability discovery capacity. The phrase “found a 27-year-old bug in OpenBSD” is worth more to a sovereign wealth fund pitch than any number of benchmark score improvements.

But the asset is not monetized. Project Glasswing has no published pricing, no commercial product, no API. It is a costly research operation with positive externalities and unquantified internal returns. That makes it a call option, not a cash flow. In financial terms, the precise parallel is venture-stage infrastructure research: it strengthens the narrative, improves the balance sheet of reputation, and creates a proprietary data moat, but it does not create near-term revenue.

Investors should ask a different set of questions. What is the annual operating cost of five million automated test runs? What is the false-positive cost after you filter those runs into 23,000 findings and 126 CVEs? How many senior security analysts are required to convert the model’s raw output into coordination-ready reports? The unit economics of vulnerability discovery do not come from finding the bug. They come from turning that finding into a decision. That downstream cost is still labor-heavy and strongly human.

There is also reputational asymmetry. Anthropic’s public brand is built on responsible AI. A widely publicized vulnerability dump that overwhelms open-source maintainers could easily become a public-relations liability. The moral framing would shift from “Anthropic helps secure the ecosystem” to “Anthropic uses the ecosystem’s unpaid labor as a free QA department.” The CNA designation may reduce that risk by giving Anthropic formal disclosure control, but it does not eliminate it.

The Deeper Pattern: Security Debt as Liquidity Crisis

The patterns described here are not unique to security. In traditional finance, liquidity crises happen when assets cannot be sold quickly enough to meet current liabilities. In crypto markets, we saw this same structure during the collapse of leveraged yield positions. In the current ecosystem, the asset is the patched status of software. The liability is the known exploitable flaw. The speed of resolution is the patch cycle. When the resolution speed is slower than the disclosure speed, the market clears at a lower price: the price is higher systemic risk.

My recommendation to institutional readers is to think of AI vulnerability discovery not as a threat to security vendors, but as a deflationary force on their revenue model. If the cost of finding vulnerabilities falls to near zero, the ability to charge for the finding disappears. The value moves upstream to validation, prioritization, and remediation. Security vendors that cannot move upstream will see their margins compressed by AI-discovered vulnerability floods, because their customers will be drowning in alerts they cannot fix.

This is also a lens for evaluating the broader AI investment basket. The successful AI company in cybersecurity will not be the one with the smartest model. It will be the one with the highest-throughput patch pipeline. If no AI company can build that pipeline fast enough, the next bull market in security will be built around human-machine collaboration platforms that route notification, validation, and patch coordination. Those platforms are the new exchanges. The vulnerabilities are the new securities. The patch is the new settlement.

Takeaway: The Wrong Metric Is Being Industrialized

The question we should ask after Anthropic’s CNA designation is not “Can AI find more vulnerabilities?” It is “Can we afford to find more vulnerabilities before we can fix them?” The gap between discovery and remediation is where the next systemic failure will originate. Project Glasswing is a stunning technical achievement, but the six percent fix rate is the true summary statistic of the environment. Discovery is the easy part. Patch deployment is the proof. Automation that exposes flaws faster than the world can repair them is not merely neutral; it is inherently destabilizing.

The next generation of AI security infrastructure must solve the absorption problem. It must route vulnerabilities to the owners who can fix them, generate patches with confidence scores, validate fixes automatically, and finally reduce the time between disclosure and mitigation. Until that infrastructure exists, the promise that AI will make software safer remains false. The only defensible position is that AI makes software transparently fragile.

Value is a consensus, not a fundamental truth. The consensus today is that Anthropic’s 23,000 discoveries represent progress. I would rather wait for the data that shows a genuine reduction in the median time-to-patch. That is the fundamental truth that a maturing industry must eventually measure.

In the meantime, I will continue to model vulnerability flows the same way I modeled liquidity flows during the 2022 collapse: as a balance sheet in which every new disclosure is a new liability. The balance sheet, not the press release, will decide who survives.

Liquidity is the pulse; policy is the brain. Anthropic has just been given a seat at the brain. The pulse is already racing. The question is whether the system can reach the heart before the next fifteen-year-old bug becomes a four-hour exploit.