Security daily

Edition 2026-05-12 · read as Security

FourCriticalCVEsDemandSame-DayPatchingAcrossStacks

Sources
39
Words
1,608
Read
8min

Topics Agentic AI AI Regulation Data Infrastructure

◆ The signal

Four critical-severity vulnerabilities hit overlapping infrastructure stacks simultaneously: Dirty Frag (CVE-2026-43284) gives any local user root on every Linux distro shipped since 2017 with a public PoC and broken embargo, FreeBSD's 21-year-old DHCP bug (CVE-2026-42511) hands root to LAN-adjacent attackers with zero interaction, LiteLLM's SQL injection (CVE-2026-42208) is under active exploitation against AI proxy infrastructure, and cPanel's zero-day (CVE-2026-41940) is already dropping Mirai variants and Sorry ransomware. Patch all four today — the window between disclosure and mass exploitation has collapsed to hours, not weeks.

◆ INTELLIGENCE MAP

  1. 01

    Critical Patch Emergency: Linux, FreeBSD, AI Proxy, and Hosting All Burning

    act now

    Four critical CVEs across Linux (Dirty Frag, every distro since 2017), FreeBSD (21-year DHCP RCE), LiteLLM (unauthenticated SQLi, active exploitation), and cPanel (zero-day dropping Mirai + ransomware) require same-day patching. Disclosure coordination failed on multiple fronts — Dirty Frag embargo broke Thursday and distros are catching up.

    4
    critical CVEs, same week
    4
    sources
    • Linux exposure window
    • FreeBSD bug age
    • cPanel CVSS (2 of 3)
    • LiteLLM exploitation
    1. Dirty Frag9.8
    2. FreeBSD DHCP9.3
    3. LiteLLM SQLi9.1
    4. cPanel ZDay8.8
    5. Ollama OOB8.5
  2. 02

    AI-Powered Offense Crosses Production Threshold: 81% Autonomous Success Rate

    monitor

    Palisade Research confirms AI agents now autonomously hack remote systems at 81% success (up from 6% twelve months ago), with self-replication across networks via open-weight models. Google confirmed the first AI-discovered zero-day in the wild — a Python 2FA bypass with forensic tells including hallucinated CVSS scores. Dragos documented AI coding assistants powering a 3-month Mexican critical infrastructure intrusion.

    81%
    autonomous hack success
    5
    sources
    • Success rate 12mo ago
    • Success rate now
    • YoY improvement
    • Mexico campaign dwell
    1. May 20256
    2. May 202681
  3. 03

    Developer Trust Anchors Under Coordinated Attack: 4 Compromises in 7 Days

    act now

    Four developer-trust compromises in one week: Checkmarx GitHub repos (malicious Jenkins AST plugin), SailPoint GitHub via third-party tool, JDownloader installers trojanized May 6–7, and HuggingFace 'Open-OSS/privacy-filter' with 244K downloads distributing a Rust infostealer. Additionally, 38 npm libraries used dependency confusion against Apple, Alibaba, and Google. The AI model registry is now the package index.

    244K
    malicious HF downloads
    5
    sources
    • Trust anchors hit
    • HuggingFace downloads
    • npm confusion libs
    • Vulnerable agent skills
    1. 01HuggingFace repo244K downloads
    2. 02npm confusion38 packages
    3. 03CheckmarxJenkins plugin
    4. 04JDownloaderMay 6-7 window
    5. 05SailPoint3rd-party tool
  4. 04

    Iran Diplomatic Collapse Opens APT Retaliation Window

    monitor

    Iran formally rejected the US peace plan, Trump called it 'TOTALLY UNACCEPTABLE,' and Strait of Hormuz remains closed. This diplomatic signature has preceded every major Iranian cyber retaliation wave — Shamoon, APT33 spearphishing, CyberAv3ngers OT attacks. Expect 2–6 week uplift against US energy, finance, and water infrastructure. Trump-Xi summit Thursday adds export-control volatility.

    2-6
    week retaliation window
    1
    sources
    • Iran APT groups active
    • Hormuz aluminum impact
    • Trump-Xi summit
    • Historical lag to ops
    1. Peace plan rejectedMay 12
    2. Trump-Xi summitMay 15
    3. Expected APT upliftMay 15-Jun 30
    4. Hormuz hardware impactQ3 2026
  5. 05

    MCP and Agent Identity: The Ungoverned Enterprise Attack Surface

    background

    Pinterest published its production MCP architecture (66K monthly invocations, two-layer auth, HITL elicitation), effectively establishing the first real-world security benchmark. Meanwhile, multiple sources confirm shadow MCP servers proliferating on developer laptops, HelixDB shipping MCP as a first-class database interface, and 1M+ exposed AI services found via internet scanning. Most environments have zero detection coverage.

    1M+
    exposed AI services
    7
    sources
    • Pinterest MCP MAUs
    • Monthly invocations
    • Exposed AI services
    • Control layers needed
    1. SOC MCP visibility10

◆ DEEP DIVES

  1. 01

    The Critical Patch Triad: Four Root-Level Vulns Across Your Entire Stack

    What Happened

    Four critical CVEs landed on overlapping infrastructure tiers in the same window: Linux hosts, FreeBSD appliances, AI proxy layers, and hosting control planes. Coordination failed in two directions. Dirty Frag's embargo broke before distro patches shipped. The cPanel zero-day is already weaponized in the wild. The common factor is overlapping infrastructure tiers.

    CVETargetSeverityExploitationPatch Status
    CVE-2026-43284 (Dirty Frag)All Linux since 2017Critical (LPE → root)Public PoC, broken embargoDistros rolling
    CVE-2026-42511FreeBSD DHCP (since 2005)Critical (LAN → root, no interaction)No wild exploitation confirmed yetPatched
    CVE-2026-42208LiteLLM AI proxyCritical (unauth DB r/w)Active exploitation confirmedPatched April 2026
    CVE-2026-41940cPanel/WHMHigh (zero-day)Dropping Mirai + Sorry ransomwarePatch available
    CVE-2026-29201/2/3cPanel/WHM 11.xHigh (two at CVSS 8.8)No wild exploitation yet — window is shortPatched

    Why This Cluster Is Worse Than Individual CVEs

    The operational problem is sequencing. A base-OS DHCP fix does not travel through change management at the same speed as a LiteLLM upgrade. Most teams will patch LiteLLM first because it is easiest. Ordering by blast radius first reverses that: Dirty Frag touches every Linux host on the estate, the cPanel zero-day is deploying ransomware now, and FreeBSD DHCP hands root to anyone on the same L2 segment.

    The disclosure process itself is failing. Dirty Frag is the second Linux LPE this month to ship without clean coordinated patches, following CopyFail. The kernel team's proposed Killswitch feature is an admission, not a solution.

    The LiteLLM Dimension

    LiteLLM sits in the AI proxy layer, a category that was not on most patch calendars a year ago. A crafted Authorization header yields unauthenticated read/write on the database behind what is often the central AI gateway. Assume every API key LiteLLM has proxied is exposed, regardless of log evidence. Response times will reflect the maturity gap between OS advisory pipelines, which are decades old, and AI proxy advisory pipelines, which are months old.

    Ollama Adds a Fifth Exposure

    Separately, an out-of-bounds read in Ollama lets any unauthenticated remote caller read process memory from exposed instances. In an LLM serving context, process memory contains upstream provider API keys, tokenized user prompts with PII, and RAG chunks from internal knowledge bases. Any instance on the default port 11434 facing the internet is actively leaking. Shadow deployments by data-science teams are common and almost never inventoried.


    Cross-Source Pattern

    Three independent sources converge on the same read: patch windows are compressing faster than change management can absorb. The AI proxy layer, LiteLLM and Ollama, shares a network stack with Linux and FreeBSD, producing a compound exposure window where patching one tier leaves the others exposed on the same host. Organizations on monthly patch cadences will be exposed through the weekend and into Monday. That is the window attackers target.

    Action items

    • Patch Dirty Frag (CVE-2026-43284) on all Linux hosts, prioritizing internet-facing and crown-jewel systems
    • Patch FreeBSD DHCP (CVE-2026-42511) on all pfSense, OPNsense, NAS, and network appliances
    • Upgrade LiteLLM and rotate every API key it has ever proxied, regardless of log evidence
    • Patch cPanel/WHM across all 11.x branches and hunt for CVE-2026-41940 IoCs (Mirai C2, Sorry ransomware)
    • Run external ASM scan for Ollama port 11434 and any exposed instance; deploy auth proxy in front of all internal deployments
    • Establish emergency patch runbook that bypasses CAB for critical CVEs, targeting <24-hour deployment

    Sources:ShinyHunters owns 275M Canvas users, cPanel zero-day drops ransomware, WAF bypass via OSINT · This week's overlap: Dirty Frag, a FreeBSD DHCP remote code execution flaw, and an exploit against LiteLLM · The vulnerability is in Ollama, and the impact is memory disclosure to unauthenticated attackers · Patch PAN-OS now: unauth RCE as root actively exploited on your perimeter

  2. 02

    AI-Powered Offense Goes Operational: First Forensics, First Infrastructure Breach, First Self-Replication

    Three Firsts in One Week

    Three thresholds crossed this week in AI-enabled offense, each with a named source:

    1. First AI-developed zero-day caught pre-exploitation. Google Threat Intelligence confirmed a Python 2FA-bypass targeting an unnamed open-source sysadmin tool. Forensic attribution points to LLM authorship.
    2. First confirmed ICS-adjacent campaign using AI coding assistants. Dragos documented a 90+ day intrusion spanning the Mexican National Electoral Institute, three state governments, and a water utility. The operators used Anthropic and OpenAI assistants to adapt public offensive tools.
    3. First demonstrated self-replication via open-weight models. Palisade Research walked a Qwen 3.6 agent across four countries, installing its own weights and launching functional replicas on each machine.

    Forensic Tells of AI-Authored Exploits

    Google lists three reusable attribution indicators from the captured zero-day:

    • Hallucinated CVSS score. A vector string in the exploit metadata that does not math-check.
    • Excessive educational docstrings. Textbook comments on trivial operations.
    • Textbook Pythonic structure. Non-idiomatic scaffolding inconsistent with human attacker tradecraft.

    Cheap detection wins. Put them in IR triage today.

    State Actor Operationalization

    Google named two clusters actively using LLMs in tradecraft:

    ActorTechniqueDetection Opportunity
    UNC2814 (PRC-nexus)Persona-driven jailbreaks ('senior security auditor')LLM gateway prompt-pattern detection
    APT45 (DPRK)Floods models with thousands of repetitive prompts to validate PoCsRate/similarity anomaly in LLM proxy logs

    The 81% Number — Context and Caveat

    Palisade reports an 81% autonomous hack success rate, up from 6% twelve months ago. The benchmark methodology is not fully public. Lab environments with known-CVE paths are not production enterprises with EDR and segmentation. However, the 13.5x year-over-year delta is the number that matters. That curve does not flatten on its own.

    The detection window argument requires telemetry from real SOCs watching real agent-driven intrusions. That data is not in the headline. But the autonomous exploitation rate means patch SLAs written for human triage cadence now assume an attacker who also moves at human cadence. That assumption is contested.

    The Unnamed Sysadmin Tool

    Google has not named the vulnerable tool. Candidates consistent with 'widely-used open-source system administration tool' include Ansible, Salt, Puppet, Chef, Zabbix, Nagios, Webmin, or Cockpit. All carry root-equivalent reach across managed fleets. A compromise at the config-management layer is domain takeover with audit-log plausible deniability. Pre-stage hardening across all of them.

    Action items

    • Inventory all open-source sysadmin tools (Ansible, Salt, Puppet, Chef, Zabbix, Nagios, Webmin, Cockpit) and verify patch levels immediately
    • Add AI-authored code forensic signatures (hallucinated CVSS, over-annotation, textbook Python) to malware analysis and IR triage runbooks
    • Deploy egress controls blocking model-weight downloads from non-ML workloads to HuggingFace, ModelScope, and Ollama registries
    • Deploy LLM-gateway detections for repetitive prompts (APT45 pattern) and persona-framing exploit requests (UNC2814 pattern)
    • Compress internet-facing critical patch SLA to <24 hours; establish emergency runbook bypassing CAB
    • Migrate all internet-exposed admin panels from TOTP to FIDO2/WebAuthn

    Sources:The headline number is 81 percent · Google has confirmed what it describes as the first zero-day vulnerability built with an AI model · AI-written zero-day caught in the wild — your exploit timelines just collapsed · Patch PAN-OS now: unauth RCE as root actively exploited on your perimeter · This week's overlap: Dirty Frag, a FreeBSD DHCP remote code execution flaw

  3. 03

    Four Developer Trust Anchors Compromised in Seven Days

    The Cluster

    Four hits on the developer supply chain inside a single week, across four different trust anchors, each with a distinct mechanism. Read together they are a coordinated escalation in supply-chain targeting sophistication:

    TargetMechanismBlast RadiusWindow
    Checkmarx GitHub reposMalicious Jenkins AST plugin published via compromised reposAny CI pipeline pulling Checkmarx's AST toolingApril 25 – May 10
    SailPoint GitHubThird-party tool access (likely TeamPCP Trivy/KICS nexus)IAM/IGA platform artifacts sourced from GitHubSame window
    JDownloaderTrojanized installers (May 6–7 only)RAT on Windows and Linux; new installs onlyMay 6–7
    HuggingFace (Open-OSS/privacy-filter)Rust infostealer impersonating OpenAI, manipulated Likes to reach #1 trending244K+ downloads; browser data, crypto wallets, credentialsUntil takedown

    The HuggingFace Incident Is the Pattern

    The malicious repo combined three moves: brand impersonation of OpenAI, social proof manipulation via the Likes feature, and a compiled Rust binary to sidestep signature detection. It hit #1 trending with 244K downloads before takedown. The payload was Windows-developer bait: browser credential stores, crypto wallets, SSH keys. This is the npm and PyPI typosquatting playbook ported to ML, except the artifact executes inside model-loading pipelines, where the security gates are thinner.

    The HuggingFace ecosystem has no meaningful supply-chain trust signal. A repo impersonating OpenAI reached #1 trending before takedown. Model hubs inherited the package-index failure mode wholesale.

    The Agent Skills Layer Adds Volume

    The SkCC audit from Ouyang et al. found over one-third of community-shared agent skills carry exploitable vulnerabilities. Agent skills are not passive dependencies. They run inside the LLM tool-call loop with file I/O, HTTP, shell, and database permissions. A vulnerable skill plus a prompt-injection payload is a working RCE primitive. Separately, npm dependency-confusion campaigns landed against Apple, Alibaba, and Google, with 38 malicious libraries documented.

    Cross-Source Convergence

    Five independent sources reported on different facets of the same cluster. The convergence matters. Attacker investment in supply-chain compromise has moved from one-off opportunism to systematic multi-vector campaigns aimed at every point where developers implicitly trust the toolchain: security scanners, IAM tools, download managers, model registries, community skill libraries.


    The Security Vendor Irony

    Two of the four compromised entities are themselves security companies: Checkmarx, a SAST vendor, and SailPoint, an IAM vendor. Organizations that bought these products to reduce supply-chain risk are now carrying supply-chain risk from the vendors. Third-party risk attestations from security vendors need refreshing this quarter, not next.

    Action items

    • Audit CI/CD and workstation telemetry for downloads of Checkmarx Jenkins AST plugin, JDownloader installers (May 6–7), HuggingFace Open-OSS/privacy-filter, and SailPoint GitHub artifacts in the last 30 days
    • Block the HuggingFace malicious repo IOCs at proxy/EDR; sweep dev endpoints for Rust-compiled unsigned binaries executing from user profile paths
    • Enforce commit-hash pinning for all model pulls in CI/CD and ban 'latest' or trending-rank selection from HuggingFace
    • Enumerate internal npm/pip/maven package names and verify namespace reservation on public registries
    • Refresh third-party risk attestations from security vendors — specifically Checkmarx, SailPoint, and Trellix — asking about GitHub repo protections, signing-key hygiene, and SBOM delivery
    • Gate all community agent skills behind code review + SCA scanning before production use

    Sources:This week's overlap: Dirty Frag, a FreeBSD DHCP remote code execution flaw · The vulnerability is in Ollama, and the impact is memory disclosure to unauthenticated attackers · The Hugging Face malware cluster reached two hundred and forty-four thousand downloads before takedown · The claim is specific: one in three community-published agent skills ships with a vulnerability · The package was a Rust-based infostealer posing as an OpenAI privacy-filter

  4. 04

    Iran Retaliation Window: Prime Your SOC Before the First Spray

    The Trigger Pattern

    Iran formally rejected the US peace plan this week. Trump called the response 'TOTALLY UNACCEPTABLE.' The Strait of Hormuz remains closed. CISOs should treat this as a known precursor pattern. The 2012 sanctions escalation, the Soleimani strike, and the 2020 JCPOA collapse were each followed within 2–6 weeks by measurable uplifts in Iran-nexus cyber activity:

    • Shamoon wipers deployed against energy majors
    • APT33/APT34 spearphishing against US and Gulf enterprises
    • CyberAv3ngers compromising Unitronics PLCs at US water utilities
    • Emennet Pasargad running voter-intimidation influence ops

    The TTP Playbook to Tune For

    ActorPreferred Initial AccessPost-Exploitation Signature
    APT33 (Elfin)Password spraying against M365/EntraPowerShell, StoneDrill/Shapeshift wipers
    APT34 (OilRig)Compromised VPN credentials, web shells on ExchangeDNS tunneling C2, custom backdoors
    MuddyWaterMalicious docs, MSI via phishingLegitimate RMM abuse (ScreenConnect, Atera)
    Charming Kitten (APT42)Credential phishing via fake login portalsOAuth token theft, M365 persistence
    CyberAv3ngersDefault creds on exposed Unitronics/Siemens PLCsICS manipulation, geopolitical defacement

    Compounding Factor: Trump-Xi Summit Thursday

    The May 15 summit adds a second geopolitical variable. Boeing's CEO is attending. Non-trivial probability of export-control announcements or rare-earth terms that reshape semiconductor availability overnight. The Strait of Hormuz closure has already removed roughly 9% of global aluminum production. Hardware supply chains are under simultaneous diplomatic stress from two directions.

    This is not a week to have open CVEs on your Fortinet gateway. The highest-probability early indicators: password-spray bursts against Entra ID from known Iranian-nexus infrastructure, renewed exploitation of Fortinet, Ivanti, and Citrix edge CVEs, and Unitronics/Siemens PLC probes.

    What Makes This Different From General Vigilance

    The specificity of the diplomatic failure sits next to confirmed hands-on-keyboard OT attacks. Poland's ABW documented Iranian-linked actors controlling equipment at five water treatment plants. That moves the posture from 'elevated vigilance' to 'tuned detection with named actor TTPs.' The actors, their access vectors, and their post-exploitation patterns are documented. Detection engineering work is bounded and achievable inside the week.

    Action items

    • Confirm patch compliance on every internet-facing Fortinet, Ivanti, Citrix, Exchange, and VPN appliance by EOD Wednesday May 14
    • Enable or tune detections for Iran-APT TTPs: password-spray patterns against Entra, anomalous OAuth consents, PowerShell/MSI execution chains, RMM abuse (ScreenConnect, Atera)
    • Run threat-hunt sweep for password-spray indicators on all M365/Entra tenants for the past 14 days
    • Verify OT/ICS assets (especially Unitronics, Siemens PLCs) are not internet-exposed and default credentials have been changed
    • Rehearse destructive-malware (wiper) IR playbook, focusing on offline backup validation and tested restore procedures
    • Brief executive team on geopolitical cyber posture for next 30 days; refresh BEC/vishing awareness for finance teams

    Sources:Iran peace talks collapsed — expect APT33/MuddyWater retaliation against your perimeter

◆ QUICK HITS

  • Cloudflare WAF bypass recipe published: Censys CT-log lookup → origin IP → spoofed Content-Type upload → IIS RCE; enable Authenticated Origin Pulls (mTLS) and rotate any origin IP in historical CT logs

    ShinyHunters owns 275M Canvas users, cPanel zero-day drops ransomware, WAF bypass via OSINT

  • Next.js v16.2.6 patches 13 CVEs including middleware authentication bypass and SSRF — middleware bypass neutralizes route-level authz; patch all deployments this week

    The Hugging Face malware cluster reached two hundred and forty-four thousand downloads before takedown

  • Lazarus Group chained RPC poisoning + DDoS against LayerZero's RPC provider to exploit a 1/1 DVN config, siphoning ~$71M ETH from Kelp DAO — audit every M-of-N system for coercible N=1 paths

    Lazarus weaponized RPC poisoning + DDOS against LayerZero — your bridge infra's default configs are the next target

  • Update: ShinyHunters Canvas situation — operational disruption confirmed (defacing login pages during finals week), ~275M users at ~9,000 institutions affected; Instructure labeled outage as 'scheduled maintenance'

    ShinyHunters owns 275M Canvas users, cPanel zero-day drops ransomware, WAF bypass via OSINT

  • Anthropic compute now routes through six subprocessors (CoreWeave, AWS, Google, Broadcom, xAI, Akamai $1.8B/7yr) — any DPA signed before May 2026 is stale; confirm change-notification clauses

    Two items on the board this week. Both involve Anthropic. Neither is a drill.

  • LLM agents can now de-anonymize data broker records at scale — k-anonymity assumptions in GDPR/CCPA data-sharing agreements no longer hold; reclassify pseudonymized datasets

    The Canvas breach is the headline

  • MasterDnsVPN demonstrates production-grade DNS tunneling with session multiplexing and resolver balancing — community Android clients on GitHub; baseline per-host DNS query entropy now

    DNS tunneling is not new

  • Coinbase: 7-hour AWS us-east-1 outage + 14% layoff (~700 people) in same window — textbook insider-threat exposure; trigger third-party access reviews and rotate API keys within 60 days

    The setup: AWS us-east-1 went down for seven hours and took Coinbase with it

  • CyberSecQwen-4B released: 4B-parameter defensive model mapping CVEs to CWEs, runs on consumer GPUs with no egress — pilot for local vulnerability-management enrichment

    Two items on the board this week. Both involve Anthropic. Neither is a drill.

  • Mochi library explicitly engineers deterministic browser fingerprint consistency to defeat bot detection — expect in credential-stuffing toolkits within weeks; layer behavioral signals over fingerprint heuristics

    Mochi ships a bot-detection bypass for Bun — your WAF fingerprinting just aged

◆ Bottom line

The take.

Four root-level vulnerabilities hit your Linux, FreeBSD, AI proxy, and hosting layers simultaneously — Dirty Frag alone affects every distro since 2017 with a public PoC — while AI agents crossed 81% autonomous hack success and Google confirmed the first AI-built zero-day in the wild. Your developer supply chain took four separate hits in seven days (244K malicious HuggingFace downloads among them), and Iran's diplomatic collapse just opened the APT retaliation window that has preceded every major Iranian cyber campaign of the last decade. Patch the critical triad today, hunt for supply-chain artifacts from the last 10 days, and tune Iran-nexus detections before the spray starts.

— Promit, reading as Security ·

Frequently asked

Which of the four critical CVEs should be patched first if I can't do them all simultaneously?
Order by blast radius, not by ease. Dirty Frag (CVE-2026-43284) touches every Linux host since 2017 and has a public PoC, so it leads. The actively-exploited cPanel zero-day (CVE-2026-41940) dropping Mirai and Sorry ransomware comes next, followed by FreeBSD DHCP (CVE-2026-42511) on LAN-adjacent appliances, then LiteLLM (CVE-2026-42208). Most teams will instinctively patch LiteLLM first because it's easiest — resist that.
Why rotate every API key LiteLLM has proxied even if logs show no compromise?
The CVE-2026-42208 SQL injection grants unauthenticated read/write directly against the database backing the AI gateway, bypassing the application layer where logging lives. A successful attacker can extract credentials without generating proxy log entries. Since LiteLLM typically holds keys for every upstream model provider an organization uses, the only safe assumption is full credential exposure regardless of telemetry.
What forensic indicators suggest a captured exploit was written by an LLM rather than a human?
Google Threat Intelligence published three reusable tells from the first AI-developed zero-day they intercepted: a hallucinated CVSS vector string that fails math validation, excessive educational docstrings explaining trivial operations, and textbook-Pythonic structural scaffolding inconsistent with human attacker tradecraft. These are cheap to add to IR triage runbooks and produce immediate detection value.
How should we treat HuggingFace and other model registries in our supply-chain controls?
Treat them like npm or PyPI circa 2018 — as untrusted package indexes with no meaningful provenance signal. The Open-OSS/privacy-filter Rust infostealer reached #1 trending with 244K downloads via OpenAI brand impersonation and manipulated Likes. Pin model pulls to specific commit hashes in CI/CD, ban selection by trending rank, and block model-weight downloads from non-ML workloads at egress.
What concrete Iran-nexus TTPs should detection engineering tune for in the next two to six weeks?
Prioritize password-spray bursts against Entra ID (APT33), anomalous OAuth consent grants and fake-login credential phishing (Charming Kitten/APT42), DNS tunneling and Exchange web shells (APT34), legitimate RMM abuse via ScreenConnect or Atera (MuddyWater), and probes against internet-exposed Unitronics or Siemens PLCs (CyberAv3ngers). Renewed exploitation of unpatched Fortinet, Ivanti, and Citrix edge devices is the most likely initial-access vector.

◆ Same day, different angle

Read this day as…

◆ Recent in security

Keep reading.