July 1 Week, 2026 Data Breach Analysis & MITRE ATT&CK Matrix
GLOBAL THREAT INTELLIGENCE BRIEF / 6 INCIDENTS · 1 ZERO-DAY · 300+ EXPLOITED HOSTS
July 1 Week, 2026 Data Breach Analysis & MITRE ATT&CK Matrix
// click any incident to jump to its technical breakdown
CVE-2026-35273, a CVSS 9.8 unauthenticated RCE in Oracle PeopleSoft's Environment Management Hub (PSEMHUB), was exploited as a zero-day by ShinyHunters (UNC6240) across an estimated 300 instances at 100+ organizations, including NAIC and Nissan.- KDDI, Japan's second-largest telecom, disclosed a shared email-platform breach affecting 12.23 million accounts and 7.61 million passwords across six ISPs — root-caused to an unpatched third-party vulnerability with no CVE assigned yet.
- Accenture confirmed a 35GB Azure DevOps credential and source-code theft, with the threat actor "888" demonstrating live access via a leaked
git clonescreenshot. - Every incident below is mapped to specific MITRE ATT&CK technique IDs, published IOCs, and concrete remediation steps you can action today.
Why this week matters for enterprise risk
Data breach analysis is only useful if it changes what a security team does on Monday morning. The June 26 – July 9, 2026 reporting window is a strong case study in three recurring root causes that account for the overwhelming majority of enterprise breaches: unauthenticated remote code execution in internet-facing enterprise software, credential and secrets sprawl in CI/CD platforms, and shared-infrastructure blast radius. If you run PeopleSoft, Azure DevOps, or any multi-tenant platform, the incidents below are not abstract — they are a checklist.
CVE-2026-35273 — Oracle PeopleSoft EMHub RCE Critical · CVSS 9.8
This is the single most consequential vulnerability of the reporting window, with a confirmed blast radius of 100+ organizations, attributed to ShinyHunters, tracked by Google Mandiant / GTIG as UNC6240.
Vulnerability profile
| Field | Detail |
|---|---|
| CVE ID | CVE-2026-35273 |
| Affected product | Oracle PeopleSoft Enterprise PeopleTools |
| Affected component | Environment Management Hub (PSEMHUB) |
| Affected versions | PeopleTools 8.61, 8.62, and unsupported earlier branches |
| CVSS v3.1 | 9.8 (Critical) |
| Vulnerability class | SSRF escalating to unauthenticated RCE on internet-exposed instances |
| Auth required | None — no credentials, no user interaction, low attack complexity |
| Discovery credit | Trend ZDI / Trend Research |
| Oracle advisory | June 10, 2026 (out-of-band Security Alert) |
Exploit chain analysis
This wasn't a single-shot exploit — researchers characterize it as a gadget chain: a sequence combining previously known and zero-day vulnerabilities that lets attackers operate within PeopleSoft's own application logic rather than through a direct database exploit, making malicious activity indistinguishable from legitimate application traffic. ShinyHunters is reported to have chained the SSRF/RCE primitive with a second privilege-escalation flaw in PeopleTools, together delivering initial access, elevated privileges, and a direct path into PeopleSoft HCM databases holding HR, payroll, and PII — a chain the group operated for 13 consecutive days.
Threat actor attribution & campaign timeline
- Actor: ShinyHunters, tracked by Google Mandiant / GTIG as UNC6240
- Zero-day window: May 27 – June 9, 2026, confirmed to predate Oracle's June 10 advisory
- Scale: Roughly 300 PeopleSoft instances across 100 organizations, by the threat actor's own claim
- Sector concentration: Higher education hit hardest; regulatory (NAIC) and automotive HR (Nissan) systems also confirmed impacted
- Leak-site correlation: GTIG confirms the activity directly correlates with data leaks published on the ShinyHunters Data Leak Site (DLS) on June 9, 2026
Post-exploitation TTPs
- C2 / persistence: MeshCentral remote-access agents deployed to maintain persistent access after initial RCE via PSEMHUB, customized to masquerade as legitimate cloud endpoints and used to run administrative command queries plus a custom lateral-movement/defacement script.
- Lateral movement: Common administrative and application credentials sprayed over SSH against other PeopleSoft hosts; the attacker read
psappsrv.cfg, the application server config file that stores credentials. - Hash capture: Outbound SMB traffic on TCP port 445 from PeopleSoft servers to external destinations may indicate machine-account NetNTLM hash capture via this chain.
Published indicators of compromise
142.11.200.186 – 142.11.200.190 108.174.202.99 176.120.22.24
Security teams should check PeopleSoft logs immediately for inbound connections from these ranges. Validate against your own environment before blocklisting in production.
MITRE ATT&CK mapping — CVE-2026-35273
| Tactic | Technique | ID |
|---|---|---|
| Initial Access | Exploit Public-Facing Application | T1190 |
| Execution | Command Execution via Web Shell | T1505.003 |
| Persistence | Server Software Component (rogue agent) | T1505 |
| Command & Control | Remote Access Software (MeshCentral) | T1219 |
| Credential Access | Credentials in Files (psappsrv.cfg) | T1552.001 |
| Credential Access | Brute Force (SSH credential spraying) | T1110 |
| Credential Access | Forced Authentication (SMB 445 NetNTLM) | T1187 |
| Lateral Movement | Remote Services — SSH | T1021.004 |
| Exfiltration | Exfiltration Over C2 Channel | T1041 |
| Impact | Defacement | T1491 |
Oracle shipped a formal patch as part of a record-sized July Critical Patch Update, superseding the June interim mitigations. If you are still running unpatched PeopleTools 8.61/8.62 with EMHub internet-exposed, treat this as an assume-breach scenario, not a theoretical risk.
KDDI shared email platform breach High
Root cause summary
Analysts have explicitly mapped the technical root cause to MITRE ATT&CK T1190 (Exploit Public-Facing Application), via a vulnerability in unnamed third-party software integrated into KDDI's shared email platform. As of the most recent public reporting, the software vendor was still developing a patch, and no CVE has been assigned — a gap that blocks automated vulnerability-scanner coverage for every other organization running the same underlying software. KDDI's July 6 update confirms the flaw was not recognized by the software vendor as of the June 17 discovery date, formally establishing zero-day status.
Incident timeline
- May 16, 2026Initial access via unpatched third-party software vulnerability
- Jun 17, 2026KDDI detects intrusion, blocks attacker, notifies Japan's PPC and MIC
- Jun 23, 2026First public disclosure: up to 14.22M accounts potentially affected
- Jul 06, 2026Formal regulatory report filed; scope confirmed
- Jul 07, 2026Final numbers: 12,233,087 email addresses, 7,616,173 passwords exposed
Dwell time: roughly one month between compromise and detection, followed by roughly three additional weeks before public disclosure while KDDI completed its regulatory filing — a data point worth benchmarking against your own detection-to-disclosure SLA.
Attribution gap
No security firm or government agency has publicly attributed the KDDI breach to a known threat actor — a notable contrast to faster attribution seen elsewhere in 2026 for groups like Salt Typhoon or ShinyHunters.
MITRE ATT&CK mapping — KDDI
| Tactic | Technique | ID |
|---|---|---|
| Initial Access | Exploit Public-Facing Application | T1190 |
| Collection | Data from Information Repositories | T1213 |
| Exfiltration | Exfiltration Over Web Service | T1567 |
| Impact | Account Access Removal (post-incident resets) | T1531 |
Shared infrastructure serving six independent ISP brands (STNet, JCom, Chubu Telecommunications, NIFTY, BIGLOBE, plus KDDI) meant one unpatched flaw produced simultaneous multi-brand exposure — the classic risk profile of consolidated, multi-tenant platforms lacking tenant-level blast-radius containment.
Accenture Azure DevOps credential & source code theft High
Confirmed facts
- Threat actor: Alias "888" — previously linked to an unverified 2024 claim against Accenture.
- Claimed exfiltration volume: Approximately 35GB from Azure DevOps repositories: source code, RSA keys, SSH keys, Azure Personal Access Tokens (PATs), Azure Storage access keys, and configuration files.
- Proof of access: A screenshot showing an in-progress
git cloneof a repository hosted under a production accenture.com Azure DevOps hostname, preceded by acurlrequest to adev.azure.comendpoint. - Initial access vector: Not disclosed by Accenture. The presence of valid PATs, SSH keys, and storage keys in the leaked sample is consistent with credential-based access rather than a perimeter exploit.
- Vendor statement: Accenture confirmed the incident was isolated, with no impact to operations and service delivery, without disclosing the access method.
Why a credential leak is worse than it sounds
This is not a customer-PII breach — it's a CI/CD supply-chain credential compromise, and each artifact type carries a distinct blast radius:
MITRE ATT&CK mapping — Accenture
| Tactic | Technique | ID |
|---|---|---|
| Initial Access | Valid Accounts (assessed, unconfirmed) | T1078 |
| Credential Access | Unsecured Credentials (config files) | T1552 |
| Collection | Data from Cloud Storage | T1530 |
| Exfiltration | Exfiltration to Cloud Storage | T1567.002 |
| Impact | Financial Theft (Monero-only resale) | T1657 |
Kubota, Medtronic & Nextcloud — secondary incidents
Kubota North America Medium
Attackers had network access for over a month between March and April 2026, exposing SSNs, taxpayer IDs, driver's license numbers, banking data, and corporate payment card information. No public initial-access disclosure yet, but the extended dwell time is consistent with T1078 (Valid Accounts) or T1566 (Phishing) for entry, followed by sustained T1070 (Indicator Removal).
Medtronic High
ShinyHunters-attributed exposure of PII and health data on 9M+ claimed records. The subsequent removal of the listing from ShinyHunters' leak site is a classic extortion-lifecycle signal — most consistent with T1657 (Financial Theft) resolution via ransom payment rather than legal takedown.
Nextcloud (third-party client exposure) Info
Nearly 8GB across 367,000 files exposed via misconfiguration, affecting clients including IONOS, STRATO, and a German school ministry. This maps to T1530 (Data from Cloud Storage) achieved through zero exploitation — a pure access-control failure, discoverable by continuous external attack-surface monitoring rather than patch management.
Consolidated MITRE ATT&CK matrix
| Incident | Root cause | Initial access | Key post-exploit technique | Attribution |
|---|---|---|---|---|
| NAIC / Nissan | CVE-2026-35273 (CVSS 9.8) | T1190 | T1219, T1110, T1552.001 | ShinyHunters / UNC6240 |
| KDDI + 5 ISPs | Unnamed 3rd-party vuln, no CVE | T1190 | T1213 | Unattributed |
| Accenture | Undisclosed, credential-based (assessed) | T1078 | T1567.002 | "888" |
| Kubota | Undisclosed, ~30-day dwell | T1078 / T1566 (assessed) | T1070 (assessed) | Unattributed |
| Medtronic | ShinyHunters campaign | T1190 (assessed) | T1657 | ShinyHunters |
| Nextcloud (client) | Misconfiguration, no CVE | None (public exposure) | T1530 | Researcher discovery |
Remediation checklist
PeopleSoft admins: confirm patch level matches Oracle's July CPU, not just the June interim mitigation. Retroactively hunt for the published IOCs. Rotate all credentials referenced in
psappsrv.cfg.Multi-tenant platform operators: audit blast-radius containment between tenants — the KDDI incident demonstrates why perimeter hardening alone is insufficient for shared infrastructure.
DevOps / platform engineering: audit Azure DevOps PAT scope, expiration, and rotation policy. Treat a leaked PAT with the same urgency as a leaked admin password.
All organizations: run an external attack-surface scan this week. Misconfigurations like the Nextcloud exposure are reliably found by someone — the only variable is whether it's a researcher or an adversary.
Frequently asked questions
What is CVE-2026-35273?+
CVE-2026-35273 is a critical (CVSS 9.8) unauthenticated remote code execution vulnerability in Oracle PeopleSoft's Environment Management Hub (PSEMHUB), exploited as a zero-day by ShinyHunters between May 27 and June 9, 2026.
Who is affected by the KDDI data breach?+
Customers — current, former, and inactive — of KDDI and five partner Japanese ISPs (STNet, JCom, Chubu Telecommunications, NIFTY, and BIGLOBE) who used the shared email platform, totaling roughly 12.2 million exposed accounts.
Was the Accenture breach a ransomware attack?+
No. It was a credential and source-code theft from Azure DevOps repositories, sold on a cybercrime forum by an actor known as "888," not a ransomware encryption event.
How can I check if my organization is exposed to the PeopleSoft exploit chain?+
Check PeopleSoft EMHub internet exposure, confirm your PeopleTools patch level against Oracle's July CPU, review logs for the published IOC IP ranges, and audit psappsrv.cfg for credential exposure.