🛡️ InfoSec Blue Team Briefing

Saturday, September 26, 2026

🎧 Audio Briefing

Download MP3

Security news from the BlueTeamSec community for Saturday the 26th of September 2026. A busy one, with sixteen stories — we'll start with a pair of CISA alerts that need immediate attention.

CISA have added a critical WordPress vulnerability to the Known Exploited catalogue — CVE-2026-87902. It's an unauthenticated path traversal in the template loader that chains into remote code execution, affecting WordPress versions 4.7 through 7.1.1. Exploitation was confirmed in the wild within hours of disclosure, so if you've got WordPress installations anywhere, patch to 7.1.2 immediately and hunt for web shells.

And the second CISA alert covers CVE-2026-67279, a pre-authentication SSH bypass in MikroTik RouterOS. This one's part of the MikroTrick exploit chain we covered earlier in the week — when combined with another vulnerability, it gives unauthenticated attackers full administrative control over internet-facing routers. Patch to the latest stable release and lock down SSH to trusted management IPs until you do.

Viettel Cyber Security have detailed CVE-2026-65660, a SharePoint vulnerability Microsoft initially classified as a spoofing issue but which actually enables remote code execution. The researchers demonstrated it can be chained for pre-authentication RCE through a type-check bypass in the editing page parser component. Microsoft patched in August, but worth revisiting if you've got SharePoint deployments.

Patrick Wardle's published a proof-of-concept for a local privilege escalation in the Muse application — unprivileged processes can modify an undocumented configuration setting to redirect dictation traffic to attacker-controlled endpoints. It's a local exploit, so requires existing code execution, but it abuses Muse's elevated permissions to intercept data and inject prompts. One for macOS environments running Muse.

Researchers from Flashpoint have disclosed a novel EDR evasion technique called Process Parameter Poisoning. It works by embedding malicious shellcode in process initialisation structures — specifically in undocumented fields like the STARTUPINFO reserved parameter — which lets attackers inject and execute payloads without triggering the usual API hooks. Traditional EDR solutions that rely on hooking memory allocation calls will miss this one.

Socket discovered a malicious Firefox extension masquerading as a PDF identity verification tool on the official Add-ons store. It targets Portuguese and Spanish-speaking users, hijacks Google accounts by stealing session tokens, intercepts password reset flows, and uses dynamic payload fetching to evade static analysis. Worth flagging if you've got centralised extension management policies.

And on a similar note, a researcher has documented malicious drivers signed through the Windows Hardware Compatibility Program. Attackers obtained legitimate Microsoft signatures for kernel-mode drivers that operate at the highest privilege level, bypassing signature verification entirely. Detection rates remain low, and the signing entities include both corporate and individual certificate holders.

A research team from ETH Zurich and Anthropic have demonstrated a scalable deanonymisation attack using large language models. The technique analyses writing style and personal disclosures across platforms to link anonymous content to real identities, using embedding-based retrieval followed by reasoning to exploit what they call contextual collapse. The implication is that writing habits create biometric-like identifiers even without explicit personal information.

Project Black have published research showing how an uncensored local language model can autonomously generate and refine credential-dumping malware that evades EDR. The AI iteratively implemented behavioural obfuscation and signature avoidance, all on about five dollars of compute. It's a fairly stark demonstration of how accessible sophisticated malware development has become.

ThreatDown have written up CARBONATO, a Docker-based botnet that exploits unauthenticated Docker daemons to gain access and spread as a worm. It uses an AI-driven Telegram command interface to perform targeted credential harvesting, with primary focus on exfiltrating API keys from fourteen major AI providers including OpenAI and Anthropic. It's been active since October last year and scans for new victims every five minutes.

NetAskari have analysed leaked internal documents from Chinese firm ZRON, which appears to operate as an espionage-as-a-service provider for government and security institutions. The company targets foreign embassies, ministries, and individuals globally whilst publicly presenting itself as a legitimate cyber forensics business. Adds useful context to the broader Chinese contractor ecosystem.

Christian Harris has presented on the forensic limitations of Google Workspace during incident response. The core issue is that native logging tools lack the granularity needed to determine exact scope of unauthorised access via OAuth compromises — investigators can't identify which specific files or emails were accessed, and there are significant gaps around correlation IDs and log latency. Forces you to assume worst-case during breach investigations.

A researcher discovered that the ZCode AI coding assistant was silently exfiltrating entire Git repositories — including history, configuration files, and large file storage assets — to Aliyun cloud storage without user consent. The data collection was encrypted and executed automatically at startup with no ability to disable it through the interface. One to remove if it's deployed anywhere in your estate.

PwnDefend have released Agentic Swarm, a repository of synthetic enterprise telemetry datasets designed for security research into AI agent behaviour. It provides five thousand events of ground truth data to help teams analyse agent-to-agent communication patterns and build detection signatures for malicious autonomous activity. Useful resource if you're working on detection engineering for agentic systems.

And finally, researchers have released REx-Skill, a multi-agent reverse engineering framework for discovering and validating vulnerabilities in compiled binaries. It uses seven independent subagents analysing decompiled code, disassembly, and runtime data to confirm bugs across ELF, PE, and Mach-O formats. Built on reproducible tooling including Ghidra and symbolic execution engines.

That's all for today. Attribution goes to the original authors — the analysis here was automated. We'll be back with the next briefing shortly.

📰 Articles Covered