LIVE · cybersecurity feed
Live wire
CVE-2026-66066 · KindaRails2Shell threatens Ruby on Rails apps (CVE-2026-66066)Rails patches critical Active Storage flaw with RCE potentialCVE-2026-48449 · Adobe fixed a maximum-severity vulnerability flaw in Campaign ClassicRuby on Rails Patches Critical VulnerabilityHackers Poison Adform Script to Swap Crypto Wallet Addresses Across Customer SitesHijacked Hotel Wi-Fi Pushes Fake Updates to Deliver Surveillance MalwareCaptiveCrunch: Midnight Blizzard targets travelers worldwide for malware delivery and credential theftHollowFrame Loader Deploys Matryoshka Backdoor in Spear-Phishing Attack on Law FirmCVE-2026-33017 · Chinese Hacker Uses DeepSeek AI to Orchestrate Vulnerability ExploitsThis month in security with Tony Anscombe – July 2026 edition
security

HollowFrame Loader Uses Fake Python DLL to Evade Defender

New HollowFrame loader hid Go code in a fake Python DLL after pre-staging Defender exclusions

zeroday.news · 3h ago

A previously undocumented loader framework has been observed by Blackpoint Cyber's Adversary Pursuit Group (APG) leveraging a counterfeit Python runtime to disguise Go code, after first configuring Microsoft Defender to overlook the directories and processes it intended to exploit. The intrusion, detailed in research published on July 30, affected two endpoints at a law firm, deploying two new malware families: a Go-based loader dubbed HollowFrame and a pair of Rust backdoors named Matryoshka.

The attack chain commenced with a spear phishing email directed at multiple staff members. A link within the email redirected recipients through an attacker-controlled server to an encrypted archive hosted on Mega. This archive contained a shortcut file, "Case Documents.lnk," which, when executed, wrote Base64 encoded content to a temporary file. This content was then used by the built-in certutil utility to reconstruct and launch an obfuscated PowerShell script.

Upon execution, the PowerShell script prompted the user for administrator privileges. Once elevated, it established Microsoft Defender exclusions for both a staging directory and the process name "python.exe." Only after these exclusions were in place did the system begin downloading executable content, effectively creating a "trusted looking execution lane" for the subsequent payloads.

The downloaded archive was designed to mimic an official Python embedded distribution, though its filename, "amd96," deviated from the standard "amd64." Launching the bundled "python.exe" without any script or module argument initiated a DLL sideloading attack. The accompanying "python311.dll" was not the legitimate CPython library; instead, it was a 64-bit Go library. This malicious DLL exported only four Python-compatible function names, sufficient to satisfy the host's import requirements and transfer execution to the malicious Go code.

This Go code constituted HollowFrame, a modular loader offering various execution methods, including process ghosting, module stomping, and manual PE mapping. This modularity allowed the framework to generate different telemetry across different endpoints. Before executing, HollowFrame performed checks for system uptime, installed memory, and cursor movement. It also offered three persistence mechanisms: a scheduled task, a WMI event subscription linked to new logon sessions, and placement in the Startup folder.

HollowFrame then deployed a native loader that sideloaded a malicious "version.dll" alongside a legitimate OneDrive updater. This action embedded the first Matryoshka backdoor's command execution and network traffic within a trusted Microsoft process. A second Matryoshka variant, implemented as a Rust "wtsapi32.dll" proxying 41 Windows Terminal Services exports, utilized GitHub for command and control.

Each victim was assigned a unique directory within a private GitHub repository, which housed beacon, command, and result files. This setup allowed the operator to issue tasks and transfer files without needing a custom command and control server. Beyond providing shell access, this variant could identify domain controllers, enumerate domain computers and privileged group memberships, and inventory network configurations, local privileges, and installed software. Its network requests were observed to carry a OneDrive user agent, which Blackpoint Cyber identified as a potential detection indicator.

Blackpoint Cyber recommends correlating unexpected GitHub API connections from non-browser processes with requests for tasking files and flagging signed binaries that load adjacent DLLs from user-writable paths. The firm also advises restricting GitHub API access from endpoints that do not have a development role, reviewing scheduled tasks and WMI subscriptions for update-themed names, and detonating password-protected archives and shortcut files in a controlled environment.

ShareXLinkedInWhatsAppFacebook

More News

view all →
CVE-2026-66066critical

KindaRails2Shell threatens Ruby on Rails apps (CVE-2026-66066)

A critical security vulnerability (CVE-2026-66066) in Ruby on Rails (aka Rails), one of the most widely used frameworks for building websites and web apps, may allow attackers to read sensitive files off a server and, in some cases, take full control of it. Nicknamed “KindaRails2Shell” by the researchers who found it, the flaw lets an attacker sneak a booby-trapped file past a website’s image-uplo

security

Qodana 2026.2 adds post-quantum crypto checks for JVM code

Qodana 2026.2 shipped with new security inspections, published benchmark results, post-quantum cryptography checks, and coverage reporting that no longer has to be pointed at the reports. The security work sits in the .NET linter and runs by default. Qodana tracks untrusted data across files in C#, JavaScript, and TypeScript, which turns up SQL injection, command injection, cross-site scripting, a

security

A week in security (July 27 – August 2)

A list of topics we covered in the week of July 27 to August 2 of 2026

patch

AI is 'both the weapon and the target' in latest wave of cyberattacks

CrowdStrike tracks 89% surge in machine-assisted activity as patch windows shrink to 48 hours

vulnerability

CrowdStrike: AI is now both the weapon and the target in cyberattacks

AI generates 2.5 signals for every human-triggered signal CrowdStrike has to assess. Meanwhile, attackers are using AI to weaponize vulnerabilities faster than companies can patch them. The post CrowdStrike: AI is now both the weapon and the target in cyberattacks appeared first on CyberScoop.

ai

OpenAI teases Astra, its next major AI model, after it solves 10 long-standing math problems

OpenAI has revealed Astra, an unreleased model designed to tackle complex, long-running tasks, after an internal version produced ten significant advances in mathematics and theoretical computer science. [...]