๐ŸŽ‰ New here? Use code WELCOME10 for 10% off any plan at checkout
All posts

ShinyHunters Claims It Breached the FBI Through a PeopleSoft Zero-Day โ€” What's Confirmed, What Isn't, and What PeopleSoft Shops Should Do Now

September 23, 2026 ยท PlayCISO
TL;DR

On September 22, 2026, the extortion group ShinyHunters claimed it breached the FBI by exploiting a previously unknown remote-code-execution vulnerability in Oracle PeopleSoft on the Bureau's recruiting site, apply.fbijobs.gov, then moved laterally into FBI-managed AWS GovCloud infrastructure and stole 2โ€“3TB of data on current and former employees and job applicants โ€” naming HR, MedLink and Criminal Justice Information Services among the systems. The jobs site was defaced with the group's logo and later taken into maintenance. The FBI's only statement is that it is "aware of claims regarding unauthorized activity affecting FBIjobs.gov and is currently investigating." 404 Media reviewed roughly 5,000 purported employee records and found some details matched real people. The zero-day, the lateral movement and the data volume are all unverified; there is no CVE, no affected version and no Oracle advisory. The group says the attack is not about money but retaliation for a May 15 FBI FLASH bulletin describing its harassment and swatting tactics โ€” and says it is now using the same flaw against Fortune 500 companies. For any organization with internet-facing PeopleSoft, that last claim is the one that matters.

On September 22, 2026, ShinyHunters claimed it had breached the FBI. The entry point, according to the group, was an unpatched remote-code-execution flaw in Oracle PeopleSoft running the Bureau's recruiting portal, apply.fbijobs.gov โ€” followed by a pivot into FBI-managed AWS GovCloud infrastructure and the theft of 2โ€“3TB of data on agents, staff and job applicants. The FBI has confirmed only that it is investigating. Much of this story is still claims, so this piece keeps them separate from what is actually established โ€” and ends with what matters most for everyone else: the group says it is now using the same zero-day on Fortune 500 companies.

What is confirmed

  • The FBI is investigating. Its full statement: "The FBI is aware of claims regarding unauthorized activity affecting FBIjobs.gov and is currently investigating." It has not confirmed a breach or data theft.
  • The recruiting site was defaced. apply.fbijobs.gov displayed the group's Umbreon logo and the message "THIS SITE HAS BEEN SEIZED BY SHINYHUNTERS. rooting your systems since '19 ;)", and was later replaced by a maintenance page.
  • Some leaked records look real. 404 Media reviewed roughly 5,000 purported FBI employee records and found that some details โ€” phone numbers matched to the right names โ€” were accurate.

What is only claimed

ClaimStatus
Initial access via a new remote-code-execution zero-day in Oracle PeopleSoftUnverified โ€” no CVE, no version, no technical detail, no Oracle advisory
Lateral movement from the jobs portal into FBI-managed AWS GovCloudUnverified
2โ€“3TB stolen: current and former employees, job applicants, internal recordsUnverified; a small sample partially checks out
Access to HR, MedLink and Criminal Justice Information Services (CJIS)Unverified โ€” the CJIS claim would be by far the most serious if true
The same zero-day is now being used against Fortune 500 companiesUnverified

Oracle, AWS and Mandiant had not responded to press inquiries at the time of the first reports. The group quoted to BleepingComputer: "The Oracle product we exploited the 0day in is PeopleSoft. We found another one yesterday and immediately exploited it on the FBI."

Why they say they did it

ShinyHunters says this is not about money. It wants the FBI to retract a May 15, 2026 FLASH bulletin that described the group harassing victims and their families with threatening calls and texts and, in some cases, swatting. It gave the Bureau a one-week deadline, and when asked whether it would publish the data if the demand was not met, said "no comment."

A group that usually extorts for payment choosing a reputational demand against a law-enforcement agency changes the calculus in one important way: there is no ransom to pay that ends the incident. Whatever happens to the data is decided entirely by the attackers.

Why a job portal is a dangerous front door

Recruiting and applicant portals are some of the most exposed enterprise application surfaces an organization runs. They must be reachable by anyone on the internet, they accept uploads and free text from strangers, and in ERP suites like PeopleSoft they often sit on the same application tier as HR and payroll data. If the claim is accurate, the path was textbook: a public-facing application, an unpatched flaw, code execution on the app server, then credentials or roles on that server used to reach cloud infrastructure behind it. The zero-day opens the door โ€” what the app server can reach decides how far an attacker walks through it.

A pattern worth noticing

ShinyHunters has had a busy 2026: it claimed the Instructure Canvas breach in May and a multimillion-dollar extortion of McKesson earlier this month, and it has been linked to exploitation of Oracle E-Business Suite in 2025. Oracle's business application suites keep appearing in these campaigns โ€” large, customized, often internet-facing, and slow to patch in practice.

If you run PeopleSoft: what to do now

  1. Assume there is no patch yet. Until Oracle publishes an advisory, treat internet-facing PeopleSoft as exposed to an unpatched RCE.
  2. Reduce exposure first. Inventory every public PeopleSoft entry point โ€” recruiting, candidate gateway, self-service, supplier portals โ€” and put anything that does not need to be public behind a VPN, zero-trust proxy or at minimum a strict WAF.
  3. Hunt on the web and app tier. Look for unexpected child processes of the application server, new or modified files in web directories (webshells), new scheduled jobs, and unusual outbound connections โ€” especially to cloud storage or unfamiliar hosts.
  4. Map what the app server can reach. The claimed jump into GovCloud implies cloud credentials or roles were usable from the application tier. Check instance roles, stored keys and service accounts on PeopleSoft hosts, and cut anything broader than the application strictly needs.
  5. Watch cloud audit logs. Review CloudTrail (or equivalent) for API activity originating from PeopleSoft hosts or their roles โ€” new keys, unusual data access, bulk reads from storage.
  6. Prepare for the applicant angle. Job applicants' data (identity documents, rรฉsumรฉs, contact details) is a real breach-notification obligation. Know where it lives and who you would have to notify.
  7. Track Oracle's security alerts for an out-of-band fix, and apply it on an emergency change window when it lands.

The takeaway

Most of this story is still the attacker's account, and it should be read that way. But you don't need the FBI's confirmation to act on the part that affects you: a public-facing PeopleSoft portal is a plausible entry point, a zero-day is claimed to be in active use, and the damage depends less on the bug than on what your application servers are allowed to reach. That last part is entirely within your control today.

PlayCISO is not affiliated with the FBI, Oracle or any party named here. This article is based on public reporting by BleepingComputer, The Register, TechCrunch, Axios, 404 Media and others as of September 23, 2026. Claims attributed to ShinyHunters are unverified; details may change as the investigation continues.

Rehearse the call you'd make if this were your portal. Run a live extortion-and-breach scenario in the Cyber War Room, estimate the exposure with the Breach Cost Calculator, and score the blast radius of the service accounts behind your app servers with the Identity Risk Calculator.

Ready to practise the decisions these articles describe?

Run a free War Room โ†’
ShinyHunters Claims It Breached the FBI Through a PeopleSoft Zero-Day โ€” What's Confirmed, What Isn't, and What PeopleSoft Shops Should Do Now | PlayCISO Blog ยท PlayCISO