Microsoft Defender Vulnerabilities Exploited in the Wild (CVE-2026-41091, CVE-2026-45498)

Attackers are actively exploiting two Microsoft Defender vulnerabilities, CVE-2026-41091 and CVE-2026-45498, which Microsoft has acknowledged and CISA has added to its Known Exploited Vulnerabilities catalog. CVE-2026-41091 is a local privilege elevation (LPE) flaw in the Microsoft Malware Protection Engine, allowing an attacker to gain SYSTEM privileges, and has been fixed in version 1.1.26040.8. CVE-2026-45498 is a denial-of-service (DoS) vulnerability affecting the Microsoft Defender Antimalware Platform, capable of preventing Defender from functioning, and was addressed in version 4.18.26040.7. Both vulnerabilities are publicly disclosed and have been observed in the wild, leading CISA to mandate that US federal civilian agencies apply patches by June 3, 2026. Microsoft's antimalware software typically updates these components automatically for enterprise and end-users. Additionally, a security researcher known as Nightmare Eclipse released proof-of-concept exploits for several other Microsoft Defender vulnerabilities, including BlueHammer (CVE-2026-33825, LPE, patched), RedSun (LPE), UnDefend (DoS), and YellowKey (CVE-2026-45585, BitLocker bypass), with some of these also observed in active exploitation. CVE-2026-45584, a remote code execution vulnerability, also affecting the Malware Protection Engine, was fixed alongside CVE-2026-41091.

Severity: Critical

Threat Details and IOCs

Malware: BaoLoader, Mini Shai-Hulud, Shai-Hulud, TamperedChef, ValleyRAT, Winos, WinOS, Winos 4.0
CVEs: CVE-2026-33825, CVE-2026-41091, CVE-2026-42897, CVE-2026-45498, CVE-2026-45584, CVE-2026-45585
Technologies: Adobe Acrobat, Microsoft Defender Antivirus, Microsoft Exchange Server, Microsoft Forefront Endpoint Protection, Microsoft Windows
Threat Actors: ChaoticEclipse, DeadEclipse, NightmareEclipse
Attacker Countries: Russia
Attacker IPs: 179[.]43[.]140[.]214, 212[.]232[.]23[.]69, 78[.]29[.]48[.]29
Attacker Domains: staybud[.]dpdns[.]org
Attacker Hashes: a2b6c7a9c4490df70de3cdbfa5fc801a3e1cf6a872749259487e354de2876b7c
Victim Industries: Cloud Infrastructure, Education, Financial, Financial Services, Government, Healthcare, Manufacturing, Technology Hardware
Victim Countries: United States

Mitigation Advice

  • Verify that Group Policy or other endpoint management settings are correctly configured to enable automatic updates for Microsoft Defender components on all Windows endpoints.
  • Use an endpoint management tool or PowerShell script to query all endpoints and confirm the Microsoft Malware Protection Engine version is 1.1.26040.8 or later.
  • Use an endpoint management tool or PowerShell script to query all endpoints and confirm the Microsoft Defender Antimalware Platform version is 4.18.26040.7 or later.
  • If your organization uses Microsoft System Center Endpoint Protection (SCEP), immediately verify that its Malware Protection Engine is updated to version 1.1.26040.8 or later.
  • Scan all assets to identify any remaining instances of Microsoft Security Essentials (MSE) and immediately replace it with a modern, supported endpoint protection solution.

Compliance Best Practices

  • Implement an automated, recurring audit and compliance reporting process to continuously verify that security software, including all Microsoft Defender components, are at their required patch levels across the entire environment.
  • Initiate a phased project to enforce the principle of least privilege by auditing all user accounts and removing local administrator rights where they are not strictly required for job functions.
  • Enhance security monitoring by developing and deploying custom detection rules in your SIEM or EDR to generate alerts for specific indicators of compromise, such as the unexpected stoppage of the Defender service (MsMpEng.exe) or suspicious file modification attempts by low-privilege processes.
  • Establish and maintain a comprehensive software asset inventory that automatically tracks all installed applications and their versions, integrating it with your vulnerability management workflow.

Mini Shai-Hulud: Frequently Asked Questions About the TeamPCP npm and PyPI Supply Chain Campaign

The Mini Shai-Hulud campaign, attributed to the financially motivated cybercriminal group TeamPCP (also known as UNC6780, DeadCatx3, PCPcat, ShellForce, and CipherForce), is a multi-wave supply chain attack targeting npm and PyPI open-source package registries. Active since April 2026, this self-propagating worm steals developer and cloud credentials, then leverages them to publish poisoned package versions, enabling exponential spread through compromised CI/CD pipelines. A critical aspect of the campaign is its ability to forge SLSA Build Level 3 provenance attestations, as demonstrated in CVE-2026-45321, which describes malicious code injection in 42 TanStack packages via chained GitHub Actions exploiting `pull_request_target` workflows, cache poisoning, and OIDC token extraction. This bypasses traditional provenance verification, highlighting that process integrity controls alone are insufficient without independent code integrity validation. Affected organizations include OpenAI, Mistral AI, the European Commission, and GitHub, with over 170 packages and 518 million cumulative weekly downloads compromised. The worm spreads by executing during package installation, harvesting credentials like npm tokens, GitHub PATs, AWS credentials, Kubernetes secrets, SSH keys, and HashiCorp Vault tokens, which are then exfiltrated via redundant channels. TeamPCP's decision to open-source the Shai-Hulud worm code has led to copycat attacks and the emergence of rival worms like PCPJack. Organizations should immediately scan dependency trees for affected packages (e.g., @tanstack, @uipath, @mistralai), check for and remove persistence mechanisms like `gh-token-monitor` daemons, rotate all potentially compromised credentials, harden CI/CD configurations by replacing `pull_request_target` with `pull_request` and pinning GitHub Actions to immutable SHAs, implement structural dependency controls, audit developer machines for credential storage, and monitor for specific indicators of compromise such as network connections to `83.142.209[.]194` and DNS queries to `getsession[.]org`.

Severity: Critical

Threat Details and IOCs

Malware: HEUR:Worm.Script.Shulud.gen, Mini Shai-Hulud, PCPJack, SANDWORM_MODE, sha1-hulud, SHA1-Hulud, Shai-Hulud, Shai Hulud 2.0, Shai-Hulud 2.0, Shai-Hulud 3.0, Vect, Worm.JS.Shai-Hulud.A
CVEs: CVE-2026-25592, CVE-2026-26030, CVE-2026-45321, CVE-2026-46412
Technologies: Aikido Security, Amazon Web Services, Amazon Web Services (AWS), Anthropic Claude, AntV, Apache ECharts, Apple macOS, Aqua Security Trivy, Bun, CircleCI, Docker, Endor Labs, Git, GitHub, GitHub Actions, GitLab, Google Cloud Platform, Guardrails AI, HashiCorp Vault, Jenkins, Kubernetes, Linux, Microsoft Entra ID, Microsoft Visual Studio, Microsoft Windows, Mistral AI, Node.js, npm, OpenSearch, pnpm, PyPI, Python, Python Package Index, React, SafeDep, SAP Cloud Application Programming Model, SAP Cloud MTA, SAP Cloud MTA Build Tool, SAP Multi-Target Application Build Tool, SAP NetWeaver, StepSecurity, Stripe, TanStack, UiPath, Yarn
Threat Actors: BanishedKitten, CipherForce, DeadCatx3, PCPcat, PcPcats, PersyPCP, ShellForce, TAO, TeamPCP, UNC6780, VoidManticore
Attacker Countries: Iran, Russia
Attacker IPs: 83[.]142[.]209[.]194
Attacker Emails: claude@users[.]noreply[.]github[.]com, cloudmtabot@gmail[.]com, dependabotbot@users[.]noreply[.]github[.]com, email protected
Attacker Domains: api[.]github[.]com, api[.]masscan[.]cloud, filev2[.]getsession[.]org, *[.]getsession[.]org, getsession[.]org, github[.]com, git-tanstack[.]com, litter[.]catbox[.]moe, seed1[.]getsession[.]org, seed2[.]getsession[.]org, seed3[.]getsession[.]org, t[.]m-kosche[.]com, users[.]noreply[.]github[.]com, vault[.]svc[.]cluster[.]local
Attacker URLs: filev2[.]getsession[.]org/file/, github[:]antvis/G2#1916faa365f2788b6e193514872d51a242876569, github[:]antvis/G2#7cb42f57561c321ecb09b4552802ae0ac55b3a7a, github[:]tanstack/router#79ac49eedf774dd4b0cfa308722bc463cfe5885c, git-tanstack[.]com/tmp/transformers.pyz, hxxps[://]83[.]142[.]209[.]194/transformers.pyz, hxxps[://]api[.]github[.]com/user/repos, hxxps[://]bun[.]sh/install, hxxps[://]github[.]com/oven-sh/bun/releases/download/bun-v1.3.13/, hxxps[://]github[.]com/TanStack/router/actions/runs/25613093674, hxxps[://]github[.]com/TanStack/router/actions/runs/25691781302, hxxps[://]github[.]com/zblgg/configuration, hxxps[://]git-tanstack[.]com/transformers.pyz, hxxps[://]litter[.]catbox[.]moe/7rrc6l.mjs, hxxps[://]litter[.]catbox[.]moe/h8nc9u.js, hxxps[://]t[.]m-kosche[.]com[:]443/api/public/otel/v1/traces, hxxp[:]//127.0.0.1:8200, hxxp[:]//169.254.169.254, hxxp[:]//169.254.169.254/latest/api/token, hxxp[:]//169.254.170.2, hxxp[:]//fd00:ec2::254, hxxp[:]//filev2.getsession.org/file/, hxxps[:]//api.github.com/repos/, hxxps[:]//api.github.com/search/commits?q=OhNoWhatsGoingOnWithGitHub&sort=author-date&order=desc&per_page=50, hxxps[:]//github.com/oven-sh/bun/releases/, hxxps[:]//github.com/oven-sh/bun/releases/download/bun-v1.3.13/, hxxps[:]//litter.catbox.moe/iqesmbhukgd2c7hq.sh, hxxps[:]//registry.npmjs.org/-/npm/v1/tokens, t[.]m-kosche[.]com[:]443/api/public/otel/v1/traces
Attacker Hashes: 12ed9a3c1f73617aefdb740480695c04405d7b4b, 2258284d65f63829bd67eaba01ef6f1ada2f593f9bbe41678b2df360bd90d3df, 29ac906c8bd801dfe1cb39596197df49f80fff2270b3e7fbab52278c24e4f1a7, 2a314ea8be337e1ca9ec833ed13ed854d9fd38bce0a519cf288f3bec8d9e6f30, 2ec78d556d696e208927cc503d48e4b5eb56b31abc2870c2ed2e98d6be27fc96, 4066781fa830224c8bbcc3aa005a396657f9c8f9016f9a64ad44a9d7f5f45e34, 5012caa5847ae9261dfa16f91417042f367d6bed149c3b8af7a50b203a093007, 6f933d00b7d05678eb43c90963a80b8947c4ae6830182f89df31da9f568fea95, 79ac49eedf774dd4b0cfa308722bc463cfe5885c, 80a3d2877813968ef847ae73b5eeeb70b9435254e74d7f07d8cf4057f0a710ac, 833fd59ebe66a4449982c6d18db656b4, a68dd1e6a6e35ec3771e1f94fe796f55dfe65a2b94560516ff4ac189390dfa1c, ab4fcadaec49c03278063dd269ea5eef82d24f2124a8e15d7b90f2fa8601266c, b82e54923f7e440664d2d75bd31588ca, e37e3ddeeaaa9e0c4fdbcb829b4895a6521031c80053fc436625b61e6ee5b1a6, e7d582b98ca80690883175470e96f703ef6dc497, eb6eb4154b03ec73218727dc643d26f4e14dfda2438112926bb5daf37ae8bcdb
Victim Industries: Aerospace, Artificial Intelligence, Big Data, Cloud Infrastructure, Cryptocurrency, Enterprise, Financial Services, Government, Healthcare, Information Technology, Manufacturing, Oil & Gas, Retail, Software, Supply Chain, Technology Hardware
Victim Countries: Austria, Belgium, Bulgaria, Canada, China, Croatia, Cyprus, Czech Republic, Denmark, Estonia, Finland, France, Germany, Greece, Hungary, Iran, Ireland, Israel, Italy, Latvia, Lithuania, Luxembourg, Malta, Netherlands, Poland, Portugal, Romania, Slovakia, Slovenia, Spain, Sweden, United Kingdom, United States

Mitigation Advice

  • Use a Software Composition Analysis (SCA) tool or manual scripts to scan all application lockfiles (e.g., package-lock.json, yarn.lock, poetry.lock) and CI/CD logs for dependencies on compromised packages from the @tanstack, @uipath, @mistralai, @opensearch-project, @antv, and @squawk namespaces, as well as known typosquatted packages like 'chalk-tempalte'.
  • Implement a firewall rule to block all inbound and outbound traffic to and from the IP address 83.142.209[.]194.
  • Configure DNS blocklists to prevent resolution of the domain 'getsession.org' and its subdomains, especially from developer workstations and CI/CD environments.
  • On all Linux and macOS developer systems and build runners, search for and remove any 'gh-token-monitor' service configured in systemd or launchd (launchctl).
  • Inspect developer environments for malicious modifications to IDE configuration files, specifically looking for unexpected entries in '.vscode/tasks.json' and '~/.claude/settings.json'.
  • After confirming no persistence mechanisms are active, immediately rotate all developer and service credentials on any system that may have installed a compromised package. This includes API keys, tokens, and SSH keys for services like AWS, GitHub, npm, Kubernetes, and Docker.
  • Isolate and re-image any developer workstation or CI/CD runner confirmed to have installed a malicious package version to ensure complete removal of the threat.

Compliance Best Practices

  • Audit all GitHub Actions workflows and replace the `pull_request_target` trigger with `pull_request` for any job that checks out or executes code from a pull request.
  • Establish and enforce a policy requiring all GitHub Actions referenced in CI/CD workflows to be pinned to a specific, immutable commit SHA.
  • Configure GitHub Actions workflows to ensure cache isolation between builds originating from forks and builds originating from internal branches to prevent cross-contamination.
  • Configure all developer environments and CI/CD systems to use the `npm install --ignore-scripts` command by default. Maintain a centrally managed allowlist of packages that are explicitly permitted to run lifecycle scripts.
  • Implement a mandatory policy for all projects to pin dependencies to exact versions in package manifests and to use lockfiles (e.g., package-lock.json, poetry.lock) with integrity verification enabled in all CI/CD pipelines.
  • Initiate a security engineering project to eliminate the use of long-lived, static credentials on developer machines and CI runners. Instead, provision short-lived, ephemeral credentials through a centralized secrets management solution like HashiCorp Vault or a cloud provider's identity service.
  • Update the organization's software supply chain security policy to require independent code integrity scanning (e.g., static analysis) for third-party dependencies, in addition to any build provenance verification like SLSA.
Sources

https://cyberpress.org/84-tanstack-npm-packages-compromised-in-ongoing-supply-chain-attack-targeting-ci-credentials/

https://cyberpress.org/malicious-sap-packages-steal-tokens/

https://gbhackers.com/84-npm-packages-tanstack-hit-by-supply-chain-breach/

https://gbhackers.com/antv-npm-packages/

https://gbhackers.com/attackers-hijack-sap-npm/

https://gbhackers.com/mini-shai-hulud-attack-hits-npm-compromising-600-packages/

https://gbhackers.com/mini-shai-hulud-attack-prompts-npm/

https://meterpreter.org/desert-power-in-the-code-how-the-mini-shai-hulud-malware-burrows-into-saps-npm-supply-chain/

https://orca.security/resources/blog/tanstack-npm-supply-chain-worm/

https://securityboulevard.com/2026/05/mini-shai-hulud-is-back-172-npm-and-pypi-packages-compromised-in-latest-wave/

https://semgrep.dev/blog/2026/malicious-dependency-in-pytorch-lightning-used-for-ai-training/

https://slowmist.medium.com/threat-intelligence-shai-hulud-supply-chain-poisoning-cloud-credential-theft-and-1b8a3a4edd12?source=rss-4ceeedda40e8------2

https://socradar.io/blog/sap-mini-shai-hulud-supply-chain-attack/

https://thehackernews.com/2026/05/mini-shai-hulud-pushes-malicious-antv.html

https://thehackernews.com/2026/05/mini-shai-hulud-worm-compromises.html

https://www.ctfiot.com/306817.html

https://www.ctfiot.com/308437.html

https://www.hendryadrian.com/mini-shai-hulud-worm-compromises-tanstack-mistral-ai-guardrails-ai-more-packages/

https://www.hendryadrian.com/tanstack-npm-packages-compromised-in-ongoing-mini-shai-hulud/

https://www.infosecurity-magazine.com/news/grafana-labs-code-breach-tanstack/

https://www.securitylab.ru/news/572257.php

https://www.tenable.com/blog/mini-shai-hulud-frequently-asked-questions

LiteSpeed cPanel Plugin CVE-2026-48172 Exploited to Run Scripts as Root

A maximum-severity security vulnerability, CVE-2026-48172 (CVSS score: 10.0), affecting the LiteSpeed User-End cPanel Plugin is currently under active exploitation. This flaw stems from incorrect privilege assignment, allowing any cPanel user, including an attacker or a compromised account, to exploit the `lsws.redisAble` function and execute arbitrary scripts with root privileges. The vulnerability impacts all versions of the plugin between 2.3 and 2.4.4, though the LiteSpeed WHM plugin is not directly affected by this specific issue. Security researcher David Strydom discovered and reported the flaw, which has since been addressed in version 2.4.5. Further security enhancements were implemented in cPanel plugin version 2.4.7, bundled with WHM plugin version 5.3.1.0. To mitigate this risk, users are advised to upgrade to LiteSpeed WHM Plugin version 5.3.1.0 or higher. If immediate patching is not possible, the user-end plugin can be removed by executing `/usr/local/lsws/admin/misc/lscmctl cpanelplugin --uninstall`. An indicator of compromise involves searching logs for `cpanel_jsonapi_func=redisAble` using the command `grep -rE `"cpanel_jsonapi_func=redisAble"` /var/cpanel/logs /usr/local/cpanel/logs/ 2>/dev/null`; any resulting output necessitates examining the associated IP addresses for legitimacy and blocking any malicious ones. This exploitation follows a recent trend, including the active exploitation of another critical cPanel vulnerability, CVE-2026-41940, which was used to deploy Mirai botnet variants and "Sorry" ransomware.

Severity: Critical

Threat Details and IOCs

Malware: Bash0day, Bashlite, Gafgyt, Hakai, Lizkebab, Masuta, Mirai, Okiru, PureMasuta, Satori, Sorry, Torlus
CVEs: CVE-2026-41940, CVE-2026-48172
Technologies: cPanel, Linux, LiteSpeed Technologies cPanel Plugin, LiteSpeed Technologies Web Server, LiteSpeed Web Server, PHP, Redis
Victim Industries: Healthcare, Information Technology, Web Hosting
Victim Countries: France

Mitigation Advice

  • Upgrade all servers with the LiteSpeed cPanel plugin to LiteSpeed WHM Plugin version 5.3.1.0 or newer to ensure the underlying cPanel plugin is updated to the patched version 2.4.7 or higher.
  • If an immediate upgrade is not possible, uninstall the vulnerable LiteSpeed user-end cPanel plugin by running the command `/usr/local/lsws/admin/misc/lscmctl cpanelplugin --uninstall` on all affected servers.
  • Scan cPanel server logs for evidence of past exploitation by running the command `grep -rE "cpanel_jsonapi_func=redisAble" /var/cpanel/logs /usr/local/cpanel/logs/ 2>/dev/null`.
  • If the log scan for 'cpanel_jsonapi_func=redisAble' returns any results, investigate the source IP addresses and block any confirmed malicious IPs at the network firewall.

Compliance Best Practices

  • Establish a formal vulnerability management program that includes regular, automated scanning of all servers to identify outdated software and plugins, and define a policy for timely remediation based on risk.
  • Conduct a security review of server configurations to enforce the principle of least privilege, ensuring user accounts and system services do not have excessive permissions beyond what is required for their function.
  • Implement a centralized log management or SIEM solution to aggregate and analyze logs from critical systems like cPanel servers, and configure alerts for suspicious command execution and privilege escalation events.
  • Develop and maintain a complete software asset inventory that tracks all installed server applications, versions, and third-party plugins to ensure all components are included in vulnerability scanning and patch management processes.

Max Severity Cisco Secure Workload Flaw Gives Site Admin Privileges

Cisco has released security updates to address a maximum-severity vulnerability, CVE-2026-20223, in its Secure Workload product, which allows unauthenticated attackers to gain Site Admin privileges. This flaw originates from insufficient validation and authentication within Secure Workload's internal REST APIs, enabling a crafted API request to read sensitive information and make configuration changes across tenant boundaries. No workarounds are available; on-premises customers using versions 3.9 and earlier must migrate to a fixed release, while versions 3.10 and 4.0 are patched in 3.10.8.3 and 4.0.3.17, respectively, with the cloud-based SaaS deployment already addressed. Cisco's Product Security Incident Response Team (PSIRT) has not found evidence of this specific vulnerability being exploited in the wild. This disclosure follows recent warnings from Cisco regarding other critical flaws, including an actively exploited zero-day authentication bypass (CVE-2026-20182) in Catalyst SD-WAN, which CISA added to its Known Exploited Vulnerabilities Catalog, and a denial-of-service vulnerability in Crosswork Network Controller and Network Services Orchestrator.

Severity: Critical

Threat Details and IOCs

Malware: Mini Shai-Hulud, Shai-Hulud
CVEs: CVE-2026-20171, CVE-2026-20182, CVE-2026-20199, CVE-2026-20206, CVE-2026-20223
Technologies: Cisco Catalyst SD-WAN, Cisco Nexus 3000 Series Switches, Cisco Nexus 9000 Series Switches, Cisco Secure Workload, Cisco ThousandEyes Enterprise Agent
Threat Actors: UAT8616
Attacker Countries: China
Victim Industries: Aerospace, Airlines, Defense, Financial Services, Government, Healthcare, Information Technology, Telecommunications
Victim Countries: China, United States

Mitigation Advice

  • Immediately identify all Cisco Catalyst SD-WAN instances and apply the security updates released by Cisco to patch CVE-2026-20182.
  • Identify all on-premises Cisco Secure Workload deployments and upgrade them to a fixed software release (3.10.8.3 for version 3.10, or 4.0.3.17 for version 4.0) to mitigate CVE-2026-20223.
  • Review logs on all Cisco Catalyst SD-WAN devices for indicators of compromise related to CVE-2026-20182, such as unauthorized configuration changes, unexpected device reboots, or new, un-authorized user accounts.

Compliance Best Practices

  • Establish and maintain a comprehensive hardware and software asset inventory to ensure all network devices and their software versions are documented, allowing for rapid identification of vulnerable systems.
  • Implement firewall rules and network access controls to restrict access to the management interfaces and APIs of all critical network infrastructure, including Cisco devices, to a limited set of administrative workstations and jump servers.
  • Develop and implement a formal patch management policy that defines timelines for assessing and deploying security updates based on vulnerability severity, with specific, accelerated timelines for critical and actively exploited flaws.
  • Configure critical network devices, such as SD-WAN controllers and security appliances, to forward logs to a centralized SIEM and create alert rules for suspicious administrative activities, such as configuration changes from unknown IP addresses or account creation outside of business hours.

Claude Mythos AI Finds 10,000 High-Severity Flaws in Widely Used Software

Anthropic's Project Glasswing, utilizing its Claude Mythos Preview AI model, has identified over 10,000 high- or critical-severity vulnerabilities in widely used software since its launch last month. This initiative, involving 50 partners, revealed 6,202 high- or critical-severity flaws across more than 1,000 open-source projects, with 1,726 validated as true positives, including 1,094 high- or critical-severity issues. A specific finding is CVE-2026-5194, a critical WolfSSL flaw (CVSS 9.1) that permits certificate forgery, with these discoveries leading to 97 upstream patches and 88 advisories. The AI model's capabilities extend beyond vulnerability discovery to fraud detection, such as preventing a $1.5 million wire transfer. Recognizing the increasing pace of AI-assisted vulnerability discovery, Anthropic urges software developers to shorten patch cycles and network defenders to accelerate patch testing and deployment, harden configurations, enforce multi-factor authentication, and maintain comprehensive logs. To facilitate legitimate security research, Anthropic has also launched a Cyber Verification Program, allowing security professionals to utilize its models for vulnerability research, penetration testing, and red teaming, while acknowledging that advanced AI models like Mythos Preview are not yet publicly available due to ongoing concerns about misuse safeguards.

Severity: Critical

Threat Details and IOCs

Malware: Filemanager, Mini Shai-Hulud, Rhadamanthys, Rhadamanthys Stealer, Shai-Hulud
CVEs: CVE-2026-5194
Technologies: Apple macOS, Cisco, Cloudflare, FreeBSD, Linux, Microsoft Windows, Mozilla Firefox, OpenBSD, Oracle Cloud, Oracle Database, Palo Alto Networks, wolfSSL
Threat Actors: APT28, Berz0k, PurpleBravo, TA571, TeamPCP, UNC6353, UNC6691, UNC6780
Victim Industries: Aerospace, Automation, Automotive, Defense, Education, Energy, Financial Services, Government, Healthcare, Industrial Control Systems, Industrials, Information Security, Information Technology, Internet of Things (IoT), Manufacturing, Military, Multimedia, Semiconductors, Software, Technology Hardware, Telecommunications, Transportation, Utilities
Victim Countries: Canada, India, Japan, United Kingdom, United States

Mitigation Advice

  • Identify all systems and applications using the WolfSSL library and immediately patch them to a non-vulnerable version to mitigate CVE-2026-5194.
  • Immediately review and shorten the standard timelines for testing and deploying critical security patches within the organization's change management process.
  • Enforce multi-factor authentication (MFA) on all externally accessible services, including VPN, email, and cloud administration portals.
  • Conduct an immediate audit of all internet-facing firewall and router configurations to ensure no unnecessary ports are open and that default credentials have been changed.
  • Verify that security logging is enabled and functioning correctly on all critical assets, including domain controllers, firewalls, and VPN concentrators.

Compliance Best Practices

  • Invest in and implement a centralized, automated patch management system to ensure consistent and rapid deployment of security updates across all servers and endpoints.
  • Implement a Security Information and Event Management (SIEM) solution to centralize log collection, enable correlation of security events, and provide automated alerting for suspicious activity.
  • Establish a formal security testing program that includes, at a minimum, annual third-party penetration tests and quarterly automated vulnerability scanning of all internal and external assets.
  • Develop and roll out a continuous security awareness training program that specifically addresses AI-driven threats, such as deepfake voice phishing (vishing) and highly personalized spear-phishing emails.
  • Create a research initiative to evaluate and budget for defensive AI security tools that can assist with threat detection, vulnerability analysis, and incident response.

Authors & Contributors

Brian Sayer (Author)

Threat Intelligence Analyst, F5