The Identity Theft Resource Center dropped a number in mid-August that stopped a lot of security teams cold: 471.2 million victim notices tied to data breaches in just the first six months of 2026. That already beats the 297.5 million notices recorded across all of 2025, a 58% jump in half the time, and one incident, the Instructure Canvas breach disclosed in May 2026, accounts for an estimated 275 million of those notices on its own. Days later, a researcher known as Nightmare Eclipse published a working Microsoft Defender zero-day called ShieldBreak, and a supply-chain breach at a shipping vendor exposed personal data for nearly 14,000 Trezor hardware wallet customers. None of these events happened in isolation. Together they sketch a pattern security leaders have been warning about for two years: AI is now doing real work on the attacker’s side of the ledger, and the volume numbers are starting to show it.
This is a data breach 2026 story with three separate threads that keep crossing paths. The ITRC’s mid-year report ties record victim counts to a single mega-breach at Instructure Canvas, a broader surge in malicious insiders, and AI-scaled phishing. The ShieldBreak disclosure shows how fast a single researcher can turn a patched vulnerability into a fresh privilege-escalation exploit that bypasses the fix. And the Trezor breach is a reminder that even companies with hardened core security can get exposed through a vendor three steps removed from their own infrastructure. Here is what the numbers actually say, why AI keeps showing up as the multiplier, and what it means for the security budgets companies are setting for 2027.
Don't miss new tech stories on Google
Add Tech Insider once in the Google app and our stories appear in your news suggestions.
The ITRC H1 2026 Numbers: 471 Million Victims and Counting
The Identity Theft Resource Center’s H1 2026 Data Breach Report counted 1,803 data compromises in the first half of the year, producing an estimated 471.2 million victim notices. That is a striking ratio: roughly 261,000 notices per incident on average, though the real distribution is far more skewed, with a handful of mega-breaches driving most of the total, one incident alone (Instructure Canvas, covered in detail below) accounts for an estimated 275 million notices, or about 58% of the H1 total. Cyberattacks, not lost devices or internal errors, drove most of the damage: HIPAA Journal’s analysis of the same ITRC data found cyberattacks responsible for 69.7% of breaches and 92.3% of victim notices in H1 2026. The ITRC’s own framing is blunt. Malicious insiders are surging as a contributing cause, and the nonprofit’s analysts point to AI-enabled attack tooling as a factor pushing the scale of individual incidents higher, even though the total count of distinct compromises (1,803) has not exploded at the same rate as the victim total.
That gap matters. It means attackers are not just breaking into more places, they are extracting more from each place they get into. Coverage from CNBC frames this directly as AI cutting both ways: the same automation that helps defenders triage alerts faster also helps attackers scale reconnaissance, credential harvesting, and data exfiltration once they are inside a network. A compromise that once took a human operator days to fully exploit can now be automated in hours, which is one reason the per-incident victim count keeps climbing even as raw breach counts grow more slowly.
Instructure Canvas: The Single Breach Behind 58% of the H1 2026 Total
Strip away one incident and the H1 2026 picture changes considerably. The Instructure Canvas breach, disclosed in May 2026, accounts for an estimated 275 million victim notices on its own, roughly 58% of the entire H1 2026 total, according to ITRC figures cited in UpGuard’s July 2026 update. Canvas is the learning management system used by thousands of universities, school districts, and corporate training programs, which helps explain both the scale of the exposure and why education-sector records make up such an unusually large share of this year’s victim count.
That single incident is the clearest illustration of the pattern the ITRC’s broader report describes: a handful of mega-breaches, not a broad increase in the number of organizations getting hit, are driving most of the growth in victim notices. The count of distinct compromises, 1,803, is elevated but not dramatically so compared to prior years. It is the size of the largest individual incidents, Canvas chief among them, that has pushed the H1 2026 victim total past every full-year figure the ITRC has recorded before.
How AI Is Weaponizing Phishing and Social Engineering
Phishing has always been the cheapest way into a network, and AI has made it cheaper still. Security researchers tracking the 2026 threat landscape describe a maturing phishing-as-a-service economy where operators sell subscription access to AI-generated lures that auto-personalize based on scraped data: a target’s job title, recent LinkedIn activity, even internal project names pulled from a prior breach. The barrier to running a convincing spear-phishing campaign against a mid-size company has dropped from “skilled operator with fluent English” to “anyone with a credit card and a rented dashboard.”
Deepfake audio and video have moved from novelty to operational tooling in the same window. Fraud and ransomware crews are using voice cloning for help-desk impersonation, tricking support staff into resetting multi-factor authentication for an account that was never actually locked out. A cloned executive voice on a call requesting an urgent wire transfer is no longer a hypothetical, it is a documented category of loss that insurers now underwrite against by name. Combine that with AI-assisted translation, and a single phishing kit can localize its lure into a dozen languages in minutes, which is exactly the kind of multi-country reach seen in the Trezor incident below, where affected customers spanned seven countries at once.
On the technical side, attackers are also using large language models to speed up vulnerability triage: feeding crash logs, fuzzing output, and patch diffs into a model to identify which bugs are worth turning into a working exploit chain. That does not replace the deep Windows-internals expertise required for something like ShieldBreak, but it shortens the distance between “interesting crash” and “reliable SYSTEM-level exploit,” which is the exact pipeline researchers describe for 2026’s wave of privilege-escalation disclosures.
ShieldBreak: The Defender Zero-Day That Landed After Patch Tuesday
Four days after Microsoft’s August 2026 Patch Tuesday, the same researcher behind several prior Windows zero-days, going by Nightmare Eclipse (also tracked under the aliases Chaotic Eclipse, INFINITE NIGHTMARE, and MSNightmare), published a working proof-of-concept for a new Microsoft Defender flaw called ShieldBreak. According to SecurityWeek, the bug is tracked as CVE-2026-69414, carries a CVSS score of 7.8, and is rated “Exploitation More Likely” by Microsoft’s own severity model. It is the ninth zero-day this researcher has released against Windows components, a track record that has made every new disclosure from this handle a same-day priority for enterprise security teams.
What makes ShieldBreak sting is what it bypasses. It is a patch bypass for an earlier Defender vulnerability called RoguePlanet (CVE-2026-50656, also CVSS 7.8), meaning Microsoft’s original fix did not fully close the door. The Hacker News reports the exploit lets a low-privileged local attacker escalate to NT AUTHORITYSYSTEM, full control of the machine, on Windows 10, Windows 11, and Windows Server, including Server 2025. Technical write-ups describe a **100% success rate** against fully patched test systems at disclosure time, but later reporting as of June–August 2026 notes that the Defender zero‑day exploit is *reportedly not 100% reliable* on all fully patched systems and shows variability between machines. As of publication, no confirmed in-the-wild exploitation has landed in CISA’s Known Exploited Vulnerabilities catalog, but researchers note the typical gap between a public Defender privilege-escalation PoC and real-world weaponization runs from days to a few weeks, not months.
Inside the Exploit Chain
Security researcher Will Dormann’s technical breakdown, cited by multiple outlets covering the disclosure, lays out the chain in four stages: plant a harmless EICAR test file to trigger a Defender scan, use Object Manager symlinks to redirect that scan path into the System32 directory, exploit the Common Log File System (CLFS) to swap cloud-hydration data so Defender writes a malicious file into System32, and finally trigger the QueueReporting scheduled task, which runs wermgr.exe with elevated privileges and executes the attacker’s code as SYSTEM. It is a chain that requires real expertise in Windows internals to construct, but once built, it runs reliably and repeatably, which is exactly why it is treated as a near-term priority rather than an academic curiosity.
Until Microsoft ships an official fix, defenders are largely limited to detection and mitigation rather than a clean patch. Security teams are watching for the specific process chain Dormann described.
# Hunt for the ShieldBreak process chain in Windows event logs
Get-WinEvent -FilterHashtable @{LogName='Microsoft-Windows-Sysmon/Operational'; Id=1} |
Where-Object { $_.Message -match 'wermgr.exe' -and $_.Message -match 'phoneinfo.dll' } |
Select-Object TimeCreated, Message
# Confirm Defender platform and signature version on affected hosts
Get-MpComputerStatus | Select-Object AMProductVersion, AntivirusSignatureVersion, IsTamperProtected
Trezor’s Supply-Chain Breach: When Your Vendor’s Vendor Gets Hacked
The same week ShieldBreak went public, hardware crypto wallet maker Trezor disclosed that a breach at its shipping and fulfillment partner, ShipMonk, exposed data for roughly 13,689 buyers. Per SecurityWeek, 11,742 of those customers had full exposure: name, email, phone number, and shipping address. Another 1,947 had partial exposure limited to name, city, and email. Orders fulfilled between May 10 and August 8, 2026 were affected across seven countries, including the US, UK, Sweden, Colombia, Brazil, Italy, and Portugal, according to CoinDesk‘s reporting.
Trezor was quick to stress that its own systems, including the cryptographic infrastructure behind its wallets, were never touched. The breach lived entirely on ShipMonk’s side. That distinction matters for wallet security, but it does not make the exposure harmless. Names, addresses, and phone numbers tied to known crypto wallet ownership are exactly the data set that fuels targeted phishing and even physical extortion attempts against cryptocurrency holders. It is a textbook third-party risk case: a company can lock down its core product completely and still leak sensitive customer data through a logistics partner that most customers never think about.
2026 Breach and Vulnerability Snapshot
| Event | Disclosed | Scale / Severity | Root Cause |
|---|---|---|---|
| ITRC H1 2026 Data Breach Report | Mid-August 2026 | 471.2M victim notices, 1,803 compromises | Cyberattacks (92.3% of notices), malicious insider surge |
| Instructure Canvas breach | Disclosed May 2026 | ~275M victim notices (~58% of H1 total) | Single largest driver of the ITRC’s H1 2026 count |
| ShieldBreak (Microsoft Defender) | Aug 12-13, 2026 | CVE-2026-69414, CVSS 7.8 | Patch bypass of prior RoguePlanet flaw |
| Trezor / ShipMonk breach | Aug 13, 2026 | ~13,689 buyers, 7 countries | Third-party fulfillment vendor compromise |
| Microsoft August Patch Tuesday | Aug 11, 2026 | 398-421 CVEs, 42 critical, 1 exploited zero-day | WinSock elevation-of-privilege flaw (CVE-2026-68820) |
| Azure Service Bus RCE | Aug 11, 2026 | CVE-2026-50515, CVSS 9.9 | Remote code execution in cloud messaging service |
Historical Context: How the Breach Curve Bent Upward
Data breach reporting has trended up for years, but 2026’s trajectory is unusual. The ITRC’s full-year 2025 total of 297.5 million victim notices was itself a heavy year. Beating that number in six months, rather than gradually approaching it over twelve, signals a step change rather than a steady climb. Historically, breach volume has tracked with two things: the number of organizations storing large centralized data sets, and the sophistication of the tools available to attackers targeting them. What changed in 2026 is the second variable moving faster than the first. Organizations are not suddenly storing dramatically more data than they were in 2025. What changed is how efficiently attackers can find, exploit, and extract from the data that was already there, and how a single well-placed breach, like the Instructure Canvas incident behind 58% of this year’s total, can now move the aggregate number more than dozens of smaller incidents combined.
That lines up with earlier warning signs from 2025, when security vendors first started flagging AI-assisted phishing kits and automated vulnerability scanning as commercially available services on underground markets. What was a leading indicator in 2025 became a measurable driver of victim counts by mid-2026. It also matches the pattern seen across this year’s other major disclosures, from the Cl0p group’s exploitation of PTC Windchill to the Oracle PeopleSoft zero-day that hit more than 100 schools, both of which relied on automated scanning to identify vulnerable instances at scale rather than manual, one-target-at-a-time reconnaissance.
AI-Enabled Attack Techniques Reshaping the 2026 Threat Landscape
| Technique | How Attackers Use It | 2026 Example |
|---|---|---|
| AI-generated phishing | Personalized lures at scale, auto-translated by language and region | Multi-country PhaaS kits tied to the ITRC surge |
| Voice cloning / deepfakes | Help-desk impersonation for MFA resets, fake executive wire requests | Cited across 2026 fraud and ransomware reporting |
| Automated vulnerability scanning | Continuous internet-wide scans for unpatched, publicly disclosed flaws | Rapid exploitation window after ShieldBreak’s PoC release |
| AI-assisted exploit development | Speeds triage of crash logs and fuzzing output into working exploits | Rapid patch-bypass turnaround seen with RoguePlanet to ShieldBreak |
| Insider-assisted access | AI tools used to identify and package high-value data quickly once inside | Malicious insider surge flagged in ITRC’s H1 2026 report |
Market Impact: Who Feels the Pressure and Who Benefits
Record breach volume is bad news for consumers and a mixed bag for the companies involved, but it tends to be good news for the security vendors selling detection and response tools. Every high-profile privilege-escalation zero-day against a widely deployed product, Defender included, tends to accelerate enterprise conversations about layering third-party endpoint detection and response on top of built-in operating system defenses rather than relying on Defender alone. That dynamic has already shaped competitive comparisons in the EDR market this year, where CrowdStrike, SentinelOne, and Microsoft Defender itself all claim strong detection rates in independent MITRE evaluations, but differentiate heavily on response speed and false-positive rates once a real intrusion starts moving.
For Microsoft specifically, ShieldBreak is an awkward story rather than a catastrophic one. Nightmare Eclipse has now published nine zero-days against Windows components, which has become its own recurring news cycle every few months. Large diversified vendors typically absorb this kind of reputational friction without major stock movement, but it does feed a broader enterprise narrative: built-in security is a baseline, not a ceiling, and budgets for 2027 are increasingly earmarked for layered defense rather than single-vendor reliance.
For companies like Trezor, the calculus is different. A third-party logistics breach does not touch the core product, but it does put pressure on vendor risk management. Expect more companies handling high-value physical products, hardware wallets, premium electronics, and similar goods, to start requiring stricter security assurances and audit rights from fulfillment and shipping partners, the same way financial services firms already do with payment processors.
Competitive Landscape: EDR and Identity Security Vendors Respond
The 2026 breach surge is reshaping vendor positioning across three categories. Endpoint detection and response vendors are leaning into AI-powered anomaly detection as a counter to AI-scaled attacks, arguing that only automated defense can keep pace with automated offense. Identity and access management vendors are pushing phishing-resistant authentication, passkeys and hardware security keys, as a direct answer to the AI-generated phishing and deepfake voice cloning driving credential theft. And managed detection and response providers are marketing faster mean-time-to-detect as their core differentiator, since the ITRC data suggests the real damage now happens in the hours after initial access, not just at the breach point itself.
None of these categories are new, but the framing has shifted. Where 2024 and 2025 pitched these tools as protecting against human-operated attacks, 2026 marketing increasingly positions them as necessary specifically because the attacker side has automated. That is a meaningful shift in how security budgets get justified to boards and CFOs, who respond differently to “attackers are getting smarter” than to “attackers now have AI-scaled tooling that outpaces manual defense.”
What Security Teams Should Do Now
For organizations trying to translate this news cycle into action, a few priorities stand out. First, treat any Nightmare Eclipse disclosure as a same-day triage item, even without an official patch, since this researcher’s exploits have a documented history of reliable, repeatable success against fully updated systems. Second, revisit third-party vendor risk assessments for any partner handling customer PII, shipping data included, since the Trezor case shows how far downstream a breach can originate. Third, prioritize phishing-resistant MFA over SMS or app-based codes, since AI-cloned voices and AI-personalized lures are specifically designed to defeat human judgment at the reset and verification step, not the login step itself.
Security teams should also budget time for detection engineering against known exploit chains like ShieldBreak’s, rather than waiting for an official signature update. The event log hunting query above is a starting point, not a complete solution, and should be tuned against each organization’s own baseline before being trusted for alerting.
Predictions: Where This Trend Goes Next
- Full-year 2026 victim notices will likely clear 800 million to 900 million if the current H1 pace holds, roughly triple 2025’s total, though a handful of mega-breaches in H2 could push that even higher.
- Expect a tenth Nightmare Eclipse Windows disclosure before the end of 2026. The researcher’s cadence has been roughly one significant zero-day every few months throughout the year.
- Phishing-resistant authentication adoption will accelerate faster in regulated industries (finance, healthcare, government) than in general enterprise, as compliance frameworks catch up to AI-driven social engineering risk.
- Third-party and supply-chain breach disclosures will keep climbing as more companies audit vendor relationships in the wake of incidents like Trezor’s ShipMonk exposure, surfacing breaches that would have gone unreported in prior years.
- AI-scaled attack tooling will become a standard line item in cyber insurance underwriting by early 2027, with insurers pricing policies differently based on an organization’s exposure to deepfake-enabled fraud and automated exploitation.
Why the ITRC Report Is Different From Past Breach Counts
It is worth being precise about what the ITRC’s 471.2 million figure actually measures: victim notices, not unique individuals. A single person notified by three different compromised organizations counts three times in that total, so the real number of distinct people affected is lower than the headline figure suggests. That said, the year-over-year comparison, 471.2 million in six months against 297.5 million for all of 2025, uses the same counting methodology in both periods, which makes the 58% jump a fair apples-to-apples comparison rather than a statistical artifact. The ITRC has tracked breaches this way since its founding, giving the mid-year figure real weight as a trend indicator even before the full 2026 numbers are in.
Related Coverage
- Microsoft Patches 421 CVEs, WinSock Zero-Day Hits [2026]
- CrowdStrike vs SentinelOne vs Defender: 100% MITRE [2026]
- Cl0p Hits PTC Windchill: CVSS 9.8 Flaw, 43 Victims [2026]
- Oracle PeopleSoft Flaw Hits 100+ Schools, CVSS 9.8 [2026]
- Tchap Breach Hits 73,467 French Government Accounts [2026]
- Wazuh vs Elastic vs Graylog: Free SIEM Saves 78% [2026]
Frequently Asked Questions
How many people were affected by data breaches in 2026 so far?
The Identity Theft Resource Center recorded 471.2 million victim notices from 1,803 data compromises in the first half of 2026 alone, already exceeding the 297.5 million notices for all of 2025. A single incident, the Instructure Canvas breach disclosed in May 2026, accounts for an estimated 275 million of those notices, or about 58% of the H1 total.
What was the single biggest driver of the H1 2026 breach total?
The Instructure Canvas breach, disclosed in May 2026, accounts for an estimated 275 million victim notices on its own, roughly 58% of the ITRC’s entire H1 2026 total of 471.2 million. Canvas is a widely used learning management system, which is why education-sector records make up such a large share of this year’s count.
How much of the H1 2026 breach total came from cyberattacks?
Cyberattacks accounted for 69.7% of breaches and 92.3% of victim notices in H1 2026, according to HIPAA Journal’s analysis of the ITRC data. The report also flagged a surge in malicious insiders as a contributing cause.
What is the ShieldBreak vulnerability?
ShieldBreak, tracked as CVE-2026-69414, is a Microsoft Defender privilege-escalation flaw disclosed by researcher Nightmare Eclipse in August 2026. It bypasses an earlier fix for a related bug called RoguePlanet and lets a local attacker gain SYSTEM-level control on Windows 10, 11, and Server systems.
Is ShieldBreak being exploited in the wild?
As of this report, no confirmed in-the-wild exploitation has been added to CISA’s Known Exploited Vulnerabilities catalog, but researchers warn the gap between a public proof-of-concept and active exploitation typically runs from days to a few weeks.
What happened in the Trezor data breach?
A breach at Trezor’s shipping and fulfillment partner, ShipMonk, exposed personal data for roughly 13,689 buyers across seven countries. Trezor’s core wallet infrastructure was not affected, but names, emails, phone numbers, and shipping addresses were compromised for a subset of customers.
How is AI actually being used in these attacks?
Security researchers point to AI-generated and auto-translated phishing lures, deepfake voice cloning used to impersonate executives or trick help-desk staff into resetting MFA, and AI-assisted vulnerability triage that speeds up turning a raw software bug into a working exploit chain.
Should I patch or mitigate ShieldBreak right now?
There is no official Microsoft patch for CVE-2026-69414 as of this report. Security teams should monitor Microsoft’s advisory for updates, enable enhanced logging around Defender scan and scheduled-task activity, and treat the disclosure as a same-day detection-engineering priority.
Does more automation mean fewer distinct breaches or more?
The ITRC data shows a relatively modest rise in distinct compromises (1,803 in H1 2026) compared to the sharp rise in victim notices, suggesting attackers are extracting more data per incident rather than simply breaking into more organizations. That points to automation increasing the scale of each successful attack rather than just the frequency of attempts.
Where can I check if my organization is on a known exploited vulnerabilities list?
CISA maintains a public Known Exploited Vulnerabilities catalog and issues weekly vulnerability summaries covering newly disclosed CVEs, including the Windows and Azure flaws patched in the August 2026 release.


