What GRP-Obliteration Tells You About Your AI System’s Threat Model

Microsoft researchers reversed LLM safety alignment across 15 models using a single adversarial training prompt. The attack exploits a fundamental design flaw: safety implemented as learned behavior can be inverted through training-based attacks. For product security teams deploying AI systems, the lesson is architectural – security properties must be enforced through system design, not statistical tendencies.

Why Privileged Access Management Tools Must Be Designed to a Higher Security Standard Than the Systems They Protect

When a Privileged Access Management platform is the target, the blast radius is everything behind it. CVE-2026-1731, a CVSS 9.9 pre-authentication OS command injection in BeyondTrust Remote Support, went from public PoC to confirmed in-the-wild exploitation in under 24 hours — exposing 8,500+ unpatched on-premises instances. This article dissects the PAM Platform Paradox and what it demands from product security architecture.

Six Zero-Days in One Month: Microsoft February 2026 Patch Tuesday and the Systemic Failure of Security Feature Bypass Defenses

Analysis of Microsoft’s February 2026 Patch Tuesday addressing approximately 58-59 vulnerabilities (reporting varies by source) including six actively exploited zero-days, with three security feature bypass flaws consistent with clustered bypass exploitation activity Table of Contents Technical Analysis: Attack Chain Mechanics CVE-2026-21510: Windows SmartScreen and Shell Bypass CVE-2026-21513: MSHTML (Trident) Embedded Rendering Component Bypass CVE-2026-21514: Microsoft … Read more

When AI Agents Become Attack Surfaces: The Claude Desktop Extensions Remote Code Execution Vulnerability and Autonomous Tool Chaining Without Trust Boundaries

Analysis of a maximum-severity remote code execution vulnerability (no CVE assigned as of February 10, 2026) in Claude Desktop Extensions discovered through LLM-driven tool chaining research, demonstrating architectural failure in AI agent trust boundaries Table of Contents Problem Framing: The Autonomous Tool Chaining Trust Boundary Failure Defining System Boundaries and Architectural Invariants Separating Threat Models … Read more

When MFA Becomes the Attack Surface: Synchronized Vishing, Real-Time Relay, and Authentication Trust Boundaries

Analysis of synchronized vishing attacks bypassing MFA through real-time authentication orchestration Executive Summary Thesis: The ShinyHunters-branded vishing campaign (January 2026) demonstrates that multi-factor authentication is not a security primitive but a user experience optimization when the authentication flow itself can be compromised through real-time adversary-in-the-middle orchestration. Data: Okta documented custom phishing kits enabling synchronized vishing … Read more

Shadow AI and the Machine Identity Governance Crisis: Why Most IAM Programs Weren’t Designed for This

Executive Summary The thesis: Shadow AI represents an architectural failure in identity governance for autonomous systems, not a policy enforcement problem. Most enterprise IAM programs were optimized for human users; machine identity governance remains under-tooled and under-owned. The data: Gartner reports IAM teams are responsible for only 44% of machine identities (2025). IBM found shadow … Read more

The Salesloft/Drift OAuth Breach: When Your SaaS Integrations Become Attack Vectors

Executive Summary The Salesloft Drift OAuth breach (August 2025) compromised 700+ organizations through weaponized OAuth tokens, demonstrating why product security teams must threat model SaaS integrations as untrusted attack surfaces. This analysis examines the technical mechanics, architectural anti-patterns, and secure-by-design lessons for teams building or evaluating third-party integrations. The Attack: Six Months of Silent Credential … Read more

Stop Treating LLM Agents as Trusted Users: Lessons from GitLab CVE-2021-39935

CISA added CVE-2021-39935 to the KEV catalog on February 3, 2026 – a 2021 GitLab SSRF vulnerability now seeing active exploitation. The federal remediation deadline is February 24, 2026. This is worth examining not because it’s novel (GitLab patched it in October 2021), but because the threat model around CI/CD attack surfaces has fundamentally changed … Read more

Don’t Pipe URLs into Shell Scripts: Lessons from CVE-2026-1281

On January 29, 2026, Ivanti publicly disclosed two critical Ivanti EPMM zero-days (CVE-2026-1281 and CVE-2026-1340, CVSS 9.8) that expose a high-risk anti-pattern: shell scripts processing untrusted HTTP input inside privileged management infrastructure. At a high level, these were pre-auth RCEs enabled by unsafe shell evaluation semantics (not just string handling). The root cause traces to … Read more

Thoughts on Fortinet’s CVE-2026-24858

Fortinet’s CVE-2026-24858 highlights a critical architectural anti-pattern that every product security team should understand: authentication bypass through alternate paths in SSO implementations. This critical zero-day (CVSS 9.4) allowed attackers with any FortiCloud account to authenticate to other customers’ FortiOS, FortiManager, and FortiAnalyzer devices – even on fully patched systems that had addressed previous SSO bypasses … Read more