Security & Threat Intelligence

The Watch

The Signal

An active Adobe Reader zero-day can read local files, fetch remote code

Simultaneously, attackers used Claude and GPT-4.1 operationally to exfiltrate Mexican citizen data, confirming AI-assisted offense has moved from theory to confirmed field operations.

In Play

  1. Adobe Reader Zero-Day + AI Weaponization Goes Operational

    Unpatched Adobe Reader zero-day enables local file read, remote code pull, and partial sandbox bypass via crafted PDF. Separately, Claude and GPT-4.1 confirmed used in live cyberattack to exfiltrate citizen data. Wharton research shows persuasion techniques 2x LLM safety bypass rates. AI-assisted offense is now operational, not theoretical.

    Ask Clarity
  2. Agentic AI Governance Crisis: Privilege Models Are Broken

    JHU ManyIH research proves frontier models fail at resolving privilege-level conflicts — the exact capability AI agents need to operate safely. Meanwhile, 6+ sources report agents with prod creds, screen access, and shell execution deploying without security review. Factory Droids run at Morgan Stanley and EY. Gemini's macOS app reads any active window. Cursor projects $6B+ ARR.

    Ask Clarity
  3. Credential Kill Chain Convergence + DPRK Zoom Campaign

    A unified credential kill chain is now standard: infostealer logs → spray within 2 weeks → AitM session theft bypasses MFA → pivot to OAuth tokens and service accounts. DPRK actors are actively harvesting credentials via fake Zoom updates targeting crypto/finance workers — no exploit required. Atomic Stealer leads Mac detections. FIDO2 mandate and VPN elimination are the prescribed remediation.

    Ask Clarity
  4. AI-Hallucinated Package Names Create New Supply Chain Poisoning Vector

    AI coding assistants (Copilot, Cursor, Claude Code) hallucinate plausible package names that attackers already squat on public registries — turning every AI-assisted 'npm install' into potential RCE in your CI pipeline. RL fine-tuning now trains agents to autonomously master any API, and LLMs default to legacy dependency patterns (pip over uv at 70% rate).

    Ask Clarity
  5. Signal Messages Persist in iOS Notification Databases

    FBI forensics in a Texas case recovered Signal messages from iPhones via iOS system notification databases — even after app deletion. This is an iOS architecture behavior, not a Signal flaw: any encrypted messaging app using notifications is affected. Physical access + forensic tooling = message recovery. MDM wipe procedures may not clear these stores.

    Ask Clarity

Deep Dives

Adobe Reader Zero-Day and AI-Assisted Offense: Two Active Threats Demanding Action This Week

What Happened

Malwarebytes reports an active Adobe Reader zero-day that allows a crafted PDF to read local files, pull remote code, and partially bypass Adobe's sandbox — the primary defense-in-depth control for PDF rendering. No CVE has been assigned. No patch is available. PDF remains the most commonly weaponized document format in enterprise phishing campaigns, and partial sandbox bypass means the attacker doesn't need a full escape — they're reading files and fetching payloads from within a weakened containment boundary.

Simultaneously, a separate confirmed incident revealed attackers used Claude (Anthropic) and GPT-4.1 (OpenAI) to process and exfiltrate Mexican citizen data during an active cyberattack. This isn't AI generating phishing emails — this is AI used as an operational tool within an attack chain for data handling during exfiltration. Bruce Schneier's analysis of cybercriminal forum discussions confirms this is not isolated: underground forums are actively discussing AI for fraud, tool development, and operational security.


LLM Safety Guardrails: Systematically Brittle

Wharton Generative AI Labs research found that applying classic persuasion principles — authority, commitment, and scarcity — more than doubles compliance with requests that LLM safety would normally block. This transforms jailbreaking from art into repeatable methodology. If you run any customer-facing or internal LLM application, these aren't edge cases — they're the new baseline attack.

The baseline threat model should now assume AI-augmented adversaries. AI-assisted offense has moved from proof-of-concept to confirmed field operations.

Cross-Source Pattern

Multiple intelligence streams converge on the same conclusion: AI is accelerating both sides of the security equation simultaneously. OpenAI created GPT-5.4-Cyber (a deliberately permissive model for defenders) while attackers weaponize commercial LLMs for exfiltration. Anthropic restricted Opus 4.7 below Mythos capabilities for safety while the same model family is confirmed in attack chains. This is not a paradox — it's an arms race, and your security program needs to treat AI as both attack surface and defensive capability.


Specific Mitigations

ThreatActionTimeline
Adobe Reader 0-dayDisable JS in PDFs via GPO/MDM; quarantine PDF attachments at gateway; route to Chrome PDF viewerToday
AI-assisted exfiltrationInventory all Claude/OpenAI API keys; rotate; add to DLP monitoring scopeThis week
LLM persuasion bypassRed-team LLM apps against authority/commitment/scarcity jailbreaksThis sprint

What to do

  1. Disable JavaScript execution in Adobe Reader across your fleet via GPO/MDM and quarantine PDF attachments at the email gateway today

  2. Inventory and rotate all Claude and OpenAI API keys by end of week; add AI API endpoints to DLP egress monitoring rules

  3. Red-team any deployed LLM applications against persuasion-based jailbreaks (authority, commitment, scarcity framing) this sprint

Agentic AI Is Deploying Faster Than You Can Govern It — And Peer-Reviewed Research Just Proved the Privilege Model Is Broken

The Convergence

Six independent intelligence streams this cycle all converge on the same conclusion: agentic AI is entering production environments at scale, and the security governance gap is widening every week. The product announcements are relentless — OpenAI's Codex now operates computers autonomously with persistent memory and remote environment access, Google's Chrome Skills embeds AI workflows inside authenticated browser sessions, Factory's Droids run CI/CD pipelines at Morgan Stanley, EY, and Palo Alto Networks, and Google's Gemini macOS app can read any active window on the desktop via a global hotkey.

Meanwhile, Johns Hopkins' ManyIH research demonstrates that current frontier models — Claude, GPT-series, Gemini — fail to correctly resolve conflicts across multiple privilege levels. In practical terms: if an AI agent receives system-level instructions from your infrastructure and user-level inputs from an employee or customer, it cannot reliably distinguish which should take precedence. This is the exact mechanism prompt injection exploits, and every agentic product announced this week relies on this capability working correctly.


Four Distinct Shadow AI Vectors

Field reports from CISO conversations decompose the threat into four attack surfaces, each requiring different controls:

VectorExampleControl Gap
Consumer AI exfiltrationSales uploading customer lists to GPT wrappers; legal summarizing contracts in free toolsEndpoint DLP can't see into ChatGPT pastes; browser-layer DLP required
Enterprise AI over-sharingCopilot surfacing board decks to interns via decade-old SharePoint ACLsACL remediation is prerequisite; most orgs skip it
Agent sprawlPMs running Claude Code against prod Jira with personal tokens; Codex with persistent memoryNo inventory, no scoped permissions, no tooling
AI desktop screen accessGemini macOS reading any window; Qwen3.6 running locally as 21GB model with zero cloud callsOS-level permissions bypass network DLP entirely
The word CISOs use about shadow AI is 'defeated.' AI adoption is moving faster than any security category in a decade, and defense tooling and budgets are both playing catchup.

The Data Exfiltration You Can't See

Cursor projects $6B+ ARR, meaning millions of developers send code to its APIs daily. Alibaba's Qwen3.6 runs competitively on a MacBook Pro as a 21GB model — entirely outside your visibility. Replit has 50M+ users explicitly designing for people who "don't know how to code." The on-device inference shift is critical: a 0.6B model runs at 25 tokens/second on a phone with zero network visibility. Your DLP controls were built for a world where data exfiltration requires network egress. That assumption is now broken.


What To Do

The recommended approach — validated across multiple CISO conversations — is sanctioned tiers with real security controls, not blanket blocking (which drives usage underground onto phones and personal devices). But those controls — browser-layer DLP, agent inventory, ACL cleanup, prompt injection testing — are wildly underfunded because they don't make it into AI rollout budgets.

What to do

  1. Inventory all agentic AI tools (Codex, Cursor, Factory Droids, Chrome Skills, Claude Code) across engineering, product, and business teams by end of this sprint — map permissions, data access, and credentials

  2. Complete a SharePoint/OneDrive ACL audit and remediation before any Copilot for M365 or Gemini for Workspace expansion

  3. Update MDM policies to detect and require approval for AI apps requesting screen-capture or accessibility permissions (Gemini macOS, ChatGPT desktop, Claude desktop) this week

  4. Fund AI security as a standalone budget line item with dedicated headcount this quarter — covering browser-layer DLP, agent inventory, ACL cleanup, and prompt injection testing

The 2026 Credential Kill Chain Is One Pipeline — And DPRK Just Added a New Entry Point

The Unified Kill Chain

Credential attacks have converged into a single predictable pipeline that CISOs report seeing repeatedly in Q1 2026: infostealer logs harvest credentials from personal apps where employees reuse passwords. Those credentials are sprayed against corporate portals within two weeks of harvesting. When MFA blocks the front door, adversary-in-the-middle (AitM) kits steal session cookies — making the MFA rollout you completed in 2023 functionally irrelevant. Push-bombing, TOTP relay, and cookie replay are now the default phishing playbook, not edge cases.

But initial access through human identities is only the entry point. The real damage comes from the pivot: Midnight Blizzard's playbook moves from human credentials to OAuth tokens, service accounts, and SaaS-to-SaaS integrations. The Snowflake breach followed the same pattern. The attacker enters through a human and operates through machines. If your SOC watches human authentication, your IAM team manages service accounts, and your AppSec team owns OAuth integrations — who owns the kill chain?


DPRK's New Entry Vector: Fake Zoom Updates

A North Korean group is actively targeting crypto and finance workers through trojanized Zoom updates that steal passwords, cryptocurrency wallets, and Telegram session tokens. The critical detail: no software vulnerability is exploited. This is pure social engineering — the victim voluntarily executes what they believe is a legitimate update.

TTPMITRE ATT&CKDetection Gap
Initial accessT1204.002 (User Execution)Appears as legitimate software update
Credential theftT1555 (Password Stores)Runs post user-granted execution
Crypto wallet theftT1005 (Local System Data)No network exfiltration signature during collection
Session hijackingT1539 (Steal Web Session Cookie)Session reuse from new IP may be only indicator

This campaign targets the human layer exclusively. No patching addresses it. Application allowlisting, EDR behavioral detection for unsigned Zoom binaries, and targeted security advisories are your controls.

Mac Endpoint Blind Spot

Jamf Security 360 data shows trojan malware now leads Mac detections, with Atomic Stealer classified as both trojan and infostealer — indicating classification confusion that may cause detection gaps. If your EDR solution categorizes these separately, you may miss Atomic Stealer under one classification. Developer machines and executive laptops are priority targets given their credential stores and API keys.


Edge Appliance Exposure Compounds the Problem

Five major vendors — Ivanti, Fortinet, Palo Alto, Cisco, and F5 — have all shipped critical auth-bypass or RCE chains in the last 24 months, built on architecturally insecure CGI/PHP codebases. Nation-states exploit new CVEs within days of disclosure. The root cause is architectural, not incidental — you're not patching individual bugs, you're running a permanently vulnerable attack surface. ZTNA has matured enough to replace classic VPN appliances, and organizations that have migrated report sleeping better.

Every top Q1 2026 credential threat starts in enterprise security and ends in AppSec, or vice versa. The organizational split between those teams is the attacker's favorite entry point.

What to do

  1. Push a targeted security advisory to all finance, crypto, and trading-adjacent personnel about the DPRK fake Zoom update campaign within 24 hours; enforce application allowlisting to block unsigned Zoom installers

  2. Mandate FIDO2 hardware keys or passkeys for all users touching production systems or sensitive data — not optional, required — by end of quarter

  3. Verify EDR detection coverage for Atomic Stealer under both trojan and infostealer classifications on Mac endpoints this week; prioritize developer and executive machines

  4. Accelerate VPN appliance elimination — migrate to ZTNA for all remaining Ivanti, Fortinet, Palo Alto, Cisco, and F5 VPN use cases this quarter

The bottom line

An unpatched Adobe Reader zero-day bypasses sandboxing with no CVE and no patch while a confirmed cyberattack used Claude and GPT-4.1 to exfiltrate citizen data — PDF handling and AI API governance both need emergency attention. Meanwhile, six independent sources confirm agentic AI is deploying into production faster than any security category in a decade, and peer-reviewed research from Johns Hopkins just proved these agents can't enforce the privilege boundaries they need to operate safely. Your two urgent actions today: restrict PDF handling at the gateway and inventory every AI agent with production credentials before an attacker does.