ShinyHunters Data Extortion Group Compromises Over 100 Organizations Using Oracle PeopleSoft Zero-Day Vulnerability

ShinyHunters Exploits Oracle PeopleSoft Zero-Day, Breaching Over 100 Orgs, Primarily in Higher Education

CRITICAL
June 13, 2026
June 15, 2026
5m read
Threat ActorVulnerabilityData Breach

Impact Scope

People Affected

Over 100 organizations

Affected Companies

University of Nottingham

Industries Affected

EducationGovernment

Geographic Impact

United StatesUnited Kingdom (global)

Related Entities(initial)

Threat Actors

Products & Tech

Oracle PeopleSoft Enterprise PeopleToolsMeshCentral

Other

University of Nottingham

CVE Identifiers

CVE-2026-35273
CRITICAL
CVSS:9.8

Full Report(when first published)

Executive Summary

The financially motivated threat group ShinyHunters has been identified as the actor behind a widespread campaign exploiting a zero-day vulnerability in Oracle PeopleSoft. The critical flaw, CVE-2026-35273, is an unauthenticated remote code execution (RCE) vulnerability with a CVSS score of 9.8. Between late May and early June 2026, the group used this exploit to breach over 100 organizations globally before a patch was available. A joint report from Mandiant and Google's Threat Intelligence Group revealed that the campaign disproportionately targeted the higher education sector, which accounted for 68% of victims, primarily in the United States. The University of Nottingham has been publicly named as a victim. In response to active exploitation, CISA has added the CVE to its Known Exploited Vulnerabilities (KEV) catalog, demanding federal agencies remediate by June 15, 2026.

Threat Overview

  • Threat Actor: ShinyHunters (also tracked as UNC6240)
  • Targeting: Over 100 organizations, with a heavy focus on higher education (68%), primarily in the U.S. and U.K.
  • Attack Vector: Exploitation of a zero-day RCE vulnerability, CVE-2026-35273, in Oracle PeopleSoft Enterprise PeopleTools.
  • Objective: Initial access for data theft and extortion. The group exfiltrates sensitive data and posts it on their data leak site to pressure victims into paying.
  • Timeline: Attacks were observed between May 27 and June 9, 2026. Oracle released a security alert on June 10, and CISA added the CVE to its KEV list on June 12.

Technical Analysis

The core of the attack is the exploitation of CVE-2026-35273. This vulnerability in Oracle PeopleSoft Enterprise PeopleTools (versions 8.61 and 8.62) allows an unauthenticated attacker with network access to the system to execute arbitrary code, leading to a complete takeover.

MITRE ATT&CK TTPs

Mandiant's analysis noted the use of customized MeshCentral agents, an open-source remote management tool. By disguising these agents as legitimate cloud endpoints, ShinyHunters could maintain persistence and execute commands stealthily.

Impact Assessment

The impact on affected organizations, particularly universities, is severe. PeopleSoft systems often serve as the central hub for student information systems (SIS), human resources (HR), and financial data. A successful breach can lead to:

  • Massive Data Theft: Exfiltration of sensitive personally identifiable information (PII) for students, faculty, and staff, including names, addresses, financial details, and academic records.
  • Extortion Demands: ShinyHunters is a data extortion group, meaning they will demand payment to prevent the public release of stolen data.
  • Regulatory Fines: Breaches involving student or employee data can lead to significant fines under regulations like GDPR or state-level privacy laws.
  • Reputational Damage: A public breach can severely damage an institution's reputation, affecting student enrollment and trust.
  • Operational Disruption: Remediation efforts can be costly and time-consuming, potentially disrupting core administrative functions.

IOCs — Directly from Articles

No specific Indicators of Compromise (IPs, domains, hashes) were provided in the source articles.

Cyber Observables — Hunting Hints

Security teams may want to hunt for the following patterns to identify potentially compromised PeopleSoft systems:

Type
process_name
Value
psft.exe, psappsrv.exe
Description
Suspicious child processes spawning from core PeopleSoft server processes could indicate RCE.
Type
process_name
Value
MeshCentral.exe, MeshAgent.exe
Description
Look for the presence of MeshCentral agent processes, possibly renamed, on PeopleSoft servers.
Type
network_traffic_pattern
Value
*.meshcentral.com
Description
Outbound connections to known MeshCentral domains or self-hosted instances from PeopleSoft servers are highly suspicious.
Type
log_source
Value
PeopleSoft Application Logs
Description
Review logs for anomalous activity, errors, or unexpected administrative actions corresponding to the attack timeline (late May - early June 2026).
Type
file_path
Value
C:\Program Files\PeopleSoft\
Description
Monitor for new or modified executables, scripts, or configuration files in the PeopleSoft installation directories.

Detection & Response

  1. Prioritize Patching: Immediately apply the risk reduction measures provided by Oracle for CVE-2026-35273. Given it's a KEV, this should be treated as an emergency.
  2. Hunt for Compromise: Proactively hunt for signs of compromise on all PeopleSoft servers, focusing on the period from late May 2026 onwards. Use the observables above as a starting point.
  3. Network Monitoring (D3-NTA: Network Traffic Analysis): Scrutinize all outbound network connections from PeopleSoft servers. Block and alert on any connections to unknown or suspicious domains, especially those related to remote access tools like MeshCentral.
  4. Log Review: Analyze web server access logs for PeopleSoft front-end servers, looking for unusual URL requests or patterns that might indicate exploit attempts.

Mitigation

  1. Apply Oracle's Mitigations: Follow Oracle's guidance to remediate CVE-2026-35273. This is the most critical step. (D3-SU: Software Update)
  2. Restrict Access: Limit network access to PeopleSoft systems. If possible, they should not be directly exposed to the internet. Use a Web Application Firewall (WAF) to filter and monitor traffic. (D3-ITF: Inbound Traffic Filtering)
  3. Egress Filtering: Implement strict outbound network traffic rules (egress filtering) for servers hosting PeopleSoft, allowing connections only to known-good, required destinations. This can prevent C2 communication and data exfiltration. (D3-OTF: Outbound Traffic Filtering)
  4. Principle of Least Privilege: Ensure that the service accounts running PeopleSoft applications have the minimum necessary privileges to function, limiting the potential impact of an RCE. (D3-UAP: User Account Permissions)

Timeline of Events

1
May 27, 2026
ShinyHunters begins exploiting the Oracle PeopleSoft zero-day.
2
June 9, 2026
Data stolen from victims is posted on ShinyHunters' leak site. The initial attack campaign ends.
3
June 10, 2026
Oracle releases a security alert about the vulnerability.
4
June 12, 2026
CISA adds CVE-2026-35273 to its KEV catalog.
5
June 13, 2026
This article was published

Article Updates

June 15, 2026

University of Nottingham confirms 454,600 student records, including passport numbers, stolen by ShinyHunters via Oracle PeopleSoft zero-day.

MITRE ATT&CK Mitigations

Applying the vendor-supplied security measures from Oracle is the most direct way to prevent exploitation of CVE-2026-35273.

Implementing strict ingress and egress filtering can prevent attackers from reaching the vulnerable application and block C2 communication or data exfiltration.

Using EDR or other behavior-based tools to detect anomalous process creation (e.g., PeopleSoft server spawning a remote access tool) can help identify post-exploitation activity.

Ensure service accounts for applications like PeopleSoft run with the principle of least privilege to limit an attacker's capabilities after a successful RCE.

D3FEND Defensive Countermeasures

Deploy a Web Application Firewall (WAF) in front of all internet-facing Oracle PeopleSoft applications. Configure the WAF with rulesets specifically designed to protect PeopleSoft environments. Even without a specific signature for CVE-2026-35273, a well-configured WAF can block anomalous HTTP requests, common exploit patterns (like command injection or directory traversal), and requests from known malicious IP addresses. This provides a critical layer of defense that can mitigate zero-day exploits before a patch is available. The WAF should be set to block by default and only allow legitimate, expected traffic patterns to the PeopleSoft application.

Implement strict egress filtering on the network segments hosting your Oracle PeopleSoft servers. These critical backend servers should have no reason to initiate connections to arbitrary destinations on the internet. Create explicit firewall rules that only allow outbound traffic to a pre-approved list of destinations, such as Oracle update servers or internal logging infrastructure. This 'deny-by-default' posture would have severely hindered ShinyHunters' ability to establish command and control using their MeshCentral agents or exfiltrate the 40GB of data. This technique effectively contains the breach, turning a full-blown data theft incident into a more manageable, isolated compromise.

Utilize an Endpoint Detection and Response (EDR) solution on all PeopleSoft servers to monitor process lineage. The core PeopleSoft server processes (e.g., 'psappsrv.exe') should have a very predictable set of child processes. Create detection rules that alert on any anomalous process creation, such as 'psappsrv.exe' spawning 'cmd.exe', 'powershell.exe', or any unrecognized binary. This is a highly effective method for detecting post-exploitation activity resulting from an RCE. In this case, it could have detected the execution of the custom MeshCentral agent, allowing security teams to respond before significant data exfiltration could occur.

Timeline of Events

1
May 27, 2026

ShinyHunters begins exploiting the Oracle PeopleSoft zero-day.

2
June 9, 2026

Data stolen from victims is posted on ShinyHunters' leak site. The initial attack campaign ends.

3
June 10, 2026

Oracle releases a security alert about the vulnerability.

4
June 12, 2026

CISA adds CVE-2026-35273 to its KEV catalog.

Sources & References(when first published)

Article Author

Jason Gomes

Jason Gomes

• Cybersecurity Practitioner

Cybersecurity professional with over 10 years of specialized experience in security operations, threat intelligence, incident response, and security automation. Expertise spans SOAR/XSOAR orchestration, threat intelligence platforms, SIEM/UEBA analytics, and building cyber fusion centers. Background includes technical enablement, solution architecture for enterprise and government clients, and implementing security automation workflows across IR, TIP, and SOC use cases.

Threat Intelligence & AnalysisSecurity Orchestration (SOAR/XSOAR)Incident Response & Digital ForensicsSecurity Operations Center (SOC)SIEM & Security AnalyticsCyber Fusion & Threat SharingSecurity Automation & IntegrationManaged Detection & Response (MDR)

Tags

ShinyHuntersCVE-2026-35273OraclePeopleSoftZero-DayData BreachHigher EducationCISAKEVRCE

📢 Share This Article

Help others stay informed about cybersecurity threats

🎯 MITRE ATT&CK Mapped

Every tactic, technique, and sub-technique used in this threat has been identified and mapped to the MITRE ATT&CK framework for consistent, actionable threat language.

🧠 Enriched & Analyzed

Observables and indicators of compromise (IOCs) have been extracted and cataloged. Risk has been assessed and correlated with known threat actors and historical campaigns.

🛡️ Actionable Guidance

Detection rules, incident response steps, and D3FEND-aligned mitigation strategies are included so your team can act on this intelligence immediately.

🔗 STIX Visualizer

Structured threat data is packaged as a STIX 2.1 bundle and can be visualized as an interactive graph — relationships between actors, malware, techniques, and indicators.

Sigma Generator

Sigma detection rules are derived from the threat techniques in this article and can be converted for deployment across any major SIEM or EDR platform.