groundy
security

Apple Names Claude in CVE Credit Line, Setting Vendor Attribution Precedent

Apple named Claude in a macOS Tahoe 26.5 CVE credit, the first major vendor to credit an LLM in a security advisory, forcing a decision on AI attribution across the industry.

7 min · · · 4 sources ↓

Apple’s May 11 security advisory for macOS Tahoe 26.5 credits an LLM by name in a production CVE. The credit line for CVE-2026-28952 reads “Calif.io in collaboration with Claude and Anthropic Research.” The vulnerability itself, an integer overflow in the kernel with a CVSS 3.1 score of 7.5, is a local denial-of-service bug. The credit line is the story.

What CVE-2026-28952 actually is

CVE-2026-28952 is a CWE-190 integer overflow addressed through improved input validation. The impact is narrow: a malicious app could cause unexpected system termination. CVSS 7.5 rates it High on paper, but the EPSS probability sits below 1% and it does not appear in CISA’s Known Exploited Vulnerabilities catalog. No remote code execution, no kernel memory corruption, no privilege escalation. The bug affects iOS and iPadOS before 18.7.9, macOS Sonoma before 14.8.7, macOS Sequoia before 15.7.7, and macOS Tahoe before 26.5. The CVE was reserved March 3, 2026 and published May 11.

This is not the most severe bug in the advisory. The broader macOS Tahoe 26.5 release includes sandbox escapes (CVE-2026-28995), memory corruption issues (CVE-2026-28956), and privacy bypasses (CVE-2026-28988), among other patches. Any of those would be a more dangerous vulnerability in isolation. None of them carry the attribution precedent that makes CVE-2026-28952 notable.

The credit line that matters

Apple’s advisory attributes the finding to “Calif.io in collaboration with Claude and Anthropic Research.” That is a specific, public, vendor-issued credit naming the model alongside the human operator. Calif.io is a security tool run by a human researcher; Claude was the instrument that identified the bug. The distinction matters. This is not Claude operating autonomously, scanning kernels and filing reports without human direction. A person pointed the tool at the code, directed the analysis, and submitted the finding. Claude did the pattern-matching work a human auditor would have done manually.

What makes the credit line significant is that Apple chose to include the model name at all. Vendor security advisories have historically credited researchers by name, handle, or company. The convention has no formal standard; Apple could have credited “Calif.io” alone and met every existing norm. Instead, the advisory treats the LLM as a co-contributor whose involvement is part of the public record.

Multiple AI-assisted findings in one advisory

CVE-2026-28952 is not the only AI-attributed finding in the macOS Tahoe 26.5 release. The same advisory credits Xint Code for CVE-2026-28972 and CVE-2026-28986. At least two distinct AI-assisted discovery systems credited in a single Apple security update.

That density is a data point worth tracking. If a single patch cycle from one vendor now includes findings from multiple AI-assisted tools, the rate at which these credits appear in advisories is about to increase sharply.

The bugflation landscape

Bugflation.com, which tracks AI-accelerated vulnerability discovery, documents 34 public entries across 149 CVE IDs, of which 31 are rated critical or high impact. The credited systems include Google Big Sleep with 10 CVEs, Microsoft MDASH with 16, AISLE with 23, and Claude/Anthropic Research with 40 CVE IDs across four entries.

Non-Mythos Claude credits alone span 4 entries and 40 CVE IDs, covering Firefox, FreeBSD, NGINX, wolfSSL, and Apache ActiveMQ. The AISI estimate that frontier model cyber capabilities are doubling every four months, if even directionally correct, means the Bugflation numbers will look quaint within a year. Project Glasswing, which gives roughly 40 major vendors early access to Mythos for code review, is already seeding findings that will surface in future advisories.

The attribution question

Apple’s decision to name Claude in the credit line forces a question every other vendor now faces: what is the attribution policy for AI-assisted findings?

Three options are visible in current practice. Name the model, as Apple did. Name only the human operator, which has been the default. Or credit neither and simply list the CVE. Each choice carries consequences.

Naming the model creates transparency about how the bug was found, which is useful for the ecosystem. It also creates a leaderboard. Anthropic, Google, Microsoft, and OpenAI now have a public metric they can point to, and vendors may face pressure to credit models fairly across competitors. That pressure runs both ways: a vendor that credits Google’s Big Sleep but omits Anthropic’s Claude from an identical workflow is making a visible choice.

Naming only the human operator preserves the existing convention but obscures the discovery mechanism. That opacity will become harder to sustain as AI-assisted findings dominate the intake queue. A vendor that credits 50 human researchers in a year, 40 of whom used LLMs as the primary discovery tool, is publishing a misleading attribution record.

Crediting neither avoids the problem entirely but forfeits the transparency benefit. It also makes triage economics harder to reason about externally, since the community cannot track how many findings per advisory came from AI-assisted workflows.

What this means for vendor security teams

The practical consequence is triage volume. If a single AI-assisted tool can produce 40 CVEs across five open-source projects, as Claude’s non-Mythos track record shows, the intake queue for any vendor with a public bug bounty is about to become unmanageable under current triage processes. Human reviewers who previously evaluated a handful of submissions per week will face a volume that requires its own automated triage layer.

Bug bounty budgets face a similar strain. If an AI-assisted researcher can systematically enumerate integer overflows, buffer overflows, and use-after-free conditions across a codebase, paying per-finding bounties at current rates becomes expensive fast. Some programs will likely move to structured pricing that differentiates between manually discovered and AI-assisted findings, though the detection problem (proving which category a submission falls into) is itself non-trivial.

Patch cadence is the third pressure. Apple’s macOS Tahoe 26.5 advisory includes multiple AI-assisted findings alongside its other patches. As discovery rates climb, the interval between “bug found” and “bug patched” will compress. Vendors that ship security updates on a monthly or quarterly cadence will accumulate a growing backlog of known but unpatched AI-discovered vulnerabilities. That backlog is itself a risk.

The CVE-2026-28952 credit line is a one-sentence addition to an Apple advisory. The precedent it sets will shape vendor attribution policy, bounty program terms, and triage infrastructure for as long as AI-assisted discovery continues to accelerate. By the look of the numbers, that is not a conditional statement.

Frequently Asked Questions

Were the most dangerous bugs in the same advisory also AI-discovered?

No. Root privilege escalation flaws (CVE-2026-28915, CVE-2026-28951), kernel memory read/write bugs (CVE-2026-28925, CVE-2026-43655, CVE-2026-43654), and a Gatekeeper bypass (CVE-2026-28954) were all credited to human researchers. The AI-assisted findings in this advisory landed in the DoS and sandbox-escape tier, while the categories that would allow real compromise (privilege escalation and kernel memory access) came from traditional methods.

How does OpenAI’s Aardvark compare to Claude in tracked CVE discoveries?

Bugflation tracks OpenAI’s Aardvark and Codex Security at 14 CVE IDs across 2 public entries. Claude/Anthropic Research holds 40 CVE IDs across 4 entries, and Claude Mythos Preview accounts for another 4 CVE IDs in 2 entries. Among the 13 named AI discovery systems Bugflation indexes, neither Aardvark nor Big Sleep (10 CVEs) approaches Claude’s total, though Microsoft’s AISLE at 23 CVEs is the closest single-system competitor.

Why does the advisory credit Calif.io plus Claude but leave Atuin’s model unnamed?

Atuin is described as an ‘Automated Vulnerability Discovery Engine’ and credited for CVE-2026-28978 (a sandbox escape), but its credit line does not identify which LLM powered the discovery. Calif.io’s credit names Claude because the submitter chose to disclose that collaboration. The inconsistency suggests Apple’s credit text reflects what each finder reports, not a uniform disclosure requirement. Other vendors following Apple’s precedent will need to decide whether to mandate model identification or leave it to submitter discretion.

What happens when multiple Glasswing vendors ship Mythos-sourced advisories in the same month?

Project Glasswing gives roughly 40 vendors early access to Mythos for code review. If those vendors credit the source, a single patch cycle could produce more AI-attributed CVEs than Bugflation’s entire current ledger of 149. The attribution-norm question resolves itself through sheer volume before any standards body can issue guidance. Vendors waiting for industry consensus will find the consensus already established by the advisory text their peers already published.

sources · 4 cited

  1. About the security content of macOS Tahoe 26.5 vendor accessed 2026-05-26
  2. CVE-2026-28952 - Vulnerability Details - OpenCVE community accessed 2026-05-26
  3. Bugflation - Tracking AI-Accelerated Vulnerability Discovery analysis accessed 2026-05-26
  4. Claude Mythos turns years of security research into 20-hour AI exploits - TechRadar Pro analysis accessed 2026-05-26