01 · Overview
Summary
HiveForce Labs has reported a sharp rise in cybersecurity threats, highlighting the growing complexity and frequency of global cyber incidents. Over the past week, six major attacks were detected, four vulnerabilities were actively exploited, and one threat actor group was closely monitored, signaling a concerning escalation in malicious activity worldwide.
Among the most significant developments, attackers are actively exploiting CVE-2026-63077, a critical (CVSS 9.8) unauthenticated RCE flaw in JetBrains TeamCity On-Premises that bypasses authentication to run arbitrary commands with server privileges, exposing credentials and CI/CD pipelines. In parallel, CVE-2026-18577, an authentication bypass in N-able N-central, is being exploited to seize full administrative control of the RMM console and pivot into managed endpoints, including domain controllers.
Meanwhile, ChainDrop, a self-propagating Shai-Hulud npm worm, poisoned the keyv package family within hours, compromising over two billion monthly installs to steal developer and cloud credentials. Researchers also tracked Mirage Kitten (aka UNC1549), an Iranian state-backed group deploying the NightLedger backdoor and custom tunnelers against defense and government targets across the Middle East, Africa, and South Asia. Together, these incidents reinforce the need for timely patching, continuous monitoring, and layered security defenses.
High Level Statistics
NightLedger, BridgeHead, ArcBridge, ChainDrop, FDMTP, XCSSETCVE-2026-18577, CVE-2026-18556, CVE-2026-66066, CVE-2026-63077Mirage Kitten02 · Analyst Notes
Insights
CVE-2026-63077, a critical unauthenticated RCE in JetBrains TeamCity On-Premises, is under active exploitation to hijack build servers and expose CI/CD credentials.
A macOS ClickFix campaign used fake CAPTCHA prompts to install a Go-based stealer that drains cryptocurrency wallets a fraction at a time to evade notice.
XCSSET returned in a stealthier v40 build that blocks macOS security updates while spreading through poisoned Xcode projects.
ChainDrop, a self-propagating Shai-Hulud npm worm, poisoned the keyv package family within hours, weaponizing over two billion monthly installs to steal developer and cloud credentials.
Mirage Kitten (UNC1549), an Iranian state-backed group, deployed the NightLedger backdoor and custom tunnelers against defense and government targets across the Middle East, Africa, and South Asia.
CVE-2026-18577 is being exploited to bypass authentication in N-able N-central, giving attackers full admin control and a pivot into managed domain controllers.
Threat Distribution
03 · Geographic Spread
Targeted Countries
Most Targeted
Least Targeted
04 · Adversary Tradecraft
Top MITRE ATT&CK TTPs
05 · Attacks Executed
Attacks Executed
NightLedger is a previously undocumented Windows backdoor. It masquerades as SspiCli.dll and is designed for DLL search-order hijacking against the legitimate AppVShNotify.exe, abusing the fact that RPCRT4.dll can delay-load SspiCli.dll during authenticated RPC calls, while forwarding expected exports to the real DLL. A UUID-style mutex enforces a single running instance. Functionally, it adds screenshot capture and collection of NetSetup.log on top of TWOSTROKE's core command set.
SHA256: 24771d0a69e442b9493ab1406e0253be1acd31d83f593177fd736f7f6d629ed9BridgeHead is a custom WebSocket-based tunneling tool, observed as a side-loaded DLL unbcl.dll under %LocalAppData%\Microsoft\VisualStudio on an Egyptian host, and libwinpthread-1.dll inside a univpn directory in a Pakistan-based environment. Before activating, it dynamically resolves GetUserNameA from advapi32.dll, lowercases the current Windows username, and checks it for a hardcoded substring; if the match fails, it exits — evidence of prior internal reconnaissance, per-target tailoring of each binary, and an anti-sandbox guard.
SHA256: d80c6f338ecf4997d5dfee92bde9303578982fa6d20e49d3538a269d7f7a048d, SHA256: 78e1d5640936f65071dba0e99abfe85b61a7b1156bfca266edb55585cecfd0a3ArcBridge is a custom WebSocket tunneling tool, first identified in April 2026 in activity against victims in the Middle East. On execution it creates a mutex to enforce single-instance execution using the same UUID-style naming convention matching the NightLedger backdoor and reinforcing common authorship.
SHA256: 0258c24048532e2c6dcd20f15162406e71f9e78763fb256772e4b9c336339fe2, SHA256: f714881161b8249ceb480da57d9f5ed461157d8ccc6080588af7c6a9a9428f6dChainDrop is a self-propagating Shai-Hulud npm worm that harvests developer and cloud credentials via a malicious preinstall hook, then reuses stolen tokens to republish itself across additional packages and repositories. Exfiltrated data is RSA-encrypted and routed through an Ethereum smart contract (EtherHiding) for C2 rotation.
SHA256: 54dc7ea54a1317cca0e890a2770630cf7fa6c97813e0cb9d2caa93012b350668FDMTP is a backdoor malware that lets attackers secretly control an infected Windows computer. It first checks the victim's device to make sure it's a real target, then quietly reports back details like the computer's username, installed antivirus, and network info to the attacker's server. From there, it can download more malicious tools, stay hidden using scheduled tasks and registry tricks, and give the attacker ongoing access to spy on or further compromise the system.
SHA256: 795594ad5e6f2868cc4d8ed12dabf4f3999a1477c6b250527c5ede9a98528fb9XCSSET is a modular macOS malware family that infects Xcode projects and executes when the project is compiled, active since August 2020. The latest version, v40, has been tracked since mid-April 2026 across two waves, adding polymorphic payloads, fileless persistence, a Chrome backdoor, and a Telegram trojanizer.
SHA256: ac3467a04eeb552d92651af1187bdc795100ea77a7a1ac755b4681c654b54692, SHA256: d11a549e6bc913c78673f4e142e577f372311404766be8a3153792de9f00f6c106 · Vulnerabilities Exploited
Vulnerabilities Exploited
CVE-2026-18577 Zero-DayN-able N-central Authentication Bypass Using an Alternate Path or Channel Vulnerability. Affects N-able N-central before 2026.3.1.7. CWE-288. Associated TTPs: T1190 Exploit Public-Facing Application, T1057 Process Discovery.
cpe:2.3:a:n-able:n-central:*:*:*:*:*:*:*:*CVE-2026-18556 Zero-DayN-able N-central Authentication Bypass Using an Alternate Path or Channel Vulnerability. Affects N-able N-central before 2026.2. CWE-288. Associated TTP: T1190 Exploit Public-Facing Application.
cpe:2.3:a:n-able:n-central:*:*:*:*:*:*:*:*CVE-2026-66066 Zero-DayRuby on Rails Active Storage Arbitrary File Read Vulnerability (KindaRails2Shell). Affects Ruby on Rails Active Storage, all versions before 7.2.3.2; version 8.0 and later before 8.0.5.1; and version 8.1 and later before 8.1.3.1. CWE-1188. Associated TTPs: T1203 Exploitation for Client Execution, T1059 Command and Scripting Interpreter, T1083 File and Directory Discovery, T1005 Data from Local System.
cpe:2.3:a:rubyonrails:rails:-:*:*:*:*:*:*:*CVE-2026-63077 Zero-DayJetBrains TeamCity Deserialization of Untrusted Data Vulnerability. Affects JetBrains TeamCity On-Premises, all versions before 2025.11.7 and before 2026.1.3. CWE-502. Associated TTPs: T1190 Exploit Public-Facing Application, T1195 Supply Chain Compromise, T1059 Command and Scripting Interpreter.
cpe:2.3:a:jetbrains:teamcity:*:*:*:*:*:*:*:*07 · Threat Actor Profile
Adversaries in Action
Also known as: UNC1549, TA455, Smoke Sandstorm, Bohrium, DEV-0056, Yellow Dev 13, Subtle Snail, Nimbus Manticore, Screening Serpens, GalaxyGato.
Targeted Industries: Aerospace, Aviation, Defense, Telecommunications, Government, Financial Services, Small and Medium-Sized Business.
Associated Malware: NightLedger, BridgeHead, ArcBridge, affecting Windows platforms.
Targeted Regions: Cameroon, Sudan, Iran, Iraq, Seychelles, Ghana, India, Turkey, Comoros, Central African Republic, Yemen, Guinea, Madagascar, Equatorial Guinea, Saudi Arabia, Malawi, Kuwait, Bhutan, Sri Lanka, United Arab Emirates, Palestine, Liberia, Bangladesh, Mauritania, Oman, Morocco, Lesotho, Tanzania, Bahrain, Angola, Syria, Mali, Nepal, Mauritius, Guinea-Bissau, Senegal, South Africa, Cyprus, Gabon, Algeria, Burundi, Egypt, Libya, Pakistan, Qatar, Nigeria, Togo, Lebanon, Botswana, Israel, Uganda, Zambia, Maldives, Namibia, Ethiopia, Afghanistan, Chad, Ivory Coast, La Reunion, Cape Verde, Jordan, Tunisia, Niger, Rwanda, Kenya, Djibouti, Akrotiri and Dhekelia, Burkina Faso, Democratic Republic of Congo, Zimbabwe.
TTPs: TA0042 Resource Development, TA0001 Initial Access, TA0002 Execution, TA0005 Defense Evasion, TA0007 Discovery, TA0009 Collection, TA0010 Exfiltration, TA0011 Command and Control, T1583 Acquire Infrastructure, T1566 Phishing, T1204 User Execution, T1129 Shared Modules, T1059 Command and Scripting Interpreter, T1574 Hijack Execution Flow, T1497 Virtualization/Sandbox Evasion, T1027 Obfuscated/Encoded Files or Information, T1036 Masquerading, T1082 System Information Discovery, T1083 File and Directory Discovery, T1057 Process Discovery, T1113 Screen Capture, T1005 Data from Local System, T1583.001 Domains, T1583.006 Web Services, T1566.002 Spearphishing Link, T1204.002 Malicious File, T1574.002 DLL, T1497.001 System Checks, T1036.005 Match Legitimate Resource Name or Location, T1071 Application Layer Protocol, T1572 Protocol Tunneling, T1090 Proxy, T1105 Ingress Tool Transfer, T1041 Exfiltration Over C2 Channel, T1071.001 Web Protocols.
08 · Mitigation
Recommendations
This digest can be used as a drive to force security teams to prioritize the four exploited vulnerabilities and block the indicators related to the threat actor Mirage Kitten, and malware NightLedger, BridgeHead, ArcBridge, XCSSET, ChainDrop, and FDMTP.
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 by running a scan to discover assets impacted by the four exploited vulnerabilities, and testing the efficacy of their security controls by simulating attacks related to Mirage Kitten, and malware NightLedger, XCSSET, ChainDrop, and FDMTP in Breach and Attack Simulation (BAS).
09 · Related Coverage
Threat Advisories
- N-able Confirms Active Exploitation of N-central Authentication Bypass Flaw
- Mirage Kitten Marks New Territory Across the Middle East and Africa
- ChainDrop: Shai-Hulud npm Supply Chain Worm Compromises keyv Ecosystem
- A Fake Update, a Real Threat: The FDMTP Backdoor's Supply Chain Run
- XCSSET v40 Locks macOS Out of Its Own Security Updates
- Fake CAPTCHA, Real Theft: macOS ClickFix Drains Crypto Wallets
- Unsafe by Default: KindaRails2Shell Exposes Ruby on Rails to File Read and RCE
- CVE-2026-63077: Critical TeamCity On-Premises RCE Under Active Exploitation
10 · Appendix
Appendix
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.
Indicators of Compromise (IOCs)
| Attack | Type | Value |
|---|---|---|
| NightLedger | SHA256 / MD5 | 24771d0a69e442b9493ab1406e0253be1acd31d83f593177fd736f7f6d629ed9, A239E655709A2518DD0B7BDBED163679 |
| BridgeHead | SHA256 / MD5 | d80c6f338ecf4997d5dfee92bde9303578982fa6d20e49d3538a269d7f7a048d, 78e1d5640936f65071dba0e99abfe85b61a7b1156bfca266edb55585cecfd0a3, f0c0357b12b5e6125bf97f6806f91e9183cac133600b2d9c46a7a0a2da997754, 5FA15EF96808EA82F0A6176F0BB4B386, 42F847597109DA2A220391BB09D00676, AFB1C1583606599C7272CFB33CC6F498 |
| ArcBridge | SHA256 / MD5 | 0258c24048532e2c6dcd20f15162406e71f9e78763fb256772e4b9c336339fe2, f714881161b8249ceb480da57d9f5ed461157d8ccc6080588af7c6a9a9428f6d, 87fa75eaa5d538826570ac7d4f0bcf58879183bac90c068f1b7477883296c416, e0e98bde358a6cf02c36a794021dfd921a7f55c5c7a0a4cd241e9568ed4a4016, 2592f40a2ee9dde24eb966c5b0b1afe7ddbc8e80aee4662e68295ad1608a79ee, 6038D42AF0AFFD1FB263F470C0956F6B, AE628EFA305387B633DCE82F9364875B, F7D36CC5904A53252D2BB3D21615134F, C90F0EFADBF322E5EB1C4103A38C30E6, D09B14A2FE01C7363ECC56F5D046162C |
| XCSSET | SHA256 / Domains | ac3467a04eeb552d92651af1187bdc795100ea77a7a1ac755b4681c654b54692, d11a549e6bc913c78673f4e142e577f372311404766be8a3153792de9f00f6c1, 172eb05a2f72cb89e38be3ac91fd13929ee536073d1fe576bc8b8d8d6ec6c262, a238ed8a801e48300169afae7d27b5e49a946661ed91fab4f792e99243fbc28d, accapple[.]ru, adschecks[.]ru, adsmobi[.]ru, adsmorein[.]in, adsmoreme[.]in, amdcdn[.]ru, amzndev[.]in, amzndev[.]ru, amznprod[.]in, applecdn[.]ru, appledisk[.]ru, appledns[.]ru, applehosts[.]ru, appletime[.]in, bulksec[.]ru, cdnamz[.]in, cdnamz[.]ru, cdnapple[.]in, cdnatapple[.]ru, cdnroute[.]ru, checkcdn[.]ru, chromeads[.]ru, cnmag[.]ru, devnetaps[.]ru, dnsapple[.]ru, dnsrelays[.]ru, explorecdn[.]ru, fiddlejoy[.]ru, figmacat[.]ru, figmanets[.]in, funchats[.]ru, gironetcdn[.]ru, goalmate[.]ru, googlenets[.]ru, greencn[.]ru, icloudsnet[.]ru, imails[.]ru, legalads[.]in, littleads[.]in, littledns[.]ru, maganet[.]ru, mindelgate[.]ru, netapsdev[.]ru, netcdnads[.]in, netcdnamz[.]ru, netcdndev[.]in, netcorps[.]ru, netsprot[.]in, netsproto[.]in, networkads[.]in, rigacdn[.]in, rigmajoys[.]in, rigmanet[.]ru, rigmanets[.]in, sahusuzuki[.]in, stuffdns[.]in, testjoys[.]ru, timewebnet[.]in, vigmanet[.]ru, whitead[.]in, whiteads[.]ru, wincdn[.]ru, windsecure[.]ru |
| ChainDrop | SHA256 | 54dc7ea54a1317cca0e890a2770630cf7fa6c97813e0cb9d2caa93012b350668, fd3ca4007b225fdf8de7af4345a19179d5efa8c4bb9205f88cda806e5684b1eb, 9fc2570b7cef51c1b8df116d144d11ff4096357be7d2c4c6367cfc2509cf1bcc |
| FDMTP | SHA256 | 795594ad5e6f2868cc4d8ed12dabf4f3999a1477c6b250527c5ede9a98528fb9
|
A comprehensive list of IOCs (Indicators of Compromise) associated with the executed attacks is available on the Uni5Xposure platform.
What Next?
At Hive Pro, it is our mission to detect the most likely threats to your organization and to help you prevent them from happening.
