CYBER THREATCAST
CYBER THREAT INTELLIGENCE BRIEFING
Analysis
The single most consequential development this intelligence cycle is the Megalodon supply chain campaign, executed by threat group TeamPCP on May 18, 2026, within a six-hour operational window. The attack compromised 5,561 public GitHub repositories via 5,718 malicious commits, injecting GitHub Actions workflows that exfiltrate the full spectrum of developer secrets: AWS, Google Cloud, and Azure credentials, SSH private keys, Docker and Kubernetes configurations, Vault tokens, Terraform credentials, JWTs, and PEM private keys. Hudson Rock confirmed that approximately 33% of affected GitHub usernames matched infostealer logs, establishing the initial access vector as endpoint credential theft. Exfiltrated data was transmitted to C2 infrastructure at 216.126.225[.]129:8443. TeamPCP's tradecraft—throwaway accounts with randomized 8-character usernames, forged CI bot identities, and base64-encoded payloads—demonstrates a mature, automated capability designed for rapid, worm-like propagation at scale. The same group has previously targeted TanStack, Grafana Labs, OpenAI, and Mistral AI, and has documented ties to LAPSUS$ and VECT. The GitHub CISO confirmed the initial infection vector was a poisoned Nx Console VS Code extension with 2.2 million installs, underscoring how a single compromised developer tool can cascade into thousands of downstream repositories.
Megalodon does not stand alone—it represents the apex of a broader, accelerating supply chain attack pattern visible across this intelligence cycle. The separately reported TrapDoor campaign simultaneously deployed 34+ malicious packages across npm, PyPI, and Crates.io with 384+ versions, employing a novel AI-manipulation vector: zero-width Unicode characters embedded in .cursorrules and .CLAUDE.md files designed to subvert AI coding assistants. Both campaigns target the same attack surface—developer tooling and the software build pipeline—and both pursue the same primary objective: mass credential exfiltration from cloud and CI/CD environments. TeamPCP additionally published malicious npm packages impersonating the Polymarket project (polymarket-trading-cli, polymarket-terminal, polymarket-bot) with postinstall hooks, demonstrating multi-vector delivery as standard operating procedure. The npm registry has since invalidated all granular access tokens with write access that bypassed 2FA, but remediation at this scale is operationally complex and incomplete.
Overlapping with the developer infrastructure attacks, the Kali365 Phishing-as-a-Service platform—now confirmed by FBI PSA I-052126-PSA to be actively targeting hundreds of organizations—bypasses MFA entirely by abusing the legitimate Microsoft OAuth device code authentication flow. Operating via Telegram on a subscription model, Kali365 enables persistent Microsoft 365 access without ever stealing a password, rendering conventional credential security controls ineffective. This technique is particularly dangerous because it exploits a legitimate authentication mechanism, generating minimal anomaly signals in standard log analysis. Concurrently, the StablR stablecoin protocol suffered a confirmed $2.8 million exploit on Ethereum driven by a critical governance failure: a multisig threshold set to 1-of-3, combined with theft of holder private keys. The result was unauthorized minting of unbacked tokens and a 20% depeg of both EURR (to approximately $0.85) and USDR (to $0.40–$0.70), with total losses estimated as high as $10.4 million—a direct consequence of misconfigured smart contract security controls in regulated DeFi infrastructure.
The strategic picture across these five threats is unambiguous: adversaries are systematically targeting developer trust chains, AI-assisted tooling, identity infrastructure, and decentralized finance simultaneously. The NSA's Cybersecurity Information Sheet on Model Context Protocol security, released May 20, formally recognizes that agentic AI systems in business, finance, legal, and software development contexts introduce prompt injection and data poisoning risks that current security stacks are not architected to detect. The TrapDoor campaign's exploitation of AI coding assistants via invisible Unicode characters confirms this is no longer theoretical. Organizations must treat their software supply chain—every CI/CD token, every VS Code extension, every third-party package—as a primary attack surface equivalent in risk to perimeter infrastructure. Priority actions this cycle: immediately audit all GitHub repositories for unauthorized workflow modifications and commits from 8-character random usernames; rotate all CI/CD secrets and cloud credentials for any repository with external contributors; block 216.126.225[.]129 at the network perimeter; enforce Trusted Publishing for all npm and PyPI packages; deploy conditional access policies to detect and block OAuth device code flow abuse in Microsoft 365 environments; and conduct inventory of all AI coding assistant configuration files for anomalous Unicode content.
The 24-hour threat landscape (May 24–25, 2026) reflects an inflection point toward polyglot supply chain attacks, AI-assisted credential theft, and normalized infrastructure compromise. Three mega-trends dominate: (1) **Supply chain industrialization**: TrapDoor and Megalodon campaigns demonstrate coordinated, multi-ecosystem targeting with 384+ variants and 5,561 repos compromised, respectively; hidden instructions in config files (zero-width Unicode, .CLAUDE.md) now target AI assistants as attack surface. (2) **AI-enabled credential exfiltration**: Kali365 PhaaS (hundreds of orgs targeted since April via OAuth device code phishing), Mythos Preview (10,000 vulnerabilities in 1K projects), and TrapDoor (crypto wallet + SSH key theft) signal maturing commoditization of AI-driven attack tooling; prompt injection confirmed in wild with 3 undetectable variants. (3) **Critical infrastructure convergence risk**: DHS/CISA agentic AI guidance, ICS/OT internet-connectivity surge, and C2 ISAC telecom coalition formation indicate government/industry panic over autonomous AI agents controlling physical systems. Secondary trends include ransomware velocity (3 new victim claims in 48 hours), stablecoin governance failure (StablR $2.8M–$10.4M exploit via weak multisig), deepfake/synthetic identity fraud eclipsing traditional impersonation, and regulatory fragmentation (Trump AI EO cancellation creates vacuum). Risk velocity accelerating; detection-evasion capabilities outpacing defenses across supply chain, IAM, and AI domains.
Editorial: Recommended Actions
Field Signals
Sector Intelligence
⚔️ Attacks & Vulnerabilities
The scale of the vulnerability discovery problem itself reached an inflection point this week, with Anthropic's Project Glasswing—a consortium including Amazon, Apple, Google, and Microsoft—reporting that its Claude Mythos AI model identified over 10,000 high- or critical-severity vulnerabilities across more than 1,000 open-source repositories in a single month, achieving a 90.6% true-positive validation rate. High-profile findings include 271 vulnerabilities in Firefox 150 (representing a 10x increase over typical discovery rates), a CVSS 9.1 certificate forgery flaw in the widely deployed WolfSSL cryptographic library (CVE-2026-5194), and 400 critical vulnerabilities in Cloudflare's core systems. This AI-accelerated discovery paradigm is fundamentally shifting the bottleneck from detection to verification and patch deployment, with open-source maintainers already requesting paced disclosure given the volume of findings.
Beyond traditional software vulnerabilities, researchers presented 'AudioHijack' at the IEEE Symposium on Security and Privacy, demonstrating a novel attack technique embedding inaudible ultrasonic commands within legitimate media files—podcasts, videos, and audio recordings—to hijack AI voice assistants with 79–96% success rates against 13 open-source audio models and confirmed transfer to commercial platforms including Microsoft Azure and Mistral AI. The NSA's advisory on Model Context Protocol (MCP) further expands the attack surface taxonomy for AI-augmented systems, identifying Arbitrary Code Execution flaws (CWE-77, CWE-78, CWE-94, CWE-95) in production MCP implementations where the protocol's server-querying-client architecture enables novel prompt-driven code execution pathways. The aggregate picture this period reflects an environment where AI is simultaneously accelerating both vulnerability discovery and the sophistication of exploitation techniques.
💥 Breaches & Leaks
Several significant organizational breaches warrant individual attention. The 7-Eleven breach, attributed to ShinyHunters, resulted in exfiltration of over 600,000 Salesforce records containing Social Security numbers, driver's license data, and PII from franchise applicants, with full dataset publication following the victim's refusal to pay ransom. The Mercor breach—attributed to TeamPCP via a supply chain compromise of the LiteLLM open-source tool, with Lapsus$ subsequently claiming 4TB of stolen data including source code, databases, and Slack records—caused Meta to pause contracts with the AI data startup and exposed the systemic risk of multiple competing AI companies (Meta, OpenAI, Anthropic) relying on the same third-party data supplier. The CJ Group insider breach, in which an employee distributed personal data of approximately 330 female workers via a Telegram channel with 2,800 members that subsequently changed ownership twice via cryptocurrency transactions, demonstrates the compounding risk of insider threats intersecting with dark web data economies.
Ransomware victim disclosures continued at a sustained pace across geographies and sectors, with NIGHTSPIRE, QILIN, DRAGONFORCE, NOVA, INCRANSOM, and THEGENTLEMEN groups all posting new victims on dark web leak sites during the reporting period. Healthcare organizations—including Sanatorio Delta in Argentina and an unnamed health system with 2TB of patient data exfiltrated by Anubis—remain persistently targeted given the combination of sensitive data value, operational disruption leverage, and historically underfunded security postures. The Krispy Kreme breach settlement (up to $3,500 per claimant, $1.6M total fund, June 22 deadline) and Cardinal Services disclosure of June 2025 breach data appearing on dark web sale listings illustrate the extended liability tail of breach incidents and the ongoing monetization of legacy stolen datasets.
🤖 AI Security
Prompt injection against agentic LLM systems is receiving increased analytical attention commensurate with its elevation to OWASP LLM Top 10 position LLM01. Security researchers are documenting that indirect injection vectors—RAG poisoning, MCP tool poisoning, document-embedded instructions, and multimodal attack surfaces—represent qualitatively more dangerous threat patterns than direct chatbot manipulation, because agentic systems execute real-world actions (API calls, file operations, credential access) in response to compromised prompts. The NSA's MCP security advisory formally acknowledges that the protocol's architectural inversion—where servers query clients rather than the reverse—creates novel execution pathways for attacker-controlled inputs that conventional security controls are not positioned to intercept. OWASP, MITRE ATLAS, and the NSA are now collectively framing prompt injection as an architectural problem requiring system-level redesign rather than input validation.
The intersection of quantum computing advancement and AI infrastructure security is emerging as a forward-looking concern requiring near-term defensive action. 'Store Now, Decrypt Later' (SNDL) attack strategies—where adversaries collect encrypted AI model weights and training data today for future quantum decryption—create an urgent case for implementing NIST post-quantum cryptographic standards (FIPS 203 ML-KEM, FIPS 204/205 for signatures) across AI data pipelines, model distribution infrastructure, and MCP bridges. Organizations operating AI systems handling sensitive data should treat cryptographic agility as a current-cycle infrastructure requirement, given that the window between CRQC availability and cryptographic migration completion is likely to be significantly shorter than enterprise patching cycles historically suggest.
🦠 Malware
On the malware campaign front, the Atomic macOS Stealer (AMOS) continues to dominate macOS threat activity, representing 40% of all macOS protection updates deployed by Sophos in 2025 and utilizing ClickFix-style social engineering to bypass platform-level technical controls. The campaign's success in targeting macOS—historically perceived as a lower-risk platform—underscores the primacy of social engineering as an initial access vector that circumvents hardware and OS-level security investments. Separately, a novel Android malware campaign impersonating a 'Cockroach Janta Party' APK is spreading across India via WhatsApp and Telegram, requesting Accessibility Services permissions to enable OTP interception, contact harvesting, and silent device control via Telegram Bot C2 infrastructure. The campaign's use of viral meme culture as a social engineering lure demonstrates threat actors' adaptation of delivery mechanisms to local cultural contexts for maximum infection rates.
The Brain Cipher ransomware group claimed its first confirmed Australian victim in The Adviser regional newspaper, exfiltrating over 350GB of data and setting a June 2 ransom deadline. Brain Cipher's exploitation of Microsoft Windows CLFS Driver Privilege Escalation vulnerabilities and prior use of LockBit variants positions it as a technically capable threat actor with an expanding geographic footprint. The ransomware threat to healthcare infrastructure specifically continues to draw public commentary regarding life-safety implications, with critical analysis framing hospital ransomware attacks as a public health crisis requiring legislative and regulatory response commensurate with the physical harm potential of disrupting patient care systems.
☁️ Cloud Security
From a compliance and hardening perspective, the DISA STIG benchmark items for AlmaLinux OS 9 and BIND 9.x documented in source materials reflect the sustained operational discipline required to maintain secure baselines across cloud-hosted Linux infrastructure. Requirements addressing session concurrency limits, remote access monitoring via centralized logging to /var/log/secure, FIPS 140-3 compliant IP tunnel cryptography, account lockout after failed authentication attempts, and DNS view separation to prevent internal network footprinting represent the foundational control layer upon which higher-order cloud security architectures depend. Multiple high-severity vulnerabilities documented across cloud-adjacent software libraries this period—including prototype pollution and uncontrolled recursion in axios (requiring upgrade to >=1.15.2), five high-severity flaws in pgadmin4 (fixed in 9.15), and a server-side request forgery vulnerability in YunaiV yudao-cloud—highlight that library-level security debt within cloud application stacks remains a persistent and actively exploited attack vector.
🔗 Supply Chain
A particularly significant tactical evolution documented in the TrapDoor and related campaigns is the deliberate targeting of AI coding assistants as an attack vector. Malicious actors are embedding zero-width Unicode characters in AI configuration files (.cursorrules, CLAUDE.md) to create hidden instructions that trick Cursor, Claude, and similar tools into executing malicious commands or exfiltrating credentials during standard development workflows. Attackers have also submitted pull requests containing malicious configuration files to major AI projects including langchain, langflow, llama_index, and OpenHands, attempting to establish upstream persistence in widely-forked repositories. This represents a novel second-order supply chain attack where AI-assisted development tools—increasingly positioned as productivity multipliers—become force multipliers for attacker reach and dwell time.
The TeamPCP threat group's Megalodon campaign (5,561 GitHub repositories compromised via malicious CI/CD workflows in six hours) and the broader pattern of VS Code extension poisoning—with the Nx Console extension's 2.2 million installs providing the initial foothold for the GitHub and Grafana Labs breaches—collectively demonstrate that developer tool ecosystems have become the highest-leverage attack surface in the software supply chain. The trust developers necessarily extend to their tooling, combined with the privileged access those tools require to project files, environment variables, and cloud credentials, creates a structurally exploitable condition that technical controls alone cannot fully address. Organizations should implement mandatory code signing verification for VS Code extensions, pin package versions with hash verification, enforce least-privilege CI/CD service account scoping, and treat AI coding assistant configuration files as security-sensitive artifacts subject to change control review.
🔑 Identity & Access Security
Session hijacking as a post-authentication persistence mechanism is receiving increased practitioner attention as phishing-resistant MFA adoption drives threat actors toward token and session-based attack vectors. The combination of Kali365's OAuth token harvesting, the documented abuse of Microsoft Phone Link as an MFA bypass vector for enterprise accounts, and the architectural observation that browsers automatically transmit session cookies with every request—providing no server-side mechanism to distinguish legitimate from attacker-controlled sessions—creates a multi-layered authentication bypass threat that requires defense-in-depth controls including secure cookie flags, short session lifetimes, device-bound session tokens, and conditional access policies based on behavioral analytics rather than static MFA completion signals.
The broader identity breach data from Sophos—71% of organizations experiencing identity-related breaches in the past year, with human error and non-human identity mismanagement as primary causative factors—provides strategic context for the tactical incidents documented above. The proliferation of non-human identities (service accounts, API keys, OAuth applications, CI/CD tokens) without equivalent lifecycle management and monitoring controls to human identities creates the structural conditions exploited by supply chain attacks, CI/CD credential harvesting campaigns, and OAuth abuse. Organizations should treat non-human identity governance as an immediate security program priority, implementing continuous discovery, least-privilege scoping, rotation policies, and anomalous usage detection for machine credentials with parity to controls applied to human privileged accounts.
₿ Crypto & DeFi Security
Several compounding factors amplified the StablR incident's impact beyond the direct financial loss. The protocol's months-long operational silence since March 12 communications, combined with outdated Q4 2025 reserve audits, destroyed investor confidence in reserve backing claims precisely when the market most needed transparency. The attacker's additional use of administrative privileges to blacklist and burn existing token holders' assets (~$2.4 million from one wallet) demonstrates that minting contract administrative access confers capabilities extending well beyond token issuance. The incident also exposes the limitation of MiCA compliance certification as a security assurance mechanism—regulatory approval cannot prevent operational security failures in key management or governance configuration, a gap that will likely accelerate regulatory attention to operational security requirements for stablecoin issuers specifically.
The TrapDoor supply chain campaign targeting cryptocurrency developers across npm, PyPI, and Crates.io—stealing Sui, Solana, and Aptos wallet keys alongside AWS credentials and SSH keys—reflects the sustained high-value targeting of the crypto developer ecosystem by credential-harvesting threat actors. The campaign's use of deceptive package names mimicking legitimate security and SDK tooling (eth-security-auditor, solidity-deploy-guard, sui-sdk-build-utils) and its novel exploitation of AI coding assistants via zero-width Unicode-embedded instructions in configuration files demonstrates that crypto-focused threat actors are adopting the most technically advanced supply chain attack methodologies available. Taken together with the StablR governance exploit, these incidents reinforce that both infrastructure-layer operational security and development environment security require urgent uplift across the cryptocurrency sector.
🕵️ Threat Intelligence
At the strategic level, the operationalization of AI-enabled cybercrime continued its documented acceleration into May 2026. Threat actors are integrating LLM-generated multilingual spear-phishing, AI-assisted polymorphic malware development, and deepfake-augmented social engineering into commoditized crimeware packages distributed via dark web SaaS subscription models. Flashpoint reporting confirms that underground communities are actively sharing LLM safety-bypass and jailbreaking techniques, lowering the technical barrier for sophisticated attack execution. Separately, the AI security research community is cataloguing emerging jailbreak methodologies that exploit chatbot 'personalities' and conversational behavioral patterns rather than technical code vulnerabilities, representing a social engineering escalation against AI safety guardrails that requires behavioral rather than signature-based defensive responses.
From an infrastructure perspective, security teams should note the increasing abuse of legitimate developer platforms—GitHub Actions, VS Code extension marketplaces, package registries—as primary attack delivery mechanisms. The detection window for the Megalodon campaign's malicious commits was narrow, and the use of spoofed CI bot identities and ephemeral accounts represents a deliberate operational security posture designed to defeat attribution and rapid detection. Organizations with significant open-source dependencies or developer tool estates should treat CI/CD pipeline integrity as a first-tier threat surface requiring continuous monitoring equivalent to production environment controls.
📱 Mobile Security
At the authentication and account security layer, Microsoft's internal email infrastructure abuse—where threat actors exploit the [email protected] domain to send phishing messages that appear to originate from official Microsoft security notification channels—represents a trust exploitation attack with significant implications for MFA bypass campaigns and account takeover operations. This infrastructure abuse, reported to Microsoft by the Spamhaus Project yet persistent for an extended period, demonstrates the operational risk of delayed vendor response to abuse reports when the exploited infrastructure is a trusted authentication notification channel. The Kali365 phishing-as-a-service platform documented in the identity category compounds this risk by specifically targeting Microsoft 365 OAuth flows, creating a compounding threat scenario where compromised trusted channels deliver credential-less token-harvesting attacks.
Platform-level defensive features—Apple's Lockdown Mode and Google's Advanced Protection Mode—continue to represent the most effective mitigations against sophisticated mobile spyware, with both platforms restricting high-risk features including legacy network connections, untrusted app installations, and certain IPC mechanisms exploited by commercial spyware. Apple's warning to all iPhone users regarding critical zero-day security vulnerabilities this period, combined with SS7 signaling protocol exploitation enabling location tracking via phone number alone without device-side malware, reinforces that mobile threat actors operate across a layered attack surface requiring both platform hardening and network-level mitigations that individual users cannot fully control.
🔍 OSINT & Tools
🎭 Deepfake & AI Threats
The insurance sector is experiencing material operational disruption from AI-generated fraud, with a documented case of a Lyft driver using AI-generated photos to file false damage claims illustrating how platform-level fraud detection systems designed for human-generated evidence are being systematically defeated by AI-generated synthetic content. More broadly, the insurance industry faces a convergence of three simultaneous pressures—deepfake fraud evidence, rising complaint volumes, and organizational data silos—that are forcing fundamental redesign of claims validation workflows and evidence authentication requirements. The TAKE IT DOWN Act entering full enforcement on May 19, 2026, requiring platforms to remove non-consensual intimate imagery and AI-generated sexual deepfakes within 48 hours, represents a meaningful regulatory intervention, though its scope is limited to sexual content and platforms face ongoing implementation challenges around distinguishing malicious deepfakes from protected satire.
OpenAI's launch of a free public deepfake detection tool—integrating SynthID invisible watermarking and C2PA metadata verification—and YouTube's expansion of deepfake search features to all users over 18 reflect an industry-wide recognition that passive deepfake propagation has reached a scale requiring platform-level countermeasures. However, critical limitations constrain current detection efficacy: OpenAI's tool cannot detect deepfakes from non-OpenAI sources, YouTube's facial recognition approach ignores voice cloning entirely, and neither system addresses the synthetic identity use case where no original authentic media exists to serve as a comparison baseline. The Dhruv Rathee political deepfake case—confirmed as AI-generated via Hive Moderation and Hiya's Deepfake Voice Detector after accumulating over 31,500 views—demonstrates that detection tools exist but are not yet deployed at the point of content consumption where they would prevent initial viral spread.
📜 Regulation & Compliance
The regulatory dimension of AI security governance is emerging as a significant policy development area, with DHS and CISA releasing updated guidance on agentic AI systems in critical infrastructure (documented in the ICS/OT category) and the Trump administration's decision to halt a planned AI executive order introducing policy uncertainty for organizations building compliance frameworks around anticipated federal AI safety requirements. Organizations subject to sector-specific AI governance obligations—particularly in financial services, healthcare, and critical infrastructure—should anticipate regulatory fragmentation between federal and state-level AI oversight frameworks in the near term.
🏭 ICS/OT Security
The expanding attack surface of ICS/SCADA environments due to cloud integration, vendor remote access proliferation, AI tool adoption, and increased internet connectivity continues to be a primary concern among OT security practitioners. Analysts emphasize that the consequence profile of successful ICS compromise—power outages, water system disruption, manufacturing paralysis, and safety system failure—categorically distinguishes these incidents from enterprise data theft events, requiring security investment frameworks that account for physical harm potential rather than solely data breach cost models. Fortinet's reported demand increases for OT security offerings alongside AI data center protection and sovereign SASE reflect vendor-side recognition of this expanding addressable market, consistent with the threat environment documented across government advisories and practitioner analysis. The convergence of IT and OT networks, combined with the introduction of AI-driven automation into industrial processes, makes cross-disciplinary security architecture competency an operational necessity for critical infrastructure operators.
🛡️ Defense & Detection
On the network visibility front, the release of Wireshark 4.6.6 provides incremental improvements to packet analysis capabilities relevant to security operations teams conducting network forensics and incident response. The update continues the project's cadence of addressing parsing vulnerabilities and protocol dissector improvements that underpin deep packet inspection workflows across SOC environments. While individually modest, consistent maintenance of foundational network analysis tools remains critical as adversaries increasingly leverage encrypted channels and protocol-level obfuscation to conceal malicious traffic, particularly in the context of the supply chain and ransomware campaigns documented elsewhere in this briefing.
The TrapDoor campaign deployed 34+ malicious packages across npm, PyPI, and Crates.io spanning 384+ versions, targeting developer environments for credential exfiltration of cryptocurrency wallets, SSH keys, and AWS credentials. A novel and forensically significant technique involves embedding zero-width Unicode characters inside .cursorrules and .CLAUDE.md files—configuration files consumed by AI coding assistants—to manipulate AI-generated code recommendations without triggering standard text-based detection. This AI-manipulation vector represents a new attack class that bypasses conventional static analysis and requires defenders to implement Unicode normalization checks and integrity validation on AI assistant configuration files.
TeamPCP compromised 5,561 public GitHub repositories in a six-hour window on May 18, 2026, pushing 5,718 malicious commits via throwaway accounts with randomized 8-character usernames and forged CI bot identities (build-bot, auto-ci, ci-bot, pipeline-bot). Injected GitHub Actions workflows—two variants observed, SysDiag (triggering on push/PR) and Optimize-Build (manual trigger)—executed base64-encoded bash scripts exfiltrating AWS/GCP/Azure credentials, SSH private keys, Vault tokens, Terraform credentials, Docker/Kubernetes configs, and platform tokens to C2 at 216.126.225[.]129:8443. Confirmed victims include the Tiledesk project, Black-Iron-Project, and WISE-Community; Hudson Rock confirmed 33% of affected accounts appeared in infostealer logs, and TeamPCP additionally deployed wiper malware against targets in Iran and Israel, establishing dual financial and geopolitical motivation.
StablR's Ethereum-based stablecoin protocol was exploited via a critical multisig configuration failure—the contract's signing threshold was set to 1-of-3—combined with theft of holder private keys, enabling attackers to mint unbacked tokens and drain approximately $2.8 million in confirmed proceeds (with total estimated losses reaching $10.4 million). The resulting loss of backing confidence caused a 20% depeg in both EURR (dropping to approximately $0.85) and USDR (falling to $0.40–$0.70). This incident is a governance failure case study: the 1-of-3 threshold effectively rendered the multisig a single point of failure, and security teams overseeing DeFi-adjacent infrastructure should immediately audit smart contract multisig thresholds and enforce hardware-secured key management for all signing authorities.
Kali365, a Phishing-as-a-Service platform operating via Telegram on a subscription model, bypasses MFA entirely by abusing the legitimate Microsoft OAuth device code authentication flow—no password theft required, and the authentication exchange uses Microsoft's own infrastructure, generating minimal anomalous signals. The FBI's PSA I-052126-PSA confirms active targeting of hundreds of organizations, establishing this as a widespread, operationally deployed threat rather than a proof-of-concept. Security teams should immediately implement Conditional Access policies to restrict device code flow authentication for high-privilege Microsoft 365 accounts and audit OAuth token grants for anomalous device code grant patterns in Entra ID logs.
The NSA released a Cybersecurity Information Sheet on May 20 addressing security risks introduced by Model Context Protocol (MCP) in AI-enabled agentic systems deployed across business, finance, legal, and software development contexts, formally identifying prompt injection, data poisoning, and expanded attack surface as primary risk categories. This guidance arrives as the TrapDoor campaign demonstrates that adversaries are actively exploiting AI coding assistant configurations via invisible Unicode manipulation in .cursorrules and .CLAUDE.md files—confirming the NSA's threat model is operationally validated, not theoretical. Organizations deploying MCP-enabled AI agents should apply the NSA's recommended design controls, implement integrity validation on all AI configuration files, and treat agentic AI systems as privileged infrastructure subject to the same access controls and monitoring as production servers.