Cyber Threat Brief — June 12 2026
1. ShinyHunters Oracle PeopleSoft Zero-Day RCE — CVE-2026-35273
TL;DR: CVSS 9.8 unauth RCE in PeopleSoft Environment Management Hub exploited as zero-day by ShinyHunters (UNC6240) from May 27–June 9; 100+ orgs notified, 68% higher education. Mandiant/GTIG published full IOC set June 11.
What’s New:
- Mandiant blog June 11 details complete campaign: exploitation of
/PSEMHUB/huband/PSIGW/HttpListeningConnectorendpoints for RCE - MeshCentral agents (
meshagent64-azure-ops.exe) hardcoded to C2wss://azurenetfiles[.]net:443/agent.ashx - Lateral movement via
[victim]_fanout.sh— SSH credential spray from/etc/hosts, dropsREADME-IF-YOU-SEE-THIS-YOUVE-BEEN-HACKED.TXT - Data exfil compressed with
zstd, SSH’d to ShinyHunters DLS at176.120.22[.]24 - Oracle advisory released June 10 — this was a zero-day the entire exploitation window
Actionable Intel
| Artifact | Type | ATT&CK | Log Source | Action |
|---|---|---|---|---|
142.11.200.186–190 | IP (staging) | T1583.003 | Firewall/proxy | Block |
azurenetfiles[.]net | Domain (C2) | T1071.001 | DNS/proxy | Block |
176.120.22[.]24 | IP (exfil/DLS) | T1041 | Firewall/NetFlow | Block |
POST /PSEMHUB/hub from external IP | HTTP request | T1190 | WAF/WebLogic access log | Alert |
POST /PSIGW/HttpListeningConnector from external IP | HTTP request | T1190 | WAF/WebLogic access log | Alert |
meshagent64-azure-ops.exe — f02a924c9ff9... | SHA-256 | T1219 | EDR | Block |
meshagent32-azure-ops.exe — c7e9332731b0... | SHA-256 | T1219 | EDR | Block |
.bash_history — 2ab684d93c15... | SHA-256 | T1059.004 | Forensic | Hunt |
.jsp files under PSEMHUB.war/ not shipped | Webshell | T1505.003 | FIM | Alert |
| Outbound SMB (TCP 445) from PeopleSoft hosts | Network | T1187 | Firewall/NetFlow | Alert |
README-IF-YOU-SEE-THIS-YOUVE-BEEN-HACKED.TXT | Filename | T1491.001 | FIM | Alert |
Detection
| Source | Rule | Gap |
|---|---|---|
| Splunk ESCU | Web or Application Server Spawning a Shell (generic) | Need PeopleSoft-specific /PSEMHUB/hub POST detection rule |
| Elastic | Web Shell Detection: Script Process Child (generic) | No PeopleSoft PSEMHUB-specific rule |
| Sigma | webshell_detection_file_creation.yml (generic) | Need .jsp creation under PSEMHUB.war/ path filter |
Sources: Mandiant/GTIG blog, Oracle advisory, The Hacker News
2. Ivanti Sentry Pre-Auth Root RCE — CVE-2026-10520
TL;DR: CVSS 10.0 unauth OS command injection in Ivanti Sentry’s /mics/api/v2/sentry/mics-config/handleMessage endpoint gives root RCE. CISA KEV added June 11, federal deadline June 14. WatchTowr PoC and detection script public; Shadowserver confirms exploitation post-patch.
What’s New:
- WatchTowr published full technical analysis and PoC June 10 — XML
commandexecpayload to unauthenticated API endpoint - Companion CVE-2026-10523 (auth bypass to create admin accounts) patched same release
- Shadowserver found many internet-exposed Sentry gateways already backdoored
- Compromising Sentry exposes credentials, session tokens, and allows impersonation of legitimate users accessing internal apps/email
- Affects versions 10.5.1, 10.6.1, 10.7.0 and prior; fixed in 10.5.2, 10.6.2, 10.7.1
Actionable Intel
| Artifact | Type | ATT&CK | Log Source | Action |
|---|---|---|---|---|
POST /mics/api/v2/sentry/mics-config/handleMessage from external | HTTP request | T1190 | WAF/reverse proxy | Block external access |
XML commandexec payload in request body | Request body | T1059 | WAF deep inspection | Alert |
| Unexpected shell processes spawned by Sentry Java process | Process chain | T1059.004 | EDR/Sysmon | Alert |
| WatchTowr detection script: GitHub | Scanner | — | Manual | Scan |
Detection
| Source | Rule | Gap |
|---|---|---|
| Splunk ESCU | None | No Ivanti Sentry-specific detection; need handleMessage endpoint monitoring |
| Elastic | Web Shell Detection: Script Process Child (generic) | No Sentry-specific rule |
| Sigma | None | Need Sentry API command injection detection rule |
Sources: WatchTowr analysis, CISA KEV, Help Net Security, Rapid7
3. Windows HTTP.sys RCE — CVE-2026-47291
TL;DR: CVSS 9.8 integer overflow in HTTP.sys kernel driver enables unauth RCE against IIS, WinRM, and any HTTP Server API consumer. Patched June 10. Systems using default MaxRequestBytes are NOT affected — verify with Microsoft’s PowerShell script.
What’s New:
- Patched in June 10 Patch Tuesday (record 208 CVEs)
- Integer overflow + heap buffer overflow in kernel-mode HTTP protocol stack — no user interaction required
- Microsoft rates Exploitation More Likely
- Default
MaxRequestBytesregistry value mitigates; non-default configurations are vulnerable - No PoC or ITW exploitation yet, but HTTP.sys has strong exploitation history (CVE-2015-1635, CVE-2021-31166, CVE-2022-21907)
- Also noteworthy: CVE-2026-44815 (CVSS 9.8 DHCP Client RCE stack overflow) patched same day — rogue DHCP server triggers code execution
Actionable Intel
| Artifact | Type | ATT&CK | Log Source | Action |
|---|---|---|---|---|
Non-default MaxRequestBytes registry value | Config | T1190 | Registry audit | Verify/remediate |
| HTTP.sys crash events (httpEID 1/15) | Service crash | T1499 | Windows Event Log | Hunt |
| Unusual svchost children after HTTP.sys processing | Process chain | T1190 | Sysmon EID 1 | Alert |
Detection
| Source | Rule | Gap |
|---|---|---|
| Splunk ESCU | None | No HTTP.sys integer overflow detection; need registry baseline for MaxRequestBytes |
| Elastic | None | No HTTP.sys-specific rule |
| Sigma | None | Need HTTP.sys crash/exploitation detection rule |
Sources: ZDI June 2026 review, threat-modeling.com, CrowdStrike Patch Tuesday, Talos
Status Updates
- CVE-2026-42897 (Exchange OWA XSS): Permanent patch delivered June 10 Patch Tuesday. CISA KEV deadline July 1. Apply SU immediately. Original brief.
- CVE-2026-47281 (RoguePlanet Defender LPE): Still UNPATCHED zero-day. Defender definition 1.453.20.0 detects compiled PoC but recompilation bypasses. CVE-2026-41091 (RedSun) patched June 10. Original brief.
- CVE-2026-10520 (Ivanti Sentry): See full section above — escalated from advisory to CISA KEV with confirmed exploitation.
- CVE-2026-35616 (FortiClient EMS): Arctic Wolf EKZ Infostealer campaign ongoing. No new IOCs since May 31. Original brief.