The FBI has confirmed one thing about the breach that ShinyHunters says it carried out this week: it is investigating. "The FBI is aware of claims regarding unauthorized activity affecting FBIjobs.gov and is currently investigating," the bureau told BleepingComputer and TechCrunch on 22 September 2026.12 Almost everything else in circulation, including how much data was taken, which systems were reached and how the attackers got in, comes from ShinyHunters itself. A smaller part has been partly verified by journalists.
That distinction matters, because the extortion group has a record of exaggerating what it holds. The FBI said as much in a warning about the group published in May.3 It matters just as much for defenders. The route ShinyHunters says it used, a previously unknown flaw in Oracle PeopleSoft, would be the second PeopleSoft zero-day attributed to the group this year.
This article reflects reporting available on 24 September 2026. It will be updated as the FBI, Oracle or independent researchers publish more.
Free to reuse under CC BY 4.0 with a link to this article. Download
What is confirmed, and what is only claimed
| Statement | Source | Status |
|---|---|---|
| The FBI is aware of claims of unauthorised activity affecting FBIjobs.gov and is investigating | FBI statement to BleepingComputer and TechCrunch12 | Confirmed statement |
| The point of breach, whether a third party or the FBI's own enterprise, is "still undetermined". The FBI is working with the third-party providers that support FBIJobs.gov. | FBI post on X, as reported by The Hacker News4 | Confirmed statement |
| The FBI jobs portal showed a maintenance message | TechCrunch, with an archived copy of the page2 | Observed |
| 404 Media received a sample of about 5,000 purported FBI employee records and found some of the information accurate | 404 Media, as reported by BleepingComputer and TechCrunch12 | Partly verified by a third party |
| The jobs site was defaced with a ShinyHunters message | A screenshot supplied by ShinyHunters to BleepingComputer1 | Claim, with evidence supplied by the attacker |
| Between 2 TB and 3 TB of data was stolen, including records on current and former employees and applicants | ShinyHunters, to BleepingComputer and The Hacker News14 | Unverified claim |
| Internal services including Criminal Justice, HR and Medlink were compromised | ShinyHunters14 | Unverified claim |
| Initial access came through a new, unpatched PeopleSoft zero-day allowing remote code execution, followed by lateral movement into FBI-managed AWS GovCloud infrastructure | ShinyHunters, to BleepingComputer1 | Unverified claim |
| The attack was retaliation for an FBI public service announcement, and the group has given the FBI a week to correct or remove it | ShinyHunters' statement on its leak site1 | Stated motive |
BleepingComputer says it has not independently verified the alleged zero-day, the lateral movement or the amount of data stolen.1 Nor have we.
The motive the group gives
ShinyHunters says the attack was a response to the FBI's public service announcement of 15 May 2026, alert number I-051526-PSA. That announcement warned about the group after an attack that disrupted an online learning management system used by schools and universities across the United States.3 The PSA describes ShinyHunters as a group "specializing in large-scale data breaches and extortion". It says that its actors use "real or exaggerated claims of access" to pressure victims, harass victims and their families by phone and text, in some cases carry out swatting, and sometimes falsely claim to hold compromising material that does not exist.3
The group disputes those characterisations. It told The Hacker News that the attack was not financially motivated and was meant to "set the record straight".4 When BleepingComputer asked whether the data would be released if the FBI did not change its report, the group replied "No comment".1
The alleged route in: PeopleSoft, again
ShinyHunters told BleepingComputer that it found "another" PeopleSoft zero-day the day before the attack and "immediately exploited it on the FBI".1 The Hacker News reported that there were no public details of a pre-authenticated remote code execution flaw in PeopleSoft at the time of writing.4 BleepingComputer said it had contacted Oracle and Google's Mandiant about the claim.1
What is documented is the group's earlier PeopleSoft campaign:
- The flaw. On 10 June 2026, Oracle published a Security Alert for CVE-2026-35273 in PeopleSoft Enterprise PeopleTools, affecting versions 8.61 and 8.62. It is in the Updates Environment Management component, can be exploited remotely over HTTP without authentication, and can lead to remote code execution. Oracle scored it 9.8 under CVSS 3.1, and says earlier, unsupported versions are likely affected too.5
- The campaign. Mandiant and Google Threat Intelligence Group attributed exploitation of the flaw to UNC6240 (ShinyHunters) and observed it between 27 May and 9 June 2026. That is before Oracle's advisory, so the flaw was exploited as a zero-day.6
- The targets. Mandiant notified more than 100 organisations whose IP addresses correlated with potentially vulnerable endpoints. Most were in the United States, and 68% were in higher education.6
- What the attackers did once inside. Mandiant describes remote-management agents disguised as Microsoft Azure binaries, reconnaissance of PeopleSoft configuration files, and a propagation script. The script sprayed SSH logins against internal hosts using a hard-coded list of common usernames and passwords.6
What PeopleSoft operators should do now
The steps below come from Oracle's and Mandiant's published guidance for CVE-2026-35273.56 They are the best available guide to the known flaw. If ShinyHunters has a new one, no patch exists yet, so reducing exposure is the only lever.
Reduce exposure
- Confirm which PeopleTools version you run and apply Oracle's mitigations for CVE-2026-35273 through the patch availability document in the advisory.5
- Disable the Environment Management Hub (EMHub) service in multi-server configurations, or remove the
PSEMHUBapplication in single-server configurations.6 - If you cannot, block external access to
/PSEMHUB/*and/PSIGW/HttpListeningConnectorat the network perimeter. Mandiant warns that relying on WAF body-inspection rules alone is insufficient, because they can be bypassed. It also notes that restricting these endpoints does not break normal user sessions.6
Look for signs you have already been compromised
- WebLogic access logs showing
POSTrequests to/PSEMHUB/hubor/PSIGW/HttpListeningConnectorfrom external addresses.6 - Unexpected
.jspfiles under thePSEMHUB.warapplication directory, and unexpectedlogs,persistantstorageorscratchpaddirectories under the PSEMHUB paths.6 - Recently created or modified
.xmlfiles underenvmetadata/data/environment, which can be used for persistence that runs on restart.6 - Outbound SMB traffic (TCP 445) from PeopleSoft hosts to external destinations.6
Limit what happens after a foothold
What it means outside the United States
The FBI incident is American, but the exposure is not. Two points apply directly to organisations in Norway and elsewhere in Europe:
- Breach notification. If an incident involves personal data, the GDPR requires the controller to notify the supervisory authority without undue delay and, where feasible, within 72 hours of becoming aware of it.7 In Norway that authority is Datatilsynet, which publishes guidance on handling personal data breaches.8 HR and applicant data, the kind at stake here, is squarely personal data.
- Extortion playbooks. The FBI's May announcement describes pressure applied to individuals as well as organisations, including messages and calls to victims and their family members.3 Incident response plans for data-theft extortion should cover how to warn and support affected staff, not just how to restore systems. The FBI's own advice to individuals contacted by the group is to verify contacts through known channels and not to pay or respond to demands.3
What to watch
- Confirmation from the FBI of what, if anything, was accessed, and whether a third-party provider was the point of entry.
- A statement or advisory from Oracle on whether a second PeopleSoft flaw exists.
- What ShinyHunters does when its one-week deadline passes, and whether any data it publishes matches what it claims.
- Further PeopleSoft victims. ShinyHunters says it is using the same alleged flaw against other organisations, including large companies.1
Frequently asked questions
- Has the FBI confirmed that ShinyHunters breached its systems?
- Not as of 24 September 2026. The FBI has said it is aware of claims of unauthorised activity affecting FBIjobs.gov and is investigating. In a post on X it said the point of breach, whether a third party or the FBI's own enterprise, was still undetermined.
- Which PeopleSoft vulnerability was used?
- ShinyHunters claims it used a new, unpatched PeopleSoft zero-day. No details of such a flaw had been published at the time of writing. A separate PeopleSoft flaw, CVE-2026-35273, was exploited by the same group as a zero-day in May and June 2026, and Oracle has published an advisory for it.
- What should organisations running PeopleSoft do now?
- Apply Oracle's guidance for CVE-2026-35273, disable or remove the Environment Management Hub where possible, block external access to the /PSEMHUB/ and /PSIGW/HttpListeningConnector paths, and check logs and the web tier for the compromise indicators Mandiant has published.
Sources
-
Lawrence Abrams, "ShinyHunters claims FBI hack, data theft in PeopleSoft zero-day breach", BleepingComputer, 22 September 2026 (updated with the FBI's statement). https://www.bleepingcomputer.com/news/security/shinyhunters-claims-fbi-hack-data-theft-in-peoplesoft-zero-day-breach/ ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11 ↩12 ↩13
-
Zack Whittaker, "Hacking group ShinyHunters claims it breached the FBI, stole agents' and applicants' data", TechCrunch, 22 September 2026. https://techcrunch.com/2026/09/22/hacking-group-shinyhunters-claims-it-breached-the-fbi-stole-agents-and-applicants-data/ ↩ ↩2 ↩3 ↩4 ↩5
-
FBI Internet Crime Complaint Center, "ShinyHunters: Cyber Criminal Group Attacks Learning Management System", Alert I-051526-PSA, 15 May 2026. https://www.ic3.gov/PSA/2026/PSA260515 ↩ ↩2 ↩3 ↩4 ↩5
-
Ravie Lakshmanan, "ShinyHunters Claims FBI Breach, Says It Stole Data on Agents and Job Applicants", The Hacker News, 23 September 2026. https://thehackernews.com/2026/09/shinyhunters-claims-fbi-breach-says-it.html ↩ ↩2 ↩3 ↩4 ↩5
-
Oracle, "Oracle Security Alert Advisory - CVE-2026-35273", Rev 1, 10 June 2026. https://www.oracle.com/security-alerts/alert-cve-2026-35273.html ↩ ↩2 ↩3
-
Mandiant, "ShinyHunters Targets Education Sector with Oracle PeopleSoft Exploit", Google Cloud blog, 11 June 2026. https://cloud.google.com/blog/topics/threat-intelligence/shinyhunters-targets-education-sector-oracle-exploit ↩ ↩2 ↩3 ↩4 ↩5 ↩6 ↩7 ↩8 ↩9 ↩10 ↩11
-
Regulation (EU) 2016/679 (General Data Protection Regulation), Article 33. https://eur-lex.europa.eu/eli/reg/2016/679/oj ↩
-
Datatilsynet, "Brudd på personopplysningssikkerheten (avvik)". https://www.datatilsynet.no/rettigheter-og-plikter/virksomhetenes-plikter/avvik/ ↩