CybersLion

July 1 Week, 2026 Data Breach Analysis & MITRE ATT&CK Matrix

July 1 Week, 2026 Data Breach Analysis: CVE-2026-35273 & the Full MITRE ATT&CK Matrix | CybersLion
CL CYBERSLION  - THREAT INTEL HUB
REPORTING WINDOW MAY 27 – JUL 09, 2026

GLOBAL THREAT INTELLIGENCE BRIEF / 6 INCIDENTS · 1 ZERO-DAY · 300+ EXPLOITED HOSTS

July 1 Week, 2026 Data Breach Analysis & MITRE ATT&CK Matrix

Read time ~10 min Audience SOC analysts, incident responders, CISOs Updated Aug 2, 2026

// click any incident to jump to its technical breakdown

Key takeaways
  • 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 clone screenshot.
  • Every incident below is mapped to specific MITRE ATT&CK technique IDs, published IOCs, and concrete remediation steps you can action today.
01 / Context

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.

02 / Deep dive

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

FieldDetail
CVE IDCVE-2026-35273
Affected productOracle PeopleSoft Enterprise PeopleTools
Affected componentEnvironment Management Hub (PSEMHUB)
Affected versionsPeopleTools 8.61, 8.62, and unsupported earlier branches
CVSS v3.19.8 (Critical)
Vulnerability classSSRF escalating to unauthenticated RCE on internet-exposed instances
Auth requiredNone — no credentials, no user interaction, low attack complexity
Discovery creditTrend ZDI / Trend Research
Oracle advisoryJune 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

IOC — verify before blocklisting
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

TacticTechniqueID
Initial AccessExploit Public-Facing ApplicationT1190
ExecutionCommand Execution via Web ShellT1505.003
PersistenceServer Software Component (rogue agent)T1505
Command & ControlRemote Access Software (MeshCentral)T1219
Credential AccessCredentials in Files (psappsrv.cfg)T1552.001
Credential AccessBrute Force (SSH credential spraying)T1110
Credential AccessForced Authentication (SMB 445 NetNTLM)T1187
Lateral MovementRemote Services — SSHT1021.004
ExfiltrationExfiltration Over C2 ChannelT1041
ImpactDefacementT1491
!

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.

03 / Deep dive

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

TacticTechniqueID
Initial AccessExploit Public-Facing ApplicationT1190
CollectionData from Information RepositoriesT1213
ExfiltrationExfiltration Over Web ServiceT1567
ImpactAccount Access Removal (post-incident resets)T1531
Architectural lesson

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.

04 / Deep dive

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 clone of a repository hosted under a production accenture.com Azure DevOps hostname, preceded by a curl request to a dev.azure.com endpoint.
  • 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:

RSA / SSH private keysServer impersonation; direct shell access to any trusting host
Azure Personal Access TokensRead/write access to Azure DevOps repos and CI/CD pipelines
Azure Storage access keysDirect access to blob storage, potentially including client data
Source codeOffline vulnerability hunting; supply-chain backdoor insertion

MITRE ATT&CK mapping — Accenture

TacticTechniqueID
Initial AccessValid Accounts (assessed, unconfirmed)T1078
Credential AccessUnsecured Credentials (config files)T1552
CollectionData from Cloud StorageT1530
ExfiltrationExfiltration to Cloud StorageT1567.002
ImpactFinancial Theft (Monero-only resale)T1657
05 / Roundup

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.

06 / Reference

Consolidated MITRE ATT&CK matrix

IncidentRoot causeInitial accessKey post-exploit techniqueAttribution
NAIC / NissanCVE-2026-35273 (CVSS 9.8)T1190T1219, T1110, T1552.001ShinyHunters / UNC6240
KDDI + 5 ISPsUnnamed 3rd-party vuln, no CVET1190T1213Unattributed
AccentureUndisclosed, credential-based (assessed)T1078T1567.002"888"
KubotaUndisclosed, ~30-day dwellT1078 / T1566 (assessed)T1070 (assessed)Unattributed
MedtronicShinyHunters campaignT1190 (assessed)T1657ShinyHunters
Nextcloud (client)Misconfiguration, no CVENone (public exposure)T1530Researcher discovery
07 / Action items

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.

08 / FAQ

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.

CYBERSLION - Cyber Security Hub

Sources: Oracle Security Alerts, Google Mandiant / GTIG threat intelligence publications, MOXFIVE incident response findings, and public breach disclosures for the period May 27 – July 9, 2026. IOCs should be independently validated before use in production blocklists. This analysis is provided for defensive and educational purposes only.