Security news from the BlueTeamSec community for Wednesday the 26th of August 2026, with ten stories to get through.
The DFIR Report has published the first part of a detailed write-up on BengalSEO, a financially motivated group based in Rajasthan that's been running SEO poisoning campaigns since 2015. They're targeting consumers searching for software support, using keyword stuffing and dynamic evasion techniques to funnel victims into tech support scams and malware drops. Worth reading if you're tracking the mechanics of large-scale scam infrastructure.
VulnCheck has written up the technical detail behind a critical SharePoint remote code execution flaw patched in the August Cumulative Update. The vulnerability lets attackers upload malicious files that trigger unsafe type instantiation, giving them code execution on the server. One for SharePoint admins who haven't yet applied this month's patches.
A piece from Ananda Dhakal explores how large language models have changed vulnerability research workflows, shifting the work from manual code review to AI orchestration and validation. The argument is that professionals now face a choice: specialise in infrastructure that validates AI output, or focus on novel vulnerability classes that still require human expertise. Particularly relevant if you're thinking about where security research is headed.
David Adrian's published a short essay arguing that the industry is stuck in an unsustainable reactive patching loop. The piece advocates shifting toward systems with enforced invariants and inherent robustness, rather than playing detective after the fact. He notes that AI has made vulnerability discovery cheaper, but risks accelerating the same ineffective cycle unless teams adopt proactive architectures.
AlloySecureGroup has released MADHATTER, a research tool for studying adversarial attacks against Qwen-based language models. It uses gradient-guided token perturbations to bypass safety mechanisms, and the tool can help researchers distinguish vulnerabilities in base models from those introduced through fine-tuning. One for offensive AI researchers or defenders testing AI-driven agents.
A Beacon Object File implementation of DNS server remote code execution has been published by a researcher going by Paradoxis. The tool exploits the ServerLevelPluginDll functionality in Microsoft DNS to escalate to SYSTEM on Domain Controllers, and requires DnsAdmins group membership. We covered a couple of similar BOF projects last week, so this fits into a wider pattern of tooling for post-compromise pivoting.
Researchers have broken Rhysida ransomware without paying the ransom, thanks to a cryptographic flaw in how the malware seeds its random number generator. The ransomware uses predictable system time to generate encryption keys, which allows brute-force recovery of the master key from the encrypted blob appended to files. Useful if you're responding to Rhysida incidents or tracking ransomware tradecraft failures.
A debugger prototype called GhostDebug has been released, designed to evade anti-debugging checks in malware and protected applications. It uses stealth hooks to bypass detection mechanisms like hardware breakpoint checks and the IsDebuggerPresent API. One for reverse engineers working with evasive samples.
Dominik Reichel has written up SLEEPWALKER, a passive backdoor that sits dormant in memory until activated by a magic trigger packet, then executes encrypted bytecode commands. It targets ESET Management Agent endpoints through DLL side-loading and employs its own command language for post-compromise operations. Notable for the degree of stealth involved, particularly the lack of network activity while dormant.
And finally, Datadog Security Labs has published detection primitives for eBPF rootkits, covering three families that manipulate kernel introspection to evade detection tools. The malware overwrites user-space memory, forces deceptive kernel return values, and crashes debugging utilities to stay hidden from standard security tooling. Particularly relevant if you're defending Linux environments or tracking rootkit evolution.
That's everything for today. The articles are the work of their original authors — the analysis here was automated.