
HiveForce Labs · Weekly Threat Digest
HiveForce Labs reports a sharp rise in cybersecurity threats this week, headlined by wp2shell — a zero-day flaw chain in WordPress Core combining CVE-2026-63030 and CVE-2026-60137 for unauthenticated full-site takeover — alongside a Check Point SmartConsole authentication bypass (CVE-2026-16232), the HelloNet espionage campaign abusing ViPNet's trusted update mechanism, and continued Qilin Ransomware exploitation of Palo Alto Networks PAN-OS (CVE-2026-0257).
Overview
HiveForce Labs has reported a sharp rise in cybersecurity threats, highlighting the growing complexity and frequency of global cyber incidents. Over the past week, nine major attacks were detected, five vulnerabilities were actively exploited and closely monitored, signaling a concerning escalation in malicious activity worldwide.
One of the biggest concerns is a flaw chain in WordPress Core, the platform behind more than 500 million websites. Dubbed wp2shell, it lets an attacker take over a site with just one web request, no login, no plugins, no user interaction required. The chain works by pairing two bugs together: a REST API mix-up introduced in WordPress 6.9 (CVE-2026-63030) and a SQL injection flaw in WP_Query's author parameter (CVE-2026-60137).
Check Point has also patched a critical issue in SmartConsole, the admin console used to manage its Security Management and Multi-Domain servers. Tracked as CVE-2026-16232, the bug is an authentication bypass that lets an attacker intercept a valid login token during the sign-in process and use it to gain full administrator access, no password needed.
Separately, researchers are tracking HelloNet, an espionage campaign active since at least May 2026 that targets Russian government and critical-infrastructure networks. The attackers abuse ViPNet's trusted software update mechanism to sideload a malicious DLL, quietly planting a multi-stage implant that blends in with legitimate update traffic. Together, these incidents underscore a growing trend of hybrid cyber operations that combine technical exploitation with social engineering, reinforcing the need for timely patching, continuous monitoring, and layered security defenses.
Weekly Highlights
CVE-2026-0257 to an already growing arsenal targeting Palo Alto Networks PAN-OS / Prisma Access.CVE-2026-16232 hit where it hurts most: the admin console managing Check Point's own Security Management and Multi-Domain Security Management (MDS) servers.wp2shell turns CVE-2026-63030 and CVE-2026-60137 into instant takeover.Threat Distribution: Backdoor, Loader, Wiper, Information Stealer, Ransomware.
Geography
Adversary Tradecraft
T1059T1190T1005T1036T1588T1588.006T1562T1036.005T1078T1572T1102T1105T1041T1055T1059.003T1113T1195T1550T1585T1068Malware & Campaigns
HOLLOWGRAPH is a Windows backdoor that communicates exclusively through third-party services rather than attacker-controlled infrastructure. It uses the Microsoft Graph API to exchange commands and exfiltrate data through a compromised Microsoft 365 calendar, while DNS tunneling is used to retrieve and refresh Microsoft Entra ID credentials.
75e51774b8f79e5f256eaae639635f911b3e744d4774fd6068dd980255621509, F3f3006f8304788251b153d53b305322b8acab0c66ec816b8d9f101bcc851da3HelloInjector is the initial loader in the HelloNet chain, deployed as a malicious wtsapi32.dll sideloaded by the signed ViPNet update binary at system startup. It decrypts an embedded payload and injects it into a netsvcs svchost.exe instance using native NT APIs, giving the operators a stealthy foothold inside a trusted, signed process.
ffdc194775b2904564bbbd1cf0eb01d1a01f83ef5197d1612b6e2d69de7a4732HelloProxy is the main HelloNet payload, functioning as both a network proxy and an in-memory loader. It hooks network-related APIs via a legitimate hooking library and intercepts AFD IOCTLs to hinder user-mode security tools, listening on ports 5003 and 5060 behind a handshake-gated C2 to distinguish operator traffic before processing commands.
HelloExecutor is a command-execution implant used for internal reconnaissance within compromised networks. It runs discovery commands for users, groups, and network configuration, and specifically harvests ViPNet Administrator and Client export paths to map the secure-networking environment.
HelloCleaner is an anti-forensic module that scrubs ViPNet software log files to erase evidence of the operators' activity, supporting the campaign's emphasis on stealth and long-dwell persistence.
HelloBackdoor is a Rust-based backdoor that listens on port 443 and activates only on receipt of a specific trigger string derived from an MD5 hash. Once active it supports file upload, download, and arbitrary command execution via the command shell, providing a resilient secondary access channel.
16C211C96735F2FAE9361B89BD7A31BF68b4c76a2280e3c31130d4de12b12dfd479a476f347f5b4a58cb2483d74aba7eSmartLoader sets up persistence and installs StealC, an information stealer that goes after credentials, active sessions, and other sensitive data. Attackers have used SmartLoader to target developers through convincing-looking GitHub projects, turning what feels like normal software discovery into malware delivery.
6f61812b300244df4921cc0eba252181bb2138f76cfe4e6848c73a46917daee1StealC is an information stealer that goes after credentials, active sessions, and other sensitive data, including browser passwords, cookies, browser extension data, email and remote-access credentials, screenshots, and host details. The malware chain itself is nothing new; what changes is the route that leads to it being run.
2fc8cabf074616e31880562c58c62874e5d9e3925d2c8603460ba26560b5ffa4, ff8ee64171af93214e844d098c40b2a12e3360a23ecdc7ae9f56a31ea4248c9dQilin is a prolific Ransomware-as-a-Service operation whose affiliates use double extortion, encrypting victims' files and stealing sensitive data to threaten public release unless a ransom is paid. In a notable evolution, affiliates now run a Linux ransomware variant on Windows hosts by abusing legitimate remote-management tools like AnyDesk, ScreenConnect, and Splashtop, evading Windows-focused defenses and improving stealth in mixed-OS environments.
CVE-2026-0257d82069cfc9395a240b9c140d283367ab470d587326c5e256aba78eb2c5a9ea85, 37546b811e369547c8bd631fa4399730d3bdaff635e744d83632b74f44f56cf6Exploitation
| CVE ID | Celebrity Vulnerability | Affected Product | CWE ID | CISA KEV | Associated Actors / Attacks |
|---|---|---|---|---|---|
CVE-2026-63030 | wp2shell (Zero-Day, WordPress Core Interpretation Conflict Vulnerability) | WordPress WordPress Core (Version before 6.9.5 and 7.0.2) | CWE-436 | — | — |
CVE-2026-60137 | wp2shell (Zero-Day, WordPress Core SQL Injection Vulnerability) | WordPress WordPress Core (Version before 6.9.5 and 7.0.2) | CWE-89 | — | — |
CVE-2026-6875 | Zero-Day (ServiceNow AI Platform Remote Code Execution Vulnerability) | ServiceNow AI Platform (before Australia Patch 2, Yokohama Patch 12 Hot Fix 1b, Yokohama Patch 13, Zurich Patch 7b, Zurich Patch 9, Brazil EA, and Brazil GA) | CWE-94 | — | — |
CVE-2026-16232 | Zero-Day (Check Point SmartConsole Improper Authentication Vulnerability) | Check Point Security Management Server / Multi-Domain Security Management (R77.30, R80, R80.10, R80.20, R80.30, R81, R81.10, R81.20, R82, R82.10) | CWE-287 | — | — |
CVE-2026-0257 | Zero-Day (Palo Alto Networks PAN-OS Authentication Bypass Vulnerability) | Palo Alto Networks PAN-OS / Prisma Access | CWE-565 | — | Qilin |
cpe:2.3:a:wordpress:wordpress:*:*:*:*:*:*:*:*CWE-436T1190 Exploit Public-Facing Application, T1059 Command and Scripting InterpreterThis is one half of the wp2shell flaw chain: a REST API mix-up introduced in WordPress 6.9 that, when paired with CVE-2026-60137, allows an attacker to take over a WordPress site with a single web request, requiring no login, no plugins, and no user interaction.
cpe:2.3:a:wordpress:wordpress:*:*:*:*:*:*:*:*CWE-89T1190 Exploit Public-Facing ApplicationA SQL injection flaw in WP_Query's author parameter, the second link in the wp2shell chain. WordPress Core versions before 6.9.5 and 7.0.2 are affected across more than 500 million websites running the platform.
cpe:2.3:a:servicenow:ai_platform:*:*:*:*:*:*:*:*CWE-94T1190 Exploit Public-Facing Application, T1059 Command and Scripting InterpreterA zero-day remote code execution vulnerability affecting ServiceNow AI Platform versions prior to Australia Patch 2, Yokohama Patch 12 Hot Fix 1b, Yokohama Patch 13, Zurich Patch 7b, Zurich Patch 9, and Brazil EA/GA releases, tracked as CVE-2026-6875 and exploited pre-authentication.
cpe:2.3:a:checpoint:multi-domain_security_management:*:*:*:*:*:*:*:*CWE-287T1190 Exploit Public-Facing Application, T1550 Use Alternate Authentication Material, T1550.001 Application Access TokenAn authentication bypass in Check Point SmartConsole, the admin console used to manage Security Management and Multi-Domain Security Management (MDS) servers, that lets an attacker intercept a valid login token during sign-in and use it to gain full administrator access without a password.
cpe:2.3:o:paloaltonetworks:pan-os:*:*:*:*:*:*:*:*CWE-565T1190 Exploit Public-Facing Application, T1059 Command and Scripting InterpreterAn authentication bypass vulnerability in Palo Alto Networks PAN-OS / Prisma Access, actively exploited by Qilin Ransomware affiliates as part of ongoing double-extortion campaigns.
Threat Actors
No threat actor activity was observed or reported during this week.
Guidance
This digest can be utilized as a drive to force security teams to prioritize the five exploited vulnerabilities and block the indicators related to the malware HOLLOWGRAPH, HelloInjector, HelloProxy, HelloExecutor, HelloCleaner, HelloBackdoor, SmartLoader, and StealC.
This is an actionable threat digest for HivePro Uni5 customers, who can get comprehensive insights into their threat exposure and action it effortlessly over the HivePro Uni5 dashboard.
01Run a Scan
Discover the assets impacted by the five exploited vulnerabilities: CVE-2026-63030, CVE-2026-60137, CVE-2026-6875, CVE-2026-16232, and CVE-2026-0257.
02Test Security Controls
Simulate the attacks related to the malware HOLLOWGRAPH, HelloInjector, HelloBackdoor, and SmartLoader using Breach and Attack Simulation (BAS).
Publications This Week
CVE-2026-6875: ServiceNow AI Platform Pre-Auth RCE ExploitedDefinitions & Indicators
Known Exploited Vulnerabilities (KEV): Software vulnerabilities for which there are public exploits or proof-of-concept (PoC) code available, and for which there is a high risk of potential harm to an organization's systems or data if left unaddressed.
Celebrity Vulnerabilities: Software vulnerabilities that have gained significant attention and have been branded with catchy names and logos due to their profound and multifaceted impact. These vulnerabilities provide threat actors with opportunities to breach sensitive systems, potentially resulting in unauthorized access and the compromise of critical information.
| Attack Name | Type | Value |
|---|---|---|
| HOLLOWGRAPH | SHA256 | 75e51774b8f79e5f256eaae639635f911b3e744d4774fd6068dd980255621509, F3f3006f8304788251b153d53b305322b8acab0c66ec816b8d9f101bcc851da3, B3d0f6e4e3be395fd7cf9e8101c89963d77216578cbb117a6ac9bc3564485eff |
| HelloInjector | SHA256 | ffdc194775b2904564bbbd1cf0eb01d1a01f83ef5197d1612b6e2d69de7a4732 |
| HelloBackdoor | MD5 | 16C211C96735F2FAE9361B89BD7A31BF, 1BFE2B9493128574907A8279256A8BCC, f9eed2f0158dc98e7012fb809152209c |
| HelloBackdoor | SHA256 | 68b4c76a2280e3c31130d4de12b12dfd479a476f347f5b4a58cb2483d74aba7e |
| SmartLoader | SHA256 | 6f61812b300244df4921cc0eba252181bb2138f76cfe4e6848c73a46917daee1, 66afc7d87d10dbe392898c4e5c613e0442fabb396415c2bef3a5ef2ac752c5ad |
| StealC | SHA256 | 2fc8cabf074616e31880562c58c62874e5d9e3925d2c8603460ba26560b5ffa4, ff8ee64171af93214e844d098c40b2a12e3360a23ecdc7ae9f56a31ea4248c9d, 2335e3bee58734fa08dd2b54905e0ad3e25141521f2ac3e6c3622642de392041, 398ad6a1f99275e87c34ca3ee2785e31b1d4959f4e97d2ce35bf2f61d222454e, 4f4bd485e8615f45401e0ba17c9f6543f185dea4df144a833c4cbdd17696903e, 71962aad3717cd520083309723df6dc7da4ae153a15ea1eed990c832c63db130, c825804d4c73e0264b6c169f59128479090e1854edb5344689c909340b283d32, 2db8be4701751d2cb69f3004939826181ca09faf04ecbe0511322e21cf5955a6, b65d87bdd8660a6dae6cd183964bdd27c521d94123c0f1ae6b490d5fb4963525, 3de02e03f9890e8b6707cfdcaabf5cc829d284209f54fb8496fb7ef2dd36dfcb, a0f34df9b0a19cccf41655ef4a69c28862515a4d8eb607b9ff8992f379471d12, 7f9e2dc8918ea3f90d35ff18dd92963b81e331651d234d6373e269e036606762, 65ba3988d38f83b9ee1f31cafa5bd37dc6b72279f5618aac94d71a904efa0cac, 049f644f98603e4c350f5a46e73f5b7091df869d3cb6f66d3e76ff7767ef2823, 74a37522f2b0ef1d1887d8b93bcd488365cdc675ecb715aa0d4095aa14de7454, b97a437a3058f45bae911a3b95aea1f78ae1b52da557fc67797e36dadee07592, f3eb200ac64568dbad840f6e13fe3c8651a072b1918a4e2eb28dfefaf48a2c03, 1e40fa9dd232593a6f918e0a00efcb542758768ff99afb48c8323fef0f357b55, c4dff48038c602d884dcdf18cdd9d39b332f5b0d76bbf7018360e786dd9320fb |
| Qilin Ransomware | Tor Leak Site | ijzn3sicrcy7guixkzjkib4ukbiilwc3xhnmby4mcbccnsd7j2rekvqd[.]onion |
| Qilin Ransomware | Ransom Note Filename | README-RECOVER-[rand].txt, README-RECOVER-[rand]_2.txt, [Unique ID]-RECOVER-README.txt |
| Qilin Ransomware | SHA256 | d82069cfc9395a240b9c140d283367ab470d587326c5e256aba78eb2c5a9ea85, 37546b811e369547c8bd631fa4399730d3bdaff635e744d83632b74f44f56cf6 |
A comprehensive list of IOCs (Indicators of Compromise) associated with the executed attacks is available on the Uni5Xposure platform.
Next Steps
At Hive Pro, it is our mission to detect the most likely threats to your organization and to help you prevent them from happening.
Book a Demo of HivePro