A roundup of 82 items curated from across the security community.
News
Talos is tracking in-the-wild exploitation of CVE-2026-20182, an authentication bypass in Cisco Catalyst SD-WAN Manager and Controller.
- Pwn2Own Berlin 2026: DEVCORE takes Master of Pwn by Dustin Childs.
DEVCORE took Master of Pwn at Pwn2Own Berlin 2026, capping an event that paid $1,298,250 for 47 zero-days. Orange Tsai chained three bugs to RCE as SYSTEM on Exchange for $200,000.
ShinyHunters dumped a 9.4GB database from 7-Eleven franchisee systems after the company refused to pay, exposing over 185,000 accounts.
A CISA contractor published GovCloud access keys, plaintext passwords, and SSH keys to a public GitHub repo. Senator Hassan is now pressing CISA and DHS for answers. Also: lawmakers demand answers.
No malware, just a legitimate admin tool: attackers issued remote wipe commands through Stryker’s Microsoft Intune, clearing 200,000 devices across 79 countries. Confirmed in an SEC filing.
- Composer supply-chain attack compromises laravel-lang packages by Giuseppe
N3mes1s.
Multiple laravel-lang Packagist packages were backdoored with autoload-time payloads across 50-plus versions. Pin to a known-good commit and rotate secrets. Also: bumblebee exposure scanner, npm staged publishing.
More this week (15)
- GitHub Enterprise Server signing-key rotation after internal-repo breach by Natalie Guevara.
- Fast16 malware targeted nuclear-weapons simulation software.
- Lithuania investigates breach exposing 600,000 registry records.
- CVE-2026-9256: new nginx rewrite-module vulnerability (nginx-poolslip).
- Netherlands seizes 800 servers, arrests two for aiding Russian cyberattacks.
- Alleged Kimwolf IoT botmaster arrested in Canada.
- TrapDoor crypto stealer hits npm, PyPI, and Crates.io by Giuseppe
N3mes1s. - Composio discloses breach via its internal AI agent tooling by Giuseppe
N3mes1s. - FBI’s 2025 Internet Crime Report by Bruce Schneier.
- Sanctioned and seized, the Dutch-busted hosting network keeps scanning.
- Inside CrowdStrike’s takedown of a developer-targeting botnet by SwitHak ().
- FBI advisory: ransomware crews abuse the First VPN service by SwitHak ().
- Microsoft details Fox Tempest’s malware-signing-as-a-service by SwitHak ().
- INTERPOL’s Operation Ramz: 201 arrests across MENA by SwitHak ().
- Microsoft responds to the Nightmare-Eclipse zero-day disclosures by K̵i̵r̵k̵ ̵T̵r̵y̵c̵h̵e̵l̵.
Techniques and Write-ups
- YellowKey zero-day defeats default Windows 11 BitLocker by Bruce Schneier.
A reliable exploit bypasses BitLocker on default Windows 11 deployments. It needs physical access, but undermines the at-rest protection many orgs assume.
Prompt-injection chain that turns the Strix AI pentest agent’s sandbox into reliable remote code execution. A concrete walk-through from injection to impact.
Midnight Blue dissects a cyber incident on Taiwan’s high-speed rail, including the TETRA radio angle. Part one of the analysis.
An authentication bypass in PAN-OS GlobalProtect CAS auth lets an attacker connect to a target’s VPN. Hacktron breaks down the bug.
Project Zero details “When a Door Closes, a Window Opens,” a zero-click exploit chain against the Pixel 10.
Telemetry fingerprints and ready-to-ship detection rules for Tycoon2FA adversary-in-the-middle attacks across Entra ID and Google Workspace.
A phishing technique that turns a single captured PIN into the victim’s entire Google Password Manager vault.
VoidSec turns a 12-byte kernel increment into both a local privilege escalation and a browser sandbox escape, with full exploitation strategy.
The NSA publishes security design considerations for AI agent workflows built on MCP, covering the risks of wiring diverse capabilities into one agent.
- Tenant enumeration is dead by Sprocket Security.
Microsoft closed the unauthenticated ACS metadata endpoint that dumped every domain in a tenant in one GET. Recon now means stitching together DKIM CNAME lookups, MX brute-forcing, and authenticated Graph queries.
After DEF CON patched their QEMU n-day, kqx goes hunting and turns up a fresh 0-day in the same hypervisor.
MIT researchers built an operating system for reverse engineering CPUs and used it to probe Apple Silicon branch predictors, uncovering Phantom fetches.
Microsoft dissects Kazuar, the nation-state botnet, breaking down how it is built and operated.
More this week (34)
- Talos discloses TP-Link, Photoshop, OpenVPN, and Norton VPN flaws by Kri Dontje.
- Tracking a commodity BadIIS malware-as-a-service ecosystem by Joey Chen.
- Identifying People Using Wi-Fi Routers by Bruce Schneier.
- AI-assisted kernel exploit on Apple’s M5 by Bruce Schneier.
- We hardened zizmor’s GitHub Actions static analyzer.
- Navigating lax load balancers: when an intersection gets you inside.
- OTP lockout state enabled an OLX account takeover.
- The War Between Wars: an IRGC front’s destructive OT and IT attacks.
- How Mythos did not bypass Apple Memory Integrity Enforcement.
- Restoring testability in Burp Suite with a custom extension.
- Gargoyle, a decade later by Giuseppe
N3mes1s. - CERT.pl on autonomous, LLM-driven fuzzing by Giuseppe
N3mes1s. - CVE-2026-9082: unauthenticated SQL injection in Drupal core JSON:API by Giuseppe
N3mes1s. - Megalodon sprays fake GitHub PRs to compromise CI/CD by Giuseppe
N3mes1s. - Red Team Gold: extracting credentials from MDT shares by Oddvar Moe.
- Hunting ROADtools abuse with AADGraphActivityLogs by Sean Metcalf.
- Mitigating and detecting AITM in Entra ID by Sean Metcalf.
- Stealthier RDP persistence by bypassing the Remote Desktop Users group by Sean Metcalf.
- Catching Azure VM RunCommand abuse that activity logs miss by Samir.
- Spelunking through Splunk by Alexander Sou.
- Bypassing 429 rate limits on Microsoft Graph by S3cur3Th1sSh1t.
- Local models vs frontier models at finding Linux kernel bugs by SinSinology.
- Why NTLM reflection fails on pre-2016 Windows by Steven Lowson.
- Mapping 1,350 C2 servers across the Middle East by SwitHak ().
- Using the Windows Server 2003 source to make red team tools blend in by Rasta Mouse.
- How vulnerable OLTs could expose entire ISP networks by winterknife.
- An unexpected journey into Microsoft Defender’s signatures by Alex Ionescu.
- Postcards from OffensiveCon 2026 by Alex Plaskett.
- A look at the Linux epoll use-after-free by Alex Plaskett.
- An agent pipeline that found five V8 Wasm type-confusion bugs by Alex Plaskett.
- PCIe DMA cheats: IOMMU bypass, FPGA hardware, and detection by Alex Plaskett.
- Navigating the iOS MTE landscape by Alex Plaskett.
- ExploitBench: benchmarking AI exploit generation by Alex Plaskett.
- Reverse engineering and modifying HDD firmware by Alex Plaskett.
Tools and Exploits
- Introducing EvidenceForge: Synthetic security logs that don’t look (as) fake by David J. Bianco.
Talos open-sources a generator for realistic, multi-format security log datasets, so teams can train analysts and validate detections without hand-built simulations.
- TailscaleHound: mapping Tailscale attack paths in BloodHound by Andrew Gomez.
A BloodHound OpenGraph collector that maps Tailscale users, devices, ACLs, routes, and keys so you can answer who can reach what.
TREVORspray adapts to the post-ACS world: it now pulls M365 tenant names from DKIM selector CNAMEs during recon, and adds a –user-enum flag for scripted spraying.
More this week (11)
- Mona tellme: AI-assisted crash triage.
- LOLRMM: spotting and blocking the RMM tools attackers abuse by The Haag™.
- FortiGate SSL-VPN honeypot adds AI summaries and AD validation by Peter Gabaldon.
- The Relay Bible: an NTLM relay reference by Sean Metcalf.
- MiniPlasma: standard-user to SYSTEM LPE on patched Windows 11 by Samir.
- CLR-STOMP: in-memory .NET via module stomping to fool ETW and AMSI by S3cur3Th1sSh1t.
- Microsoft open-sources Rampart and Clarity for agentic AI safety by SwitHak ().
- Metasploit module for Hikvision NVR RCE (CVE-2025-66177) by X-C3LL.
- Impacket 0.13.1 adds new relay surfaces by Rasta Mouse.
- Striga: lifting x86 to LLVM IR in Python by winterknife.
- xpcspy updated for the latest Frida, now in OWASP MASTG by Abdelrahman.
