Security & Threat Intelligence

The Watch

The Signal

CVE-2026-0300 in PAN-OS is under active exploitation.

No vendor patch until mid-to-late May. The management interface is the entry point. Separately, DAEMON Tools installers have carried a signed China-nexus backdoor since April 8, with a QUIC RAT pushed to selected high-value targets. Take PAN-OS management off the internet today.

In Play

  1. PAN-OS Zero-Day Under Active Exploitation — No Patch Until Late May

    CVE-2026-0300 is a buffer overflow in PAN-OS User-ID Authentication Portal being exploited in the wild. Palo Alto's patch is not scheduled until mid-to-late May. Any internet-facing PAN-OS instance with an exposed management plane is presumed compromised, not merely vulnerable. Apache HTTP/2 CVE-2026-23918 adds a parallel web-tier RCE to the same emergency window.

    Ask Clarity
  2. DAEMON Tools: Chinese-Nexus Supply Chain Backdoor Since April 8

    AVB Disc Soft's legitimate code-signing certificate has been shipping backdoored DAEMON Tools installers since April 8. Kaspersky confirmed thousands of infections with QUIC RAT deployed selectively to ~12 government/scientific/manufacturing targets. This is the third iteration of the Chinese supply-chain playbook (CCleaner 2017 → Notepad++ 2025 → DAEMON Tools 2026). Your signed-installer trust model is the failing control.

    Ask Clarity
  3. AI-Assisted Exploit Development Crosses Operational Threshold

    NSA is operationally using Anthropic's Mythos to find zero-days in Microsoft products. Anthropic CEO Amodei claims thousands of unpatched vulns found across banks and governments, with 6-8 months before Chinese models achieve parity. CISA is reportedly compressing its critical patch SLA from 14 to 3 days in response. The exploit-to-patch gap is collapsing from both sides.

    Ask Clarity
  4. Four New Credential Theft Techniques Bypass Existing Controls

    Windows Server 2025 dMSA 'Ouroboros' enables credential extraction that Microsoft has declined to patch. CloudZ RAT's Pheno plugin steals OTPs via Windows Phone Link without touching the phone. Device code phishing is now commoditized via the ODx PhaaS platform hitting 13,000+ orgs. Microsoft Edge stores passwords in plaintext memory and calls it a feature. Each technique defeats a different assumed-working control.

    Ask Clarity
  5. CISA CI Fortify: Plan to Operate Months Without IT or Telecom

    CISA's CI Fortify initiative instructs critical infrastructure operators to deliver essential services for weeks to months fully disconnected from IT, vendors, and telecom. This is the first federal document that treats sustained Volt Typhoon/Salt Typhoon disruption as the planning case, not the worst case. Third-party vendor tunnels into OT are now classified as attack surfaces to sever, not efficiencies to preserve.

    Ask Clarity

Deep Dives

PAN-OS CVE-2026-0300: Your Firewall Is the Active Beachhead — No Patch for Weeks

The Situation

Palo Alto Networks disclosed CVE-2026-0300, a buffer overflow in the PAN-OS User-ID Authentication Portal. It is already being exploited in the wild. No patch exists. The vendor's own ETA is mid-to-late May, which puts the device guarding the perimeter in a two-week window of targeted, unpatched exposure.

Three independent intelligence sources confirm active exploitation. The target is internet-facing PAN-OS instances with exposed management planes. Once the firewall takes RCE, the attacker sits upstream of detection. VPN logs, east-west inspection, and NDR telemetry are all suspect from that moment on.

PAN-OS perimeter bugs follow a predictable arc. A PoC lands within days of disclosure, mass scanning follows within hours. Anyone unpatched by the weekend is part of someone else's telemetry.

Why This Is Different

This is not a one-off. Ivanti, Fortinet, Citrix, and Cisco ASA have taken turns in the same chair over the past 18 months. Security infrastructure itself is the priority target. Edge devices with management planes reachable from the internet are the shortest path in. "Reachable" includes boxes whose owners would swear otherwise.

Running in parallel: CVE-2026-23918 in Apache HTTP/2, DoS with potential RCE across one of the most widely deployed web servers on the internet. PoC is likely imminent. Reverse proxies, load balancers, and legacy app tiers are all in scope. The two CVEs land on the perimeter and the web tier in the same maintenance window.

Cross-Source Assessment

Sources disagree on one point: whether PAN-OS exploitation is narrow and targeted or broad and automated. One source says "assume exploitation is broader than the advisory implies, because that is how these stories have gone every time for the last three years." Another frames it as management-plane-specific. Plan for the broader scenario.


Interim Mitigations

  • ACL the User-ID Authentication Portal to named source ranges only. This is the minimum viable control
  • Pull management interfaces off the public internet today
  • Enable enhanced auth logging and deploy vendor-provided threat prevention signatures
  • Pull device logs for unexpected admin sessions, config changes, and outbound traffic originating from the firewall itself
  • Rotate device admin, API, and VPN credentials terminated on the appliance
  • For Apache: disable HTTP/2 on non-essential endpoints and deploy WAF virtual patches for HTTP/2 frame anomalies

What to do

  1. Restrict PAN-OS User-ID Auth Portal to named source IPs and pull all management interfaces off the public internet

  2. Run compromise assessment on all internet-facing PAN-OS instances: check logs for unexpected admin sessions, config diffs, and outbound connections from the firewall

  3. Inventory and patch all Apache HTTP Server instances for CVE-2026-23918; push WAF virtual patches for HTTP/2 frame anomalies as interim

  4. Pre-schedule the PAN-OS patch deployment window to minimize exposure once the fix drops in late May

DAEMON Tools Backdoor: The Chinese Supply-Chain Playbook Hits Its Third Major Target

Campaign Overview

Supply-chain compromise of DAEMON Tools, signed installers, vendor website. Since April 8, 2026, installers pulled from AVB Disc Soft's own distribution have carried a backdoor signed with AVB Disc Soft's legitimate code-signing certificate. That puts the adversary inside the build or signing pipeline. Kaspersky counts thousands of stage-1 infections. A second-stage QUIC RAT has been deployed to approximately 12 targets, spanning government, scientific, manufacturing, and retail verticals in Russia, Belarus, and Thailand.

Same pattern as CCleaner in 2017 and Notepad++ in 2025. Infect broadly, select narrowly, pivot on reconnaissance telemetry. Every host running DAEMON Tools is now a row in someone's selection database.

Technical Details (MITRE ATT&CK Mapping)

TacticTechniqueDetail
Initial AccessT1195.002 Supply ChainLegitimate vendor website download
Defense EvasionT1553.002 Code SigningReal AVB Disc Soft certificate; bypasses allowlisting
DiscoveryT1082/T1016/T1057/T1518Stage-1 harvests MAC, hostname, locale, DNS domain, processes, installed software
C2QUIC protocolBlends with HTTP/3 traffic; evades legacy TLS inspection

Why This Matters Beyond the Dozen Targets

The twelve confirmed victims are the point of the campaign. They are not the point of the exposure. Stage-1 profiles every host it lands on, and the selection decision can be made weeks later against cached telemetry. Non-targets are catalogued, not spared.

Five separate intelligence sources place DAEMON Tools across the same five host populations: developers, IT admins, forensics workstations, QA teams, and shadow IT on developer laptops. Rarely in the managed software catalog. Frequently on high-privilege endpoints.

The Trust Model Failure

Publisher-based allowlisting does not survive this. The vendor's certificate is the delivery mechanism. The same control that failed for CCleaner nine years ago has failed again, for the same reason. Behavioral telemetry post-install and provenance verification below the signature layer are what remain.


Hunt Guidance

  • Pull software inventory across all managed endpoints, including BYOD and lab machines
  • Quarantine any DAEMON Tools installer with a hash dated after April 8, 2026
  • Search EDR/NDR for QUIC-protocol outbound C2 beacons
  • Hunt the stage-1 reconnaissance signature: MAC, hostname, locale, DNS domain, and process/software enumeration bundled into a single beacon
  • Cross-reference hits against published Kaspersky IOCs for attribution confirmation

What to do

  1. Query EDR and software inventory for DAEMON Tools across all endpoints; quarantine installers dated after April 8 and treat any hit as a credential-reset event

  2. Search NDR for QUIC-protocol outbound C2 beacons and the stage-1 recon pattern (MAC+hostname+locale+DNS+process enumeration)

  3. Brief the board on the recurring Chinese supply-chain pattern (CCleaner → Notepad++ → DAEMON Tools) as a tier-1 threat to software procurement

  4. Review and harden code-signing trust policies: move from publisher-only allowlisting to behavioral post-install telemetry for all non-enterprise software

NSA Deploys Mythos Against Microsoft Products — The Patch SLA Math Just Broke

What Happened

Multiple intelligence sources report the same disclosure: NSA is operationally using Anthropic's Mythos model to find zero-days in Microsoft products. Separately, Anthropic CEO Dario Amodei has stated on the record that Mythos has enumerated thousands of unpatched vulnerabilities across banks and governments, and put a 6-8 month window on Chinese frontier parity. That second number is Amodei's, not an independent estimate.

Publicly, the White House has designated Anthropic a 'supply chain risk.' Not-so-publicly, the same administration is pushing Mythos across federal agencies. Call it what it is: vendor-risk incoherence.

If NSA has Mythos-class capability, assume adversary parity inside 6-18 months via weight theft, open-weight catch-up, or independent development. The gap between a bug existing and a working exploit has collapsed.

What This Changes for Defenders

DimensionPre-Mythos ModelPost-Mythos Model
Vuln discovery rateHuman-researcher-boundedCompute-bounded; scales with GPU budget
Time: CVE → exploitDays to weeksHours to days, potentially pre-disclosure
Exploit uniquenessReused kits, signature-detectablePer-target generation, signature-evasive
Adversary skill floorSenior offensive researcherOperator with API access
Primary defensePatch cadenceBehavioral detection + attack surface reduction

The CISA Response Signal

CISA is reportedly compressing its critical patch SLA from 14 days to 3 days, with the rumor mill attributing the move to an incident tagged 'Claude Mythos.' Treat the trigger as unverified. The direction is not: a 30-day Patch Tuesday window is no longer a safe planning assumption for internet-facing Microsoft assets.

Cross-Source Tension

Sources disagree on imminence. One calls it "a step on the cost curve, not a break from it" — noting that fuzzing, symbolic execution, and LLMs have each been billed as the end of the patch cycle, which is still here. Another treats it as an immediate operational shift demanding 72-hour SLAs now. Both are right: the structural trend is real and gradual; the specific Microsoft surface NSA is working deserves an accelerated response this quarter.


What to Watch

  • Whether Microsoft's advisory cadence shifts over the next two quarters
  • Whether CISA KEV starts listing Microsoft bugs with no prior public research trail
  • Whether any frontier lab confirms or denies government operational use on the record

What to do

  1. Compress Microsoft patch SLAs to 72 hours for criticals on internet-facing assets (Exchange, SharePoint, Entra ID, Windows Server)

  2. Shift detection weight from IOC/signature to behavioral: prioritize anomalous privilege escalation, unusual process trees, Entra ID auth anomalies, lateral movement patterns

  3. Rebuild emergency patch runbook to meet a 3-day SLA for critical CVEs: pre-stage async CAB approval and automated rollback

  4. Tabletop the Mythos-equivalent scenario: assume a foreign service finds a Microsoft zero-day 30 days before Patch Tuesday via AI-assisted research

Four Credential Theft Techniques That Bypass Controls You Thought Were Working

The Pattern

Four credential and identity techniques surfaced this week. Each defeats a different control that defenders assumed was working. The scope runs from Active Directory persistence to MFA bypass to browser credential stores. None of these are traditional CVEs with patches coming. Three are by-design behaviors. Defenders carry the hardening and detection work.


1. Ouroboros — Windows Server 2025 dMSA Credential Extraction

Huntress and Akamai published a technique for extracting credentials from Delegated Managed Service Accounts (dMSAs) on Windows Server 2025. Microsoft reviewed it and declined to patch, classifying the report as below the servicing bar. That makes it a permanent detection problem, not a transient one.

Detection targets: unusual S4U2Self requests, PKINIT authentication from dMSA principals, and modifications to msDS-DelegatedMSAState by non-admin accounts.

2. CloudZ RAT Pheno Plugin — Phone Link OTP Theft

Cisco Talos documented a CloudZ RAT plugin called Pheno that targets Microsoft Phone Link and lifts OTPs from synced SMS. The phone is never touched. The paired workstation is the pivot. SMS-based MFA is defeated without any access to the handset.

3. Device Code Phishing — Now Commoditized

Proofpoint tracks multiple clusters running device code phishing, and a new PhaaS platform called ODx ships the capability as a product. In the same window, Microsoft caught an AitM campaign hitting 13,000+ organizations in 26 countries with 'code of conduct' lures. MFA is bypassed end-to-end in this flow.

4. Microsoft Edge Plaintext Passwords

Microsoft Edge loads stored passwords into process memory in plaintext. Microsoft has publicly called this a feature. No CVE will be issued. No patch is coming. Every infostealer family that reads browser memory now collects the credential vault without touching DPAPI.

Combined Impact

TechniqueControl DefeatedVendor Fix?Your Response
OuroborosAD tier-0 isolationNo — declinedCustom detections + hardening
CloudZ Phone LinkSMS-based MFANo CVEKill SMS MFA or block Phone Link
ODx device codePush/TOTP MFAConfig changeDisable device code flow + FIDO2
Edge plaintextEncrypted-at-rest credentialsNo — "feature"Disable Edge password manager
The common thread: in each case the vendor dismissed the technique or classified it as acceptable. Defenders carry the full weight. Budget accordingly.

What to do

  1. Disable Entra ID device code flow for all users without documented need; deploy conditional access and monitor for device code auth events and 'code of conduct' subject-line lures

  2. Add Ouroboros/dMSA abuse to detection engineering: alert on msDS-DelegatedMSAState modifications by non-admin accounts, PKINIT from dMSA principals, and unusual S4U2Self requests

  3. Either kill SMS-based MFA on sensitive applications or block Microsoft Phone Link via endpoint policy on corp-managed devices — pick one this sprint

  4. Disable Edge password manager via Intune/GPO and mandate enterprise password manager; deploy EDR rules for cross-process memory reads targeting msedge.exe

The bottom line

Your perimeter firewall (PAN-OS CVE-2026-0300) is actively exploited with no patch for weeks, your signed software trust model just failed again (DAEMON Tools backdoor since April 8), and the NSA is using AI to find Microsoft zero-days at machine speed — meaning the 30-day patch window and the code-signing allowlist that most enterprise security was built on are both obsolete as primary controls. Pull PAN-OS management off the internet today, hunt DAEMON Tools across endpoints, and start building behavioral detections that survive when signatures and trust chains both fail.