Oracle PeopleSoft Zero-Day Disaster: How ShinyHunters Quietly Breached Universities Before Anyone Knew the Threat Existed + Video

Listen to this Post

Featured ImageA Silent Cyberattack That Unfolded Before the Alarm Was Raised

For nearly two weeks, one of the most dangerous cyberattacks of 2026 unfolded in plain sight while organizations remained completely unaware they were under assault. Universities, colleges, and enterprise environments running Oracle PeopleSoft became targets of a sophisticated campaign conducted by the notorious ShinyHunters group, exploiting a critical vulnerability before Oracle publicly acknowledged its existence.

The incident highlights a growing reality in modern cybersecurity. Organizations are no longer simply racing to apply patches after vulnerabilities are disclosed. They are increasingly facing attacks that begin long before vendors issue warnings, creating a dangerous period where defenders are effectively blind. During this window, attackers enjoy unrestricted opportunities to infiltrate systems, steal sensitive information, move laterally across networks, and prepare extortion operations.

According to a detailed investigation by Mandiant and Google Threat Intelligence Group (GTIG), the campaign leveraged a previously unknown vulnerability in Oracle PeopleSoft’s Environment Management component. The flaw allowed remote code execution without requiring authentication or user interaction. Attackers only needed network access to vulnerable endpoints to gain complete control over affected servers.

The scale of the operation is alarming. More than one hundred organizations received notifications from Mandiant, with approximately sixty-eight percent of victims belonging to the education sector. Many of those institutions were located in the United States, exposing massive quantities of student, employee, and administrative data to cybercriminals.

What makes this attack particularly disturbing is not only the technical sophistication involved, but also the fact that it succeeded during a period when no patch existed and no official advisory had been issued. Every victim compromised between May 27 and June 9 was effectively facing a true zero-day attack.

The Vulnerability That Opened the Door

The vulnerability, tracked as CVE-2026-35273, received a critical CVSS severity score of 9.8 out of 10. Security experts reserve scores this high for flaws capable of causing widespread and severe damage.

Oracle confirmed that PeopleTools versions 8.61 and 8.62 are vulnerable. Older unsupported releases may also be affected, significantly expanding the number of potentially exposed systems worldwide.

The weakness resides within Oracle

In practical terms, this means a threat actor could discover a vulnerable server connected to the internet and immediately begin executing commands. No employee needed to click a malicious email. No administrator needed to make a mistake. The vulnerable service itself became the entry point.

This level of accessibility dramatically increases the risk profile because internet-facing enterprise applications often become high-priority targets for automated scanning operations conducted by criminal groups.

ShinyHunters Strikes Again

The group linked to the campaign, UNC6240, better known as ShinyHunters, has developed a reputation for large-scale data breaches and extortion schemes.

Over the years, the group has been associated with attacks targeting major organizations across multiple industries. Their operations typically combine aggressive intrusion techniques with public leak threats designed to maximize pressure on victims.

The PeopleSoft campaign demonstrates a notable evolution in their tactics. Rather than relying solely on stolen credentials or traditional phishing methods, the attackers weaponized a previously undisclosed vulnerability to gain direct access to critical infrastructure.

The operation was systematic, disciplined, and surprisingly well organized, despite several operational security mistakes that ultimately exposed their infrastructure to researchers.

An Unexpected Mistake Revealed the Entire Operation

Ironically, the

Security researcher @nahamike01 discovered publicly accessible directories hosted across five sequential IP addresses. These systems were running Python’s built-in HTTP server on port 8888 and lacked proper security controls.

Mandiant investigators quickly examined the exposed infrastructure and discovered a shared .bash_history file replicated across all servers.

The file essentially acted as a cybercriminal diary.

Every major command executed by the operators had been recorded with timestamps, providing researchers with an unusually detailed view into the entire attack chain.

For a threat group capable of exploiting a critical enterprise zero-day, leaving operational records publicly exposed represents a remarkable oversight.

Disguised Malware and Hidden Command Infrastructure

The attackers deployed preconfigured MeshCentral agents disguised as legitimate Microsoft Azure-related services.

Several malicious binaries used names such as:

meshagent32-azure-ops.exe

meshagent64-azure-ops.exe

meshagent64-v2.exe

The naming strategy was deliberate. Security administrators frequently encounter Azure-related software within enterprise environments, making suspicious processes appear harmless.

Static analysis revealed that these agents connected back to a command-and-control infrastructure using the domain:

azurenetfiles.net

The domain was carefully chosen to resemble

This form of impersonation demonstrates how modern cybercriminals increasingly focus on blending into legitimate enterprise traffic rather than generating obvious malicious indicators.

Building Persistence and Control

The attack timeline reconstructed by Mandiant paints a clear picture of how the operators established long-term access.

On May 27, attackers installed MeshCentral version 1.1.59.

Only minutes later, they deployed an ACME client to automatically provision SSL certificates through Let’s Encrypt. This allowed their infrastructure to operate with trusted encryption, reducing the likelihood of detection.

The attackers then used

Their activities included:

Mapping Oracle PeopleSoft deployments

Reading scheduler configuration files

Enumerating internal infrastructure

Reviewing WebLogic configurations

Identifying additional targets within victim networks

Each step expanded their understanding of the environment and increased opportunities for lateral movement.

Lateral Movement Across University Networks

Once initial access was established, the attackers deployed a script designed specifically to spread throughout victim environments.

The script, named using victim-specific abbreviations followed by “_fanout.sh”, was written to temporary directories and executed remotely.

Its primary purpose was to identify additional Oracle PeopleSoft nodes by parsing internal host configuration files.

The malware then launched automated SSH authentication attempts using a hardcoded collection of usernames and passwords.

Successful logins triggered additional actions, including copying extortion marker files named:

README-IF-YOU-SEE-THIS-YOUVE-BEEN-HACKED.TXT

These files served both as proof of compromise and as operational confirmation for the attackers.

This approach allowed rapid expansion throughout large institutional networks without requiring extensive manual intervention.

Massive Data Theft and Extortion Operations

After achieving broad access, the attackers shifted their focus toward data theft.

Sensitive information was compressed using the Zstandard compression utility before being transferred externally through SSH connections.

Investigators traced exfiltration activity to infrastructure associated with the public ShinyHunters leak platform.

This stage transformed the operation from a simple network compromise into a large-scale extortion campaign.

Organizations faced not only operational disruption but also the prospect of public exposure of confidential records.

The University of Nottingham Becomes an Early Casualty

Among the first publicly identified victims was the University of Nottingham.

Data indexed by Have I Been Pwned reportedly contains approximately 455,000 unique email addresses associated with current students and alumni.

The leaked information allegedly includes:

Full names

Residential addresses

Telephone numbers

Passport details

Ethnicity information

Disability records

The exposure of such sensitive personal information dramatically increases risks related to identity theft, fraud, social engineering, and privacy violations.

Even more concerning, ShinyHunters claimed that outreach to victims had only recently begun and that many affected organizations had not yet been publicly disclosed.

This suggests the

Emergency Response Measures for Oracle Customers

Organizations operating Oracle PeopleSoft environments must treat this vulnerability as an immediate priority.

Oracle’s recommended mitigation strategy includes disabling the Environment Management Hub service whenever possible.

For multi-server deployments, administrators should completely disable EMHub functionality.

For single-server implementations, removing the PSEMHUB application is strongly advised.

Where operational constraints prevent these actions, organizations should immediately block external access to:

/PSEMHUB/
/PSEMHUB/hub
/PSIGW/HttpListeningConnector

Security experts emphasize that relying exclusively on web application firewalls is insufficient because sophisticated attackers can often bypass body-inspection controls.

Threat Hunting Recommendations

Beyond mitigation, organizations should actively investigate for signs of compromise.

Critical indicators include:

External POST requests targeting PSEMHUB endpoints

Unexpected JSP files inside PSEMHUB deployments

Suspicious directories such as logs, persistantstorage, or scratchpad

Outbound SMB traffic on port 445 directed toward external destinations

Unauthorized SSH activity originating from PeopleSoft servers

Rapid identification of these indicators may help determine whether attackers gained access before mitigations were implemented.

What Undercode Say:

The PeopleSoft compromise demonstrates one of the most dangerous trends currently shaping enterprise cybersecurity.

Organizations increasingly depend on large enterprise platforms that expose administrative services to the internet.

Many of these services were designed years ago when threat models looked significantly different.

Attackers understand this reality.

Instead of attacking end users directly, modern threat actors increasingly target management components.

The Environment Management Hub is a perfect example.

It is not a user-facing application.

Many security teams focus attention on login portals and public websites.

Administrative services frequently receive less scrutiny.

ShinyHunters recognized this blind spot.

The

They understood PeopleSoft architecture.

They knew where valuable data resided.

They developed automated tools for expansion.

They built infrastructure that blended into legitimate network traffic.

The use of MeshCentral is especially significant.

MeshCentral itself is not malware.

It is legitimate software.

This reflects a broader shift toward living-off-the-land techniques.

Security products often struggle to differentiate legitimate administrative activity from malicious abuse.

The exposed .bash_history files reveal another important lesson.

Even sophisticated attackers make mistakes.

Threat intelligence operations often succeed because attackers become overconfident.

One improperly secured server can expose an entire operation.

Universities continue to be attractive targets because they combine large populations, decentralized IT environments, research data, financial information, and often limited cybersecurity budgets.

Educational institutions also face pressure to remain operational.

This makes them ideal extortion targets.

The attack further demonstrates why patch management alone is no longer enough.

No patch existed during the exploitation period.

Even perfectly managed environments remained vulnerable.

Organizations must embrace layered defense strategies.

Network segmentation becomes critical.

Threat hunting becomes critical.

Behavior monitoring becomes critical.

Asset visibility becomes critical.

The incident also highlights the growing overlap between cybercrime and advanced persistent threat methodologies.

Many criminal groups now operate with technical capabilities once associated only with nation-state actors.

The future likely contains more campaigns exploiting enterprise management software.

Organizations running Oracle, SAP, VMware, Microsoft, and other business-critical platforms should view this incident as a warning.

Attackers are increasingly targeting infrastructure that sits behind the scenes.

The systems nobody notices are often the systems attackers want most.

Deep Analysis

Investigating Potential Exposure

grep "PSEMHUB" access.log
grep "HttpListeningConnector" access.log

Searching for Suspicious JSP Files

find / -name ".jsp" -type f 2>/dev/null

Reviewing Outbound Connections

netstat -antp
ss -antp

Monitoring External SMB Traffic

tcpdump -i any port 445

Detecting Unexpected SSH Activity

grep "Accepted password" /var/log/auth.log

Identifying Recently Modified Files

find /opt -mtime -14

Reviewing WebLogic Logs

grep -i "POST" weblogic.log

Searching for Extortion Notes

find / -name "README-IF-YOU-SEE-THIS-YOUVE-BEEN-HACKED.TXT"

Looking for Suspicious Processes

ps aux | grep mesh

Reviewing Historical Commands

cat ~/.bash_history

The forensic evidence from this campaign suggests that organizations should prioritize visibility into management services, outbound communications, and lateral movement patterns. Traditional perimeter security alone is insufficient against attackers capable of exploiting zero-day vulnerabilities and abusing legitimate administration tools.

✅ CVE-2026-35273 is a critical Oracle PeopleSoft vulnerability.
The reported CVSS score of 9.8 places it among the most severe enterprise software vulnerabilities. Remote code execution without authentication represents a maximum-risk scenario for exposed systems.

✅ Universities were disproportionately targeted during the campaign.
Investigators reported that roughly sixty-eight percent of notified victims belonged to higher education institutions, indicating a clear targeting preference by the attackers.

✅ ShinyHunters used legitimate administration software during the operation.
MeshCentral is a legitimate remote management platform. The attackers abused trusted software to blend malicious activity into normal administrative traffic, making detection significantly more difficult.

Prediction

(+1) Security teams will accelerate segmentation of enterprise management services.
Organizations are likely to isolate administrative components such as PSEMHUB from direct internet exposure, reducing future attack surfaces.

(+1) Increased investment in threat hunting and behavioral analytics.
This incident demonstrates that signature-based detection alone cannot stop zero-day attacks. Enterprises will invest more heavily in proactive monitoring.

(+1) Universities will face stronger cybersecurity compliance requirements.
Educational institutions handling large volumes of personal data may experience increased regulatory oversight and mandatory security assessments.

(-1) Additional victims are likely to emerge.

Because ShinyHunters indicated many compromised organizations have not yet been publicly identified, the number of disclosed breaches may continue to rise.

(-1) Copycat attacks will target unpatched PeopleSoft environments.
Public disclosure of exploitation techniques often inspires other criminal groups to scan for vulnerable systems before all organizations complete remediation.

(-1) Sensitive educational records may continue appearing on leak sites.
If negotiations fail or organizations refuse extortion demands, more stolen data could be publicly released, increasing privacy and identity theft risks worldwide.

▶️ Related Video (78% Match):

🕵️‍📝Let’s dive deep and fact‑check.

🎓 Live Courses & Certifications:

Join Undercode Academy for Verified Certifications

🚀 Request a Custom Project:

Secure, high-velocity infrastructure and disruptive technological engineering. Contact our engineering team for high-tier development and proprietary systems:
[email protected]
💎 Smart Architecture | 🛡️ Secure by Design | ⭐ Trusted by Thousands

References:

Reported By: securityaffairs.com
Extra Source Hub (Possible Sources for article):
https://www.quora.com/topic/Technology
Wikipedia
OpenAi & Undercode AI

Image Source:

Unsplash
Undercode AI DI v2

🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]

💬 Whatsapp | 💬 Telegram

📢 Follow UndercodeNews & Stay Tuned:

𝕏 formerly Twitter 🐦 | @ Threads | 🔗 Linkedin | 🦋BlueSky | 🐘Mastodon | 📺Youtube