CYBER_THREATCAST
$ briefing --date=

CYBER THREATCAST

CYBER THREAT INTELLIGENCE BRIEFING

Friday, May 29, 2026|MORNING EDITION|07:21 TR (04:21 UTC)|325 Signals|15 Sectors
ROUNDTABLE ACTIVE11 agents · 14 messages · 23mView →
Critical zero-day vulnerabilities in Gogs and Fortinet FortiClientEMS enable unauthenticated remote code execution with no patches available; 1,141+ Gogs instances exposed with CVE-2026-35616 actively exploited.
Microsoft emergency-patched two actively exploited Windows Defender zero-days ('RedSun' and 'UnDefend') affecting millions of Windows devices; CVE-2026-41091 and CVE-2026-45498 already deployed in real-world attacks.
Supply chain attacks intensified: Typosquatted npm packages (Mini Shai-Hulud campaign) stole CI/CD and cloud credentials from 14 malicious packages in 4 hours; Glassworm botnet disrupted after compromising 300+ GitHub repositories with trojanized extensions.
AI-accelerated attacks emerging as dominant threat vector: GreyVibe (Russia-linked) and Nimbus Manticore (Iran) using LLMs to automate malware generation, phishing, and post-compromise tools; Anthropic's Mythos identified 23,019 vulnerabilities across open-source projects.
Deepfake fraud reached $1.1B in 2025 (3x growth year-over-year); cryptojacking campaigns impersonating 6+ legitimate software brands and exploiting AI chatbot search poisoning; 70% of users cannot distinguish cloned voices from authentic audio.

Analysis

The most urgent threat demanding immediate leadership attention is an unpatched, CVSS 9.4-rated remote code execution zero-day in Gogs, the widely deployed self-hosted Git platform. Disclosed by Rapid7 researcher Jonah Burgess and reported to the maintainer on March 17, 2026, the flaw remains without a patch as of publication. Any authenticated user — including one who just registered a free account — can inject the --exec flag into git rebase during a 'Rebase before merging' merge operation, achieving arbitrary code execution on the underlying server. Successful exploitation yields access to every repository on the instance, credential dumping, lateral movement to network-adjacent systems, code tampering, and cross-tenant private repository exposure. Rapid7 has published a fully weaponized Metasploit module supporting both Linux and Windows targets, and exploitation leaves only an HTTP 500 error in server logs when an attacker uses their own repository — making forensic detection extremely difficult. With at least 1,141 internet-facing instances confirmed exposed (and an unknown additional count behind VPNs), organizations running Gogs must immediately implement the interim mitigations: disable open registration (DISABLE_REGISTRATION = true) and restrict repository creation (MAX_CREATION_LIMIT = 0) in app.ini, and audit all rebase merge settings pending an upstream patch.

Overlaying this zero-day crisis are two actively exploited Windows Defender vulnerabilities — CVE-2026-41091 ('RedSun', CVSS 7.8) and CVE-2026-45498 ('UnDefend') — for which Microsoft issued emergency out-of-band patches this week. CVE-2026-41091 is a link-following privilege escalation in the Malware Protection Engine affecting builds 1.1.26030.3008 through 1.1.26040.7; CVE-2026-45498 targets the Antimalware Platform via a network-accessible vector that crashes or disables real-time scanning entirely. CISA added CVE-2026-45498 to its Known Exploited Vulnerabilities catalog on May 20, 2026, with a June 3 federal remediation deadline — one of the tightest CISA windows imposed this year. Security teams should treat unexpected Defender service interruptions as potential indicators of active compromise rather than routine glitches. The two flaws are analytically complementary: one enables privilege escalation, the other disables the defender itself — a sequencing pattern ransomware operators are known to favor, though no confirmed chaining in an active campaign has been documented as of this writing. Enterprise teams managing update cadence through WSUS or Configuration Manager must audit policies immediately and push emergency exceptions to allow the fixed engine build (1.1.26040.8 or later) through.

Concurrently, Fortinet's FortiClient Endpoint Management Server is under active exploitation via CVE-2026-35616 (CVSS 9.1), an unauthenticated improper access control flaw (CWE-284) patched via out-of-band hotfix in early April. Arctic Wolf confirmed in May 2026 that threat actors are abusing FortiClient EMS's own management push capabilities to distribute a fake Fortinet patch that silently installs EKZ Infostealer — malware that harvests browser credentials and exfiltrates them over HTTP. The attack vector is particularly damaging because EMS manages endpoints at scale: a single compromised EMS server becomes a force multiplier, enabling credential theft across every connected device. CISA added this CVE to its KEV catalog in April. Organizations running FortiClient EMS 7.4.5 or 7.4.6 must apply the available hotfixes immediately; version 7.4.7 will include a permanent fix. Any EMS-pushed software update since March should be treated as suspect pending verification.

The software supply chain threat surface is further stressed by two developer-ecosystem campaigns. The Mini Shai-Hulud actor (alias 'vpmdhaj') deployed 14 typosquatted npm packages in approximately four hours, targeting OpenSearch, Elasticsearch, and DevOps libraries to exfiltrate GitHub tokens, AWS credentials, HashiCorp Vault secrets, npm tokens, Kubernetes configurations, and 1Password data from developer workstations and CI/CD pipelines. Simultaneously, Tenable has documented a new npm deception technique called 'download pumping,' in which attackers publish hundreds of benign package versions to artificially inflate download counts — the 'ambar-src' package reached 50,000+ downloads in three days via 724 uploaded versions — before inserting a malicious payload in a later version. This technique defeats download-count heuristics used by both human developers and automated security tooling. The Glassworm botnet takedown by CrowdStrike, Google, and the Shadowserver Foundation — disrupting all four C2 channels simultaneously (Solana blockchain, BitTorrent DHT, Google Calendar event titles, and commercial VPS servers) — confirms that Russia-linked threat actors invested 18 months and cross-platform tooling (JavaScript, Rust, Zig) into compromising over 300 GitHub repositories alongside VS Code extensions, npm, and PyPI packages. Organizations should query network logs and endpoint telemetry for connections to 164.92.88[.]210 (the CrowdStrike sinkhole IP) as an infection indicator; any match requires immediate incident response.

The intelligence picture across all five threats is coherent and alarming: adversaries are systematically targeting the development and security infrastructure that organizations depend on most. Developer toolchains (Gogs, npm, VS Code, GitHub), security tooling (Windows Defender), and endpoint management platforms (FortiClient EMS) are the common thread. Priority actions for this week: (1) Isolate or restrict Gogs instances pending patch availability. (2) Confirm Defender engine build 1.1.26040.8 or later across all endpoints by June 3. (3) Apply FortiClient EMS hotfixes and audit EMS-pushed updates since March for EKZ Infostealer artifacts. (4) Sweep npm dependencies in CI/CD pipelines for typosquatted packages targeting OpenSearch and Elasticsearch libraries. (5) Hunt for Glassworm C2 beaconing on 164.92.88[.]210 in network telemetry. Organizations that have not yet segmented developer environments from production infrastructure should treat that gap as an active risk, not a backlog item.

Over the 24-hour briefing period (May 28-29, 2026), the threat landscape is dominated by three converging trends: (1) **AI-accelerated offense outpacing defense**, with frontier models (Mythos) discovering 23,019 vulnerabilities faster than human teams, threat actors (GreyVibe, Nimbus Manticore) weaponizing LLMs to automate phishing/malware/post-compromise tools, and deepfake fraud reaching $1.1B (3x YoY); (2) **Critical zero-day and supply chain crisis**, with Gogs (1,141+ exposed), Fortinet, Windows Defender, and Gitea flaws simultaneously active in production, Glassworm's 300+ compromised repos disrupted but developers already infected, and Mini Shai-Hulud deploying 14 malicious npm packages in 4 hours targeting CI/CD/cloud credentials; (3) **Identity and authentication erosion**, where 82% of breaches involve stolen credentials, Kali365 PhaaS bypasses MFA at scale, SIM swaps exploit SS7 vulnerabilities for SMS interception, and session hijacking defeats post-authentication controls. Detection gaps widening (only 26% of organizations have architectural capability to enforce AI security controls despite 77% updating strategy). Regulatory response accelerating (India 12-hour patching mandate, California lawsuits, CISA agentic AI guidance) but remains reactive. Patch windows collapsing: AI exploitation timelines now measure in hours, not days. Supply chain targeting developers and DevOps infrastructure represents highest-leverage attack vector. Deepfake/voice cloning crossing into criminal mainstream (70% user detection failure). Geopolitical tensions (Operation Epic Fury) correlating with APT activity escalation.

Editorial: Recommended Actions

01
IMMEDIATE (24-48 HOURS)
Inventory and assess Gogs instances (check shodan/censys for exposed deployments); Fortinet FortiClientEMS environments; Windows systems running affected Defender versions. Apply Microsoft emergency patches for CVE-2026-41091/CVE-2026-45498 and evaluate FortiClientEMS workaround. Monitor for Gitea container registry (CVE-2026-27771) default misconfiguration allowing unauthenticated image access.
02
URGENT (1 WEEK)
Audit npm dependencies and CI/CD pipelines for Mini Shai-Hulud typosquatted packages (vpmdhaj alias, OpenSearch/ElasticSearch/DevOps libraries); invalidate all granular write-access tokens bypassing 2FA. Review supply chain attack surface (GitHub repos, VSCode extensions, package maintainer accounts). Implement credential rotation across GitHub, AWS, Vault, npm, Kubernetes, 1Password post-compromise.
03
CRITICAL (2 WEEKS)
Deploy multi-factor authentication resilience controls beyond OAuth/SMS-based schemes; evaluate biometric authentication or hardware security keys to mitigate Kali365 PhaaS and SIM swap vectors. Assess Kubernetes cluster security posture for container escape risks (CVE-2026-47243); patch runtime and review privileged container usage. Isolate AI agent identities via Zero Trust architecture with deterministic visibility/control.
04
STRATEGIC (30 DAYS)
Implement India CERT-In-aligned patching timelines (12-hour remediation for known exploited vulns on internet-facing systems); establish continuous exposure management and AI governance controls. Deploy behavioral detection for AI-accelerated attacks (deepfake, voice cloning, LLM-assisted malware) using Gemini/CodeMender/Wiz integration (Google AI Threat Defense model). Establish supply chain risk baseline: audit open-source dependencies (Project Lightwell resources), enforce SBOM, monitor maintainer account anomalies, and segregate development CI/CD from production.
05
ORGANIZATIONAL (60-90 DAYS)
Establish geopolitical threat monitoring program for state-linked actors (GreyVibe, Nimbus Manticore, Red_delta, Typhoon) targeting sector-specific verticals. Develop deepfake/voice cloning detection and response playbooks; educate users on 70% failure rate in voice authenticity detection. Evaluate regulatory compliance gaps vs. California 23andMe lawsuit, New York DFS heightened-threat guidance, and CLARITY Act crypto provisions. Architect AI agent governance (OASIS framework) and enforce runtime control to prevent jailbreak manipulation and credential exfiltration.
ROUNDTABLE
Expert Panel Discussion
11 AI experts analyzed this briefing across 3 turns of structured debate
11Agents14Messages23mDuration

Field Signals

Real-time intelligence from X/Twitter
$ scanning feeds_

Sector Intelligence

⚔️ Attacks & Vulnerabilities

35 signals6 critical5 highAvg: 8.2
The current vulnerability landscape is defined by a convergence of critical, actively exploited flaws spanning developer infrastructure, enterprise endpoint management, and core operating system components. Most urgently, two Windows Defender zero-days — internally designated 'RedSun' and 'UnDefend' — have drawn emergency out-of-band patches from Microsoft following confirmed in-the-wild exploitation, underscoring the persistent threat to the world's most widely deployed endpoint security stack. Simultaneously, CVE-2026-35616 in Fortinet's FortiClient EMS is being actively leveraged by threat actors to deliver a previously undocumented credential stealer dubbed EKZ via fake software update mechanisms, with proof-of-concept code now publicly circulating. A critical zero-day in the Gogs self-hosted Git platform — affecting over 1,100 exposed instances — allows any authenticated user to achieve remote code execution through git rebase command injection, with no patch available at time of reporting. Additional high-severity disclosures this period include CVE-2026-27771 in Gitea's container registry, a Docker Engine copy vulnerability (CVE-2026-31431), a CVSS 8.8-rated code execution flaw in 7-Zip threatening hundreds of millions of installations, critical stored XSS in the Pretalx conference platform, and three code execution vulnerabilities in Notepad++....read full analysis

A defining tension this cycle is the escalating conflict between Microsoft and the anonymous researcher identity 'Nightmare-Eclipse' over coordinated disclosure norms. After Nightmare-Eclipse publicly released details on six Windows zero-days — three of which are confirmed under active exploitation — Microsoft condemned the disclosures as placing customers at 'unnecessary risk,' subsequently having the researcher's GitHub and GitLab accounts removed. The researcher has responded by threatening a further Windows exploit dump on Patch Tuesday, July 14, representing a direct and credible threat to the enterprise security posture of Windows environments globally. This dispute reflects a broader industry friction point: responsible disclosure timelines are increasingly strained by vendor response cadences, and the public threat of additional weaponized releases creates an asymmetric pressure on defenders who must treat the situation as an imminent, concrete risk rather than a theoretical one.

Across the vulnerability landscape, two structural trends demand strategic attention from security leadership. First, AI-accelerated vulnerability discovery — as discussed in relation to frontier models and tools like Claude Opus 4.8 being deployed by platforms such as TrendAI — is compressing the time between flaw identification and exploitation, generating a volume of findings that is overwhelming traditional triage and patching workflows. Researchers are demonstrating that AI agents can chain vulnerabilities across complex attack surfaces, including LLM libraries such as numexpr and AI-integrated codebases, creating novel attack surfaces previously outside the standard threat model. Second, the mathematical sandbox bypass in numexpr's evaluate() function, which retains relevance due to its continued use in frameworks like LangChain, illustrates how legacy dependencies within modern AI toolchains introduce systemic risk. Organizations should treat developer tooling, AI libraries, and self-hosted Git infrastructure as high-priority attack surface requiring immediate inventory and patching prioritization.

💥 Breaches & Leaks

34 signals2 critical8 highAvg: 8.1
This period's breach intelligence is dominated by several high-scale data exposure events, ongoing ransomware group claim activity, and a notable escalation in the legal and regulatory consequences of failure to protect sensitive personal data. Carnival Corporation has confirmed a breach affecting nearly six million customers, with ShinyHunters claiming responsibility following a social engineering attack that compromised employee accounts — the second major breach for the cruise operator in recent years and a clear indicator of persistent targeting of the hospitality and travel sector. The ShinyHunters group also claims responsibility for the Charter Communications incident, alleging 42 million customer records stolen through a combination of vishing and SaaS account compromise, though the company's public response has been notably cautious. The 2026 Mexican government breach attributed to the Chronus Group reportedly resulted in the exfiltration of 2.3 terabytes of data affecting 36 million citizens through exploitation of legacy and third-party systems — a scale that places this event among the most significant public sector data exposures globally this year....read full analysis

On the legal accountability front, California's Attorney General has filed suit against the successor entity to 23andMe over the 2023 breach of genetic and ancestry data affecting approximately seven million individuals, signaling a new phase of regulatory assertiveness toward genomic data custodians. The implications extend beyond 23andMe's specific circumstances: the suit establishes a precedent for holding organizations liable for breach of particularly sensitive biometric categories of personal information, and security leadership at comparable genomic, health, and biometric data custodians should treat this development as a concrete compliance risk requiring immediate review of data security controls and breach response postures. Multiple ransomware group postings this cycle — including INCRANSOM, EVEREST, AUDITTEAM, and CHAOS — continue to demonstrate the breadth of targeting across healthcare, financial services, and business services verticals, with healthcare targets including Sidra Kuwait Hospital representing continued prioritization of critical care environments.

Several breach developments carry significant secondary risk implications. The alleged leak of Dutch civil servant data to the U.S. government through Microsoft infrastructure raises serious data sovereignty and cross-border transfer compliance concerns under European regulatory frameworks. The Trump Mobile subscriber data exposure — where personal data was publicly accessible via the vendor's own website prior to device shipment — exemplifies the class of organizational security failures driven by inadequate pre-launch security review. The Barracuda report finding that attackers are successfully authenticating to Microsoft 365 using IP addresses indistinguishable from legitimate users through VPN rotation and IP churn underscores that identity-based controls alone are insufficient, and behavioral analytics representing the user's typical access patterns are increasingly necessary to detect account compromise in cloud productivity environments.

🔍 OSINT & Tools

30 signals0 critical2 highAvg: 6.8
The OSINT and tooling ecosystem is experiencing a significant expansion in AI-augmented security capabilities, with major technology players and emerging vendors alike deploying AI-native platforms designed to operate at the velocity and scale required to counter current threat actor operations. Google Cloud's AI Threat Defense platform — designed to autonomously predict attack paths and deploy patches at machine speed — and IBM's $5 billion Project Lightwell open-source security initiative, which has secured participation from Goldman Sachs, Morgan Stanley, JPMorgan, and Bank of America, represent tier-one investments signaling that AI-speed defense is transitioning from research concept to production infrastructure. The Lightwell initiative is particularly notable for its open-source framing, which IBM CEO Krishna attributes directly to the Claude/Mythos AI vulnerability discovery context — acknowledging that the scale of AI-identified vulnerabilities requires collaborative, ecosystem-wide tooling rather than proprietary point solutions....read full analysis

For practitioners, the May 2026 open-source tooling roundup highlights a maturing ecosystem of freely available security capabilities, complemented by commercial offerings including CrowdStrike's expanded QuiltWorks cyber insurance framework, Edamame's runtime security platform for detecting AI coding agent behavioral drift, and Qualys's extended EOL/EOS detection for containerized workloads. The Indian CERT's mandate requiring remediation of exploited internet-facing vulnerabilities within 12 hours is driving demand for continuous exposure management tooling that can automatically identify, prioritize, and track remediation of externally accessible vulnerabilities without human triage bottlenecks. Okta's report of acute demand for AI agent identity security tooling reflects the operational reality that autonomous AI systems are being provisioned with credentials and permissions that existing identity governance frameworks were not designed to manage or audit.

The Plume Security Labs investigation exposing a hidden proxy network inside SuperBox streaming devices — sold at major U.S. retailers — illustrates the intelligence collection value of consumer device security research, revealing that mass-market hardware can serve as infrastructure for routing potentially malicious traffic including stolen credentials and enterprise security bypass attempts through residential network connections. This finding has immediate implications for enterprise network security teams whose employees use such devices on home networks where corporate devices are also connected, as well as for threat intelligence teams who should consider consumer device proxy networks as a potential source of obfuscated attacker infrastructure. New York State's cybersecurity guidance linking heightened threat posture to geopolitical trigger events and frontier model releases represents an emerging application of structured OSINT frameworks to regulatory compliance — a methodology that security teams should evaluate for integration into their own threat-informed defense planning processes.

🕵️ Threat Intelligence

29 signals2 critical7 highAvg: 7.5
The current APT threat environment is characterized by accelerating AI integration across both state-aligned and criminal threat actor operations, with China, Russia, and Iran all demonstrating expanded offensive capabilities and geographic reach. ESET Research's latest APT Activity Report for October 2025 through March 2026 documents continued high-tempo operations by China-aligned groups, including intelligence collection against targets in Venezuela and the Gulf region, and targeted campaigns against AI robotics sectors in South Korea — reflecting Beijing's strategic prioritization of AI-adjacent intellectual property. The Red_Delta and Typhoon cluster actors have been observed deploying an updated variant of the FDMTP backdoor, indicating ongoing tooling refinement and active operational maintenance of their malware development pipeline. Separately, JINX-0164, tracked by Wiz CIRT and Wiz Research, is conducting targeted attacks against cryptocurrency organizations using LinkedIn-based recruitment lures, custom macOS malware, and CI/CD pipeline hijacking — a technically sophisticated kill chain that exploits the developer trust model to achieve persistent access in high-value financial environments....read full analysis

Iran's Nimbus Manticore group represents one of the more significant emerging threats this cycle, having expanded operations against defense, aerospace, and telecommunications targets in direct response to U.S. military activities under Operation Epic Fury. The group is deploying AI-assisted malware, indicating that Iranian threat actors have operationalized large language models for malware development — a capability previously associated primarily with Russia-nexus actors. The newly documented GreyVibe group, assessed with medium-high confidence as Russia-linked, has been operating against Ukrainian military, government, and civilian targets since August 2025, leveraging LLM-generated lures, fake web infrastructure, and AI-accelerated post-compromise tooling. WithSecure's assessment indicates that GreyVibe's LLM-generated malicious content demonstrates measurable improvements in linguistic plausibility, significantly complicating phishing detection based on grammatical or stylistic anomalies.

Beyond state-sponsored activity, the FBI's warning regarding the Kali365 adversary-in-the-middle phishing platform targeting Microsoft 365 OAuth token flows, and the emergence of VaultJacking as a phishing technique capable of extracting entire Google Password Manager vaults via a single captured PIN, illustrate the rapid maturation of the criminal threat ecosystem. The 2026 FIFA World Cup is emerging as a high-profile targeting opportunity, with over 300 fake domains linked to the GHOST STADIUM campaign already identified targeting fans with infostealer delivery mechanisms. Strategic-level intelligence from CEO confidence surveys confirms that organizational leadership now ranks cyber threats as the top business risk for 2026, above geopolitical and AI-related concerns — a finding that should inform security budget and resource allocation discussions at the board level.

🎭 Deepfake & AI Threats

26 signals0 critical4 highAvg: 6.7
Synthetic media and AI-powered impersonation fraud have reached an operational maturity that is generating measurable, large-scale financial harm, with deepfake CEO fraud reported to have drained $1.1 billion from U.S. corporate accounts in 2025 — a three-fold increase over 2024 that confirms exponential growth in both attack frequency and per-incident value. Real-time voice cloning from minimal audio samples, combined with AI-generated video capable of passing inspection by 70% of human observers in controlled studies, has created a threat environment where traditional voice and visual verification cannot be relied upon for high-value authorization decisions. The documented case of a victim falling for an AI voice cloning extortion scheme, combined with the FBI's warning about Kali365 using deepfake-assisted push notification approval across time zones, illustrates that synthetic media is no longer primarily a disinformation threat — it is an active financial crime instrument being used in real-time against individuals and organizations with direct monetary loss consequences....read full analysis

The legal and institutional response to deepfake threats is beginning to take shape across multiple jurisdictions, though enforcement and detection capabilities lag significantly behind the generation technology's proliferation. The Delhi High Court's interim order protecting a public figure's personality rights against deepfake video deployment, paired with parliamentary consideration of legislation to lower the prosecution bar for deepfake-enabled sexual offenses, reflects growing recognition that existing legal frameworks are structurally inadequate for synthetic media harms. The First 48 Hours framework for deepfake incident response — emphasizing rapid evidence authentication, legal team coordination, and platform takedown requests within the critical initial window — provides practitioners with a structured methodology for limiting reputational and legal damage following a synthetic media incident targeting an organization or executive. YouTube's deployment of automated AI-generated content detection at scale represents a platform-level intervention that, while imperfect, creates friction against mass deployment of synthetic video in social engineering campaigns.

The criminal exploitation of deepfake technology has expanded well beyond executive impersonation, with documented cases including a network of fraudulent call centers in Odesa using deepfake technology to defraud citizens across international borders, the creation and circulation of AI-generated explicit imagery by individual actors as a form of targeted harassment, and the systematic use of AI-generated images by online fraudsters to manufacture false trust in credential harvesting campaigns. FraudSMART's reporting on AI-generated image abuse in consumer fraud, combined with the McAfee finding that the majority of individuals cannot reliably distinguish cloned voices from genuine audio, establishes the baseline human detection failure rate that renders awareness training alone an insufficient countermeasure. Organizations should invest in out-of-band verification protocols for high-value authorizations, implement AI-generated content detection tooling in communications monitoring pipelines, and establish pre-arranged verbal authentication codes for executive wire transfer and sensitive data access approvals.

🦠 Malware

25 signals4 critical5 highAvg: 8.3
The ransomware and malware landscape this period is defined by three intersecting trends: the industrialization of ransomware operations through AI-assisted development, the deployment of novel physical social engineering as a complement to technical intrusion, and the aggressive expansion of cryptojacking infrastructure through trusted software impersonation. Microsoft Threat Intelligence's comprehensive analysis of 'The Gentlemen' ransomware — a Go-based encryptor deployed by Storm-2697 affiliates — details a particularly dangerous combination of per-file ephemeral key encryption and an aggressive self-propagation module capable of laterally deploying across entire networks through simultaneous attack chains. This architectural design dramatically compresses recovery windows and complicates forensic containment efforts. Concurrently, an active Microsoft-identified cryptojacking campaign is leveraging AI chatbot recommendation manipulation and impersonation of trusted utility brands — including CrystalDiskInfo, HWMonitor, FurMark, and PDFgear — to target users with high-performance GPU configurations across more than 150 AI-assisted malicious domains....read full analysis

The FBI's flash alert regarding a ransomware group dispatching in-person operatives disguised as IT support personnel to physically install malware represents a qualitative escalation in attack methodology that fundamentally challenges perimeter-focused and endpoint-based defense models. This tactic directly exploits the social trust fabric of corporate environments and bypasses virtually all network-based detection mechanisms, requiring organizations to implement strict physical access controls, visitor verification protocols, and employee awareness training specifically addressing impersonation scenarios. The JINX-0164 group's deployment of custom macOS malware against cryptocurrency organizations through fake recruitment lures, combined with the EKZ credential stealer delivered via the FortiClient EMS vulnerability, demonstrates the breadth of credential-focused malware deployment across both consumer and enterprise attack surfaces.

AI's role in accelerating ransomware development is now quantifiable, with reporting indicating ransomware financial damage has surged 389% year-over-year as AI tooling enables faster target identification, more convincing lure generation, and automated code modification to evade signature detection. The CISA warning regarding supply chain-distributed malware through compromised TanStack, Daemon Tools, and Nx Console packages, combined with the FIFA fan-targeting GHOST STADIUM infostealer campaign, illustrates the diversity of delivery mechanisms now in simultaneous operational use. Security teams should treat AI-generated malware — including the npm package that accidentally leaked its operator's private GitHub token — as a persistent and growing category requiring dedicated detection engineering investment separate from traditional signature-based approaches.

🏭 ICS/OT Security

24 signals4 critical4 highAvg: 7.6
The operational technology and industrial control system security environment this cycle is characterized by a widening gap between visibility capabilities and operational response capacity, compounded by a surge in CISA advisory volume covering embedded systems across multiple critical infrastructure verticals. CISA has issued advisories covering vulnerabilities in ABB EIBPORT, Schneider Electric EcoStruxure Machine Expert HVAC, Jinan USR IOT RS232/485 converters, ABB door opener actuators, CP Plus network video recorders, XCharge C6 EV charging infrastructure (carrying CVSS scores of 9.8), KMW CCTV systems, and MacGregor Voyage Data Recorders — a breadth of affected product categories reflecting the pervasive and heterogeneous nature of internet-connected OT deployments. The XCharge C6 findings are particularly notable given that EV charging infrastructure represents a rapidly expanding attack surface with direct physical-world consequences, where administrative privilege escalation via network exploitation could affect both grid stability and user safety....read full analysis

The March 2026 Handala wiper attack against Stryker's global infrastructure — which reportedly wiped over 40,000 devices including critical OT and manufacturing systems, causing a three-week operational outage spanning manufacturing, distribution, and order processing — provides a concrete and recent example of the catastrophic operational consequences that follow from insufficient OT/IT network segmentation and resilience planning. This incident reinforces the point raised by security researchers and practitioners that critical infrastructure attacks are not IT incidents with operational inconvenience as a secondary effect — they are operational incidents that may have IT systems as their initial vector. WatchGuard's assessment that elevated geopolitical tensions are directly increasing cyber risk to critical infrastructure and OT environments aligns with the broader threat intelligence picture of state-aligned actors actively developing and pre-positioning capabilities against industrial targets.

The broader strategic challenge for OT security programs is articulated by TXOne Networks' analysis: the industry has largely achieved meaningful environmental visibility, but the execution gap — the ability to translate that visibility into timely, operationally safe remediation actions — remains the primary unresolved challenge. The introduction of Claroty Claire, a CPS-native AI security agent, and the ongoing debate around LEO satellite-connected SCADA environments highlight the dual pressure of adopting new connectivity and AI technologies while managing the expanded attack surface they introduce. For MSSPs managing manufacturing clients running vulnerable B&R controllers — where a single network packet can cause a process crash — the combination of remote exploitability, patching complexity in OT environments, and contractual liability exposure demands immediate asset enumeration and network-level compensating controls as a minimum baseline response.

🔗 Supply Chain

22 signals5 critical1 highAvg: 8.4
Software supply chain security is experiencing a period of acute crisis, with coordinated multi-platform malicious package campaigns, a major botnet takedown with acknowledged incomplete remediation, and increasingly sophisticated attacker techniques that have evolved well beyond simple typosquatting. The coordinated CrowdStrike, Google, and Shadowserver Foundation takedown of the Glassworm botnet — which had poisoned over 300 GitHub repositories with malicious VS Code extensions, npm packages, and Python packages — represents a significant disruption of one developer-targeting operation, but the operation's coordinators acknowledge that many organizations and individual developers may have already installed compromised packages before the takedown was executed, leaving persistent infections requiring active remediation across the ecosystem. The Mini Shai-Hulud campaign, attributed to a single threat actor who published 14 malicious npm packages within a four-hour window on May 28, 2026, demonstrates the operational tempo at which supply chain attacks can be mounted, and the brevity of the window between publication and potential installation by automated dependency resolution systems....read full analysis

The TrapDoor campaign — identified by SlowMist as one of 2026's largest supply chain attacks — deployed 34 malicious packages across 384 versions spanning npm, PyPI, and Crates.io, specifically targeting cryptocurrency, DeFi, Solana, Sui, and AI developers for cryptographic key and wallet theft. The MicrosoftSystem64 RAT, which uses HuggingFace as both a binary distribution CDN and a data exfiltration backend, illustrates the creative abuse of trusted infrastructure to bypass security controls and evade network-based detection. A malicious NuGet package impersonating Sicoob's official banking SDK exfiltrated client IDs, PFX passwords, and banking certificates through Sentry telemetry channels — demonstrating that attackers are now systematically targeting financial sector developer tooling with sector-specific social engineering. The 176-package npm campaign using dependency confusion and install-time scripts further illustrates the maturation of attacker tradecraft: rather than relying on discovery through search, attackers are now exploiting the internal package resolution logic of enterprise development environments.

Two structural evolutions in attacker technique warrant particular attention from supply chain security practitioners. First, the shift from typosquatting to realistic package impersonation — where malicious packages now functionally replicate the APIs and behaviors of legitimate libraries — dramatically reduces the effectiveness of name-based screening tools. Second, the 'download pumping' technique, where automated bot traffic artificially inflates package download counters to create a false appearance of legitimacy, undermines the heuristic of using download volume as a proxy for trustworthiness. Perplexity's Bumblebee scanner, designed specifically for post-advisory triage of developer installations, and Microsoft's detailed Mini Shai-Hulud detection guidance represent emerging defensive responses, but the fundamental asymmetry — where a single attacker can publish malicious packages faster than registries can review them — requires industry-wide investment in pre-publication verification mechanisms and runtime behavioral monitoring of installed packages.

🔑 Identity & Access Security

19 signals2 critical4 highAvg: 8.0
Identity and access security is under sustained and sophisticated attack this cycle, with the Kali365 Phishing-as-a-Service platform representing the most operationally significant immediate threat to enterprise Microsoft 365 environments. Distributed via Telegram and specifically engineered to intercept OAuth tokens through adversary-in-the-middle positioning, Kali365 enables threat actors to achieve persistent authenticated access to Outlook, Teams, and OneDrive accounts without ever obtaining the user's password or triggering standard MFA challenges — by exploiting the device authorization code flow to redirect authentication grants to attacker-controlled devices. The FBI's formal warning characterizes this as an urgent threat, and organizations should immediately audit conditional access policies, review OAuth application consent grants, and implement stricter device compliance requirements as compensating controls pending broader authentication architecture reviews. The statistic that 82% of breaches involve stolen credentials contextualizes the scale of the underlying identity compromise problem that platforms like Kali365 are built to exploit....read full analysis

SIM swapping remains an active and technically scalable threat vector, with the documented exploitation of SS7 protocol vulnerabilities enabling sophisticated attackers to intercept SMS-based two-factor authentication without requiring carrier social engineering or physical SIM cloning. The SS7 attack surface represents a fundamental structural weakness in telecommunications infrastructure that cannot be remediated through user behavior change, and organizations relying on SMS-based MFA for any authentication flow involving sensitive systems or data should treat this as a critical architectural risk requiring migration to phishing-resistant authenticators — specifically FIDO2/passkey implementations — as a matter of priority. The VaultJacking technique, which can extract an entire Google Password Manager vault through a single captured PIN, compounds the credential theft risk by enabling mass credential harvesting from a single successful phishing interaction.

The JINX-0164 group's exploitation of compromised CI/CD pipeline credentials — following initial access through LinkedIn recruitment lure social engineering — and Microsoft's report of credential theft spanning GitHub, AWS, Vault, npm, Kubernetes, and 1Password via the compromised antv npm maintainer account illustrate the cascading blast radius of identity compromise in modern development environments. A single compromised developer identity can propagate access across an entire cloud infrastructure footprint within minutes, particularly in environments with overly broad service account permissions and insufficient just-in-time access controls. Google Chrome's Device Bound Session Credentials (DBSC) rollout for Windows users represents a meaningful browser-layer control against stolen cookie exploitation — a compensating control that reduces the utility of credential harvesting from browser memory — but organizations should treat this as one layer of a defense-in-depth identity security architecture rather than a standalone solution to the credential theft threat.

☁️ Cloud Security

19 signals0 critical0 highAvg: 5.0
Cloud security intelligence this cycle is dominated by a critical unauthenticated access vulnerability in Gitea's container registry (CVE-2026-27771) that has remained undetected in default configurations for nearly four years, exposing private container images across an estimated 30,000-plus deployments to unauthenticated remote access. The vulnerability's longevity in production environments underscores the persistent challenge of default-configuration security in self-hosted DevOps tooling, where operators frequently deploy platforms without conducting security baseline reviews against default authentication and authorization settings. This finding should be treated as a priority audit item for any organization running self-hosted Gitea instances, with immediate review of registry authentication configurations and network access controls required regardless of patch status....read full analysis

The supply chain dimension of cloud security is receiving heightened attention this cycle, with CISA's advisory on supply chain compromises affecting Nx Console and GitHub repositories, CrowdStrike's Glassworm botnet takedown exposing the scale of developer ecosystem targeting, and Microsoft's identification of 14 malicious npm packages published within a four-hour window by a single threat actor targeting cloud and CI/CD credentials. A newly documented CVE-2026-6720 affecting Calicoctl verbose logging exposes Kubernetes credentials through information disclosure, adding to an existing catalog of Kubernetes configuration weaknesses — including privileged containers, exposed daemons, and inherited insecure configurations — that continue to appear in production environments. The Qualys lifecycle visibility initiative for container images addresses the compounding risk of end-of-life software migrating into containerized workloads, where traditional host-based EOL detection mechanisms are blind to image-layer-embedded software versions.

At the strategic level, Check Point's 2026 Cloud Security Report documents a fundamental mismatch between the velocity of AI workload adoption on cloud infrastructure and the maturation of security architectures designed to protect those workloads. As AI infrastructure increasingly runs on Kubernetes — often adopted by teams without prior container orchestration experience — the attack surface of misconfigured, over-privileged, and inadequately monitored AI workloads is expanding at a rate that outpaces most organizations' security program scaling capacity. The sovereign cloud security discussion is gaining traction among CISOs evaluating non-U.S. regional cloud providers, driven by data residency regulations and cross-border data transfer concerns amplified by the Microsoft Dutch civil servant data controversy documented in the breaches category this cycle.

📱 Mobile Security

18 signals2 critical3 highAvg: 8.2
Mobile security intelligence this cycle is bifurcated between a sustained wave of zero-click and credential-bypassing attack techniques targeting iOS and Android platforms, and Apple's documented development of proactive physical theft deterrence capabilities. The most operationally significant threat is the newly documented zero-click WhatsApp account takeover attack targeting iOS 16 users, which silently hijacks accounts without any user interaction — a capability that places all users on the affected iOS version at risk regardless of security hygiene behaviors. Apple's urgent advisory urging immediate iOS updates to patch the Coruna and DarkSword exploits reinforces the critical importance of maintaining current iOS versions, as zero-day vulnerabilities are actively being weaponized against out-of-date installations. The BTMOB Android RAT, flagged by ESET with heightened severity, enables full device takeover including data theft — extending the remote access trojan threat class to the Android ecosystem with capabilities that represent a significant escalation in mobile malware sophistication....read full analysis

The FROST side-channel attack, which leverages electromagnetic leakage from SSD activity to reconstruct browser behavior from a single open tab, represents a novel and deeply concerning hardware-level threat to mobile and laptop privacy that operates entirely outside the visibility of software-based security controls. This attack class is particularly significant because it demonstrates that data isolation guarantees provided by browser sandboxing and operating system memory protection can be circumvented through physical signal measurement — a capability accessible to threat actors with physical proximity or in shared-space environments. The FBI's warning regarding the Kali365 adversary-in-the-middle phishing platform, which captures Microsoft 365 OAuth tokens to achieve persistent account access without ever requiring the user's password, has direct mobile implications given that Microsoft 365 authentication flows are increasingly initiated from mobile devices using push notification-based MFA that is specifically vulnerable to this technique.

Apple's reported development of an anti-snatching feature — leveraging gyroscope, accelerometer, and motion sensor fusion to automatically lock the device during suspected theft events — represents a meaningful defensive innovation against a specific high-frequency physical threat vector that disproportionately affects users in dense urban environments. Code evidence surfaced in Apple development builds suggests the feature is approaching production readiness, with the immediate lock response designed to deny thieves the narrow time window currently available to access sensitive applications like mobile banking before standard auto-lock engages. This capability, combined with existing Stolen Device Protection features, would substantially raise the operational cost for physical theft-based account compromise attacks — a threat category that has grown alongside the consolidation of financial, identity, and credential management functions onto mobile devices.

🤖 AI Security

16 signals1 critical3 highAvg: 6.7
The AI security threat landscape is evolving with unusual speed across both offensive and defensive dimensions, with this cycle's intelligence confirming that adversaries are actively leveraging large language models as operational attack tools rather than merely as development accelerants. The most technically significant offensive development is the documented case of hackers deploying an LLM agent to pivot from a Marimo remote code execution vulnerability to internal database compromise in under two minutes across four sequential lateral movement steps — a demonstration that agentic AI attack chains can compress the post-exploitation timeline to a degree that renders conventional detection and response timelines structurally inadequate. Cisco's research confirming that major frontier models remain susceptible to multi-turn prompt injection attacks reinforces the systemic risk introduced when AI systems are deployed in security-sensitive pipelines without robust input sanitization and behavioral monitoring. The adversarial oracle research demonstrating LLM-guided EDR signature reduction — where AI models assist in iteratively modifying offensive tooling to evade endpoint detection — represents a direct threat to the efficacy of signature-based defensive controls....read full analysis

On the defensive side, the tooling ecosystem is responding with increasing sophistication. Anthropic's publication of a zero-trust security framework specifically architected for AI agent deployments provides enterprise security architects with a structured methodology for constraining autonomous AI system privileges, enforcing least-access principles, and maintaining audit visibility across agentic workflows — capabilities that Okta executives confirm are generating acute enterprise demand. Gate AI's benchmark-leading performance across 16 prompt injection evaluations and Mindgard's GuardBuster offering for real-world guardrail stress testing both reflect the emergence of a specialized AI security tooling category focused on the unique threat model of LLM-integrated systems. Google Cloud's AI Threat Defense platform, designed to predict attack paths and automate patch deployment at machine speed, signals that hyperscale cloud providers are now treating AI-native defense as a core infrastructure competency rather than an add-on service.

The incident reported in the open-source development community — where a developer covertly embedded a data-nuking prompt injection payload into the jqwik library targeting AI coding agents — illustrates a novel and concerning attack vector: adversarial instructions embedded in development dependencies that specifically target the growing population of AI coding agents with filesystem write access. This attack class exploits the implicit trust that AI coding agents extend to library code, and represents a compound threat when combined with the broader supply chain compromise ecosystem documented this cycle. Check Point's 2026 Cloud Security Report finding of a growing disconnect between AI adoption velocity and security architecture readiness provides the strategic framing: organizations are deploying AI capabilities faster than their security teams can model the associated threat surface, creating structural exposure that adversaries are demonstrably beginning to exploit.

Crypto & DeFi Security

14 signals0 critical1 highAvg: 8.0
The DeFi and cryptocurrency security environment this cycle reflects the persistent structural vulnerabilities inherent in smart contract ecosystems, combined with increasingly sophisticated attacker techniques that leverage blockchain's own transparency and immutability properties against defenders. The Resolv Foundation's $25 million protocol exploit — resulting in infinite minting of approximately 80 units of the protocol's stablecoin — and the Stake DAO vsdCRV exploit on Arbitrum both demonstrate that even established DeFi protocols with significant total value locked remain vulnerable to contract logic flaws that can be triggered with catastrophic and near-instantaneous financial consequences. The Resolv Foundation's published recovery plan and Stake DAO's operational containment response — securing mainnet backing, closing the exploited bridge, and sunsetting the affected market — provide useful case studies in DeFi incident response, though the irreversibility of on-chain transactions fundamentally limits recovery options compared to traditional financial system incidents....read full analysis

The ClearFake malware campaign's adoption of BNB Smart Chain testnet smart contracts as command-and-control infrastructure represents a technically sophisticated evasion strategy that exploits blockchain's inherent resistance to takedown to create a resilient, censorship-resistant C2 channel. By encoding malicious instructions within testnet contract calls, ClearFake operators achieve C2 persistence that cannot be disrupted through conventional domain seizure or IP blocking — a technique that security operations teams relying on traditional network-based blocking will find extremely difficult to counter without implementing blockchain-specific monitoring and filtering controls. The JINX-0164 group's targeting of cryptocurrency organizations through macOS malware delivered via LinkedIn recruitment social engineering — documented in the threat intelligence section — illustrates the convergence of sophisticated nation-state-grade tradecraft with financially motivated cryptocurrency theft objectives.

From a compliance and regulatory perspective, Chainalysis's finding that 47% of cryptocurrency firms onboarded in 2026 now meet alerting standards that would have ranked in the top 10% of strictness in 2020 reflects genuine maturation in the compliance posture of the crypto industry — though the same report identifies persistent gaps in indirect transaction monitoring that represent ongoing AML exposure. The U.S. Senate's Clarity Act, currently advancing through the legislative process, is generating significant anticipation across the global crypto ecosystem regarding regulatory framework clarity, with implications for security investment prioritization and compliance architecture decisions at crypto-native organizations. Monad's deployment of an agentic AI 'Bugfinder' system for automated smart contract vulnerability detection, as the protocol's total value locked crosses $400 million, reflects a growing trend of DeFi protocols integrating AI-assisted security tooling as a continuous defense mechanism rather than relying solely on periodic manual audits.

📜 Regulation & Compliance

8 signals1 critical3 highAvg: 7.8
Regulatory and policy activity this cycle reflects accelerating government investment in AI-augmented cyber defense capabilities and a sharpened focus on operational responsiveness timelines for vulnerability remediation. GCHQ Director Anne Keast-Butler's confirmation of plans to build a national AI-powered cyber defense capability — projected to reach operational maturity within five years — represents a significant commitment by the United Kingdom to machine-speed defensive operations against advanced persistent threats targeting critical infrastructure. The framing of this capability around AI agents operating autonomously against nation-state adversaries reflects a strategic acknowledgment that human-paced response is no longer viable against the velocity of modern cyber operations. India's CERT has similarly issued guidance mandating that organizations remediate exploited internet-facing vulnerabilities within 12 hours of identification, an aggressive standard that analysts suggest could preview emerging global norms for exposure management....read full analysis

CISA's collaborative guidance on the careful adoption of agentic AI services — developed in partnership with the National Security Agency — arrives at a critical inflection point, as enterprise AI agent deployments are outpacing the security frameworks designed to govern them. The guidance addresses authentication, authorization, and monitoring considerations specific to autonomous AI systems, areas where traditional security controls were not designed to operate. CISA has also released nine new and two updated ICS advisories this period, covering vulnerabilities across industrial control system components that represent potential entry points into operational technology environments. The supply chain compromise advisory specifically addressing Nx Console and GitHub repository compromises reinforces the agency's emphasis on developer ecosystem integrity as a national security concern.

New York State's release of cybersecurity guidance specifically addressing heightened AI threat environments — defined in relation to geopolitical trigger events or large-scale frontier model releases — establishes a novel regulatory framing that ties threat posture assessment to external geopolitical and technological indicators rather than solely to internal risk metrics. The Chicago Principles for Independent AI Assurance, published by AIQA Global, represent an emerging industry-led governance framework seeking to define standards for third-party AI assessment — a domain where regulatory vacuum currently allows significant variance in AI system security postures across sectors. Together, these developments signal a maturation of the AI governance regulatory environment that security and compliance teams should monitor for enforcement trajectory.

🛡️ Defense & Detection

6 signals0 critical1 highAvg: 4.6
This period's defensive intelligence is dominated by two converging operational realities: the challenge of signal-to-noise ratio in security operations, and the evolution of detection tooling to address increasingly sophisticated, multi-vector threats. For managed service providers, SIEM platforms represent a critical force multiplier, enabling analysts to correlate events across disparate client environments and suppress alert fatigue — a condition that remains one of the leading contributors to missed detections and analyst burnout. The underlying problem is not data volume but contextual enrichment, and modern SIEM deployments are increasingly expected to deliver pre-classified, prioritized alert queues rather than raw event streams....read full analysis

On the detection engineering front, YARA-X v1.17.0 introduces a significant architectural advancement with the introduction of external modules, effectively transforming YARA into an extensible, developer-facing detection platform. The ability to expose Rust functions directly to detection rules enables custom computation pipelines — including entropy analysis, DGA domain scoring, protocol parsing, and cryptographic artifact detection — within the scanning runtime. The regex optimization engine, built around IR-level transformations rather than textual rewrites, offers meaningful performance improvements for high-throughput scanning environments. These capabilities position YARA-X as a credible foundation for next-generation detection engineering workflows, particularly in organizations seeking to integrate proprietary intelligence into rule-based scanning at scale.

A concerning operational security finding from the U.S. military context highlights that foreign adversaries are actively weaponizing commercially available adtech location and tracking data to identify and target service members in active theater environments. This represents a stark reminder that the data broker ecosystem constitutes a legitimate intelligence collection vector for sophisticated state actors, with consequences extending well beyond consumer privacy. Security teams supporting defense and high-value government contractors should evaluate their personnel's digital footprint exposure as a tangible operational risk. The DShield sensor data analysis from SANS ISC, covering a full year of uploaded files, continues to provide valuable ground-truth telemetry on attacker tooling and behavior patterns against internet-facing honeypot infrastructure.

10/10
critical
Critical Gogs RCE Vulnerability Lets Any Authenticated User Execute Arbitrary Code
A CVSS 9.4-rated zero-day in Gogs (no CVE assigned as of publication) allows any authenticated user — including a newly self-registered account on a default-configured instance — to achieve remote code execution by crafting a…

A CVSS 9.4-rated zero-day in Gogs (no CVE assigned as of publication) allows any authenticated user — including a newly self-registered account on a default-configured instance — to achieve remote code execution by crafting a pull request with a malicious branch name that injects the --exec flag into git rebase during a 'Rebase before merging' operation, requiring no admin privileges and no interaction from other users. Successful exploitation grants full server access, exfiltration of all hosted repositories and credentials, lateral movement to network-adjacent systems, code tampering, and cross-tenant private repository exposure across Windows, Linux, and macOS deployments. No patch is available as of May 28, 2026 — despite responsible disclosure to the maintainer on March 17 — and Rapid7 has published a Metasploit module automating the full exploit chain; interim mitigations require disabling open user registration and repository creation in app.ini and auditing all rebase merge configurations across the estimated 1,141+ internet-facing instances.

thehackernews.comAttacks & Vulnerabilities
9/10
critical
Microsoft just rushed patches for two Defender zero-days code-named 'RedSun' and 'UnDefend' — both already being exploited right now on Windows devices
Microsoft issued emergency out-of-band patches for CVE-2026-41091 ('RedSun', CVSS 7.8), a link-following privilege escalation in the Malware Protection Engine affecting builds 1.1.26030.3008 through 1.1.26040.7, and CVE-2026-45498 ('UnDefend'), a network-exploitable flaw in the Antimalware Platform that…

Microsoft issued emergency out-of-band patches for CVE-2026-41091 ('RedSun', CVSS 7.8), a link-following privilege escalation in the Malware Protection Engine affecting builds 1.1.26030.3008 through 1.1.26040.7, and CVE-2026-45498 ('UnDefend'), a network-exploitable flaw in the Antimalware Platform that crashes or silences real-time scanning — both confirmed exploited in the wild, with CVE-2026-45498 added to CISA's KEV catalog on May 20, 2026, carrying a June 3 federal remediation deadline. The two vulnerabilities are analytically complementary: the first enables local privilege escalation by redirecting Defender's own file operations, while the second remotely disables Defender's scanning capability — a sequencing pattern that creates a clean execution window for secondary malware, consistent with ransomware pre-positioning. Enterprise teams must immediately query all endpoints via Get-MpComputerStatus or centralized consoles to confirm Malware Protection Engine version 1.1.26040.8 or later is deployed, and treat any unexpected Defender service interruption as a potential indicator of compromise requiring investigation.

msn.comAttacks & Vulnerabilities
9/10
critical
CVE-2026-35616: FortiClient EMS Flaw Actively Exploited in Malware Attacks
CVE-2026-35616 (CVSS 9.1, CWE-284 Improper Access Control) in Fortinet FortiClient EMS versions 7.4.5 and 7.4.6 allows unauthenticated remote attackers to execute arbitrary code by sending specially crafted HTTP requests to EMS API endpoints, which are…

CVE-2026-35616 (CVSS 9.1, CWE-284 Improper Access Control) in Fortinet FortiClient EMS versions 7.4.5 and 7.4.6 allows unauthenticated remote attackers to execute arbitrary code by sending specially crafted HTTP requests to EMS API endpoints, which are processed as legitimate administrative actions without valid credentials. Arctic Wolf confirmed in May 2026 that threat actors are weaponizing this flaw to abuse FortiClient EMS's own management push infrastructure, distributing a fake Fortinet patch that silently deploys EKZ Infostealer via PowerShell — harvesting browser credentials and exfiltrating them over HTTP — across every endpoint the EMS instance manages, creating a force-multiplying supply chain impact. Fortinet released out-of-band hotfixes in early April (permanent fix in version 7.4.7), CISA added the CVE to its KEV catalog in April, and organizations should treat all EMS-pushed software updates since March as suspect pending forensic verification of the EKZ Infostealer payload.

securityaffairs.comAttacks & Vulnerabilities
9/10
critical
Download pumping: New npm deception technique for supply chain attacks - Security Boulevard
Threat actor 'vpmdhaj' (Mini Shai-Hulud campaign) deployed 14 typosquatted npm packages targeting OpenSearch, Elasticsearch, and DevOps libraries within approximately four hours, designed to exfiltrate GitHub tokens, AWS credentials, HashiCorp Vault secrets, npm tokens, Kubernetes configurations,…

Threat actor 'vpmdhaj' (Mini Shai-Hulud campaign) deployed 14 typosquatted npm packages targeting OpenSearch, Elasticsearch, and DevOps libraries within approximately four hours, designed to exfiltrate GitHub tokens, AWS credentials, HashiCorp Vault secrets, npm tokens, Kubernetes configurations, and 1Password data from developer workstations and CI/CD pipelines. Tenable researchers simultaneously documented the 'download pumping' technique — first confirmed in the 'ambar-src' package, which accumulated over 50,000 downloads in three days via 724 published versions (428 benign, then a malicious payload inserted) — where systematic version-flooding triggers automated mirrors, scanners, and bots to generate artificial download counts of approximately 100–160 downloads per version, defeating download-count trust heuristics used by developers and security tooling. Security teams should immediately audit CI/CD pipeline dependencies for any recently introduced packages targeting these ecosystems, treat high download counts on newly published packages as an unreliable trust signal, and implement package integrity verification (lockfiles, hash pinning) across all build environments.

8/10
high
CrowdStrike Glassworm Takedown Exposes Developer Supply Chain Risk - Security Boulevard
CrowdStrike, Google, and the Shadowserver Foundation simultaneously disrupted all four C2 channels of the Glassworm botnet — Solana blockchain transactions, BitTorrent DHT, Google Calendar event titles, and commercial VPS servers — neutralizing an 18-month Russia-linked…

CrowdStrike, Google, and the Shadowserver Foundation simultaneously disrupted all four C2 channels of the Glassworm botnet — Solana blockchain transactions, BitTorrent DHT, Google Calendar event titles, and commercial VPS servers — neutralizing an 18-month Russia-linked campaign that compromised 300+ GitHub repositories and distributed malicious VS Code extensions, npm packages, and PyPI packages targeting developer workstations to achieve downstream supply chain access to thousands of organizations. Glassworm's operators demonstrated significant operational sophistication, evolving their tooling from JavaScript to Rust to Zig and designing redundant C2 infrastructure specifically to survive single-channel takedowns; infected machines now beacon to the CrowdStrike sinkhole IP 164.92.88[.]210, and any network log hit on that address must be treated as a confirmed infection indicator requiring immediate incident response. Organizations should sweep endpoint telemetry and network logs for connections to 164.92.88[.]210, audit all installed VS Code extensions and recently added npm/PyPI dependencies against Glassworm indicators, and recognize that developer environment compromise provides adversaries with a cascading blast radius into every downstream software consumer.

Cyber Threatcast is generated by an autonomous AI intelligence pipeline. All assessments are algorithmically derived.

Published by halilozturkci.com