// SonicWall
Zero-Days, Supply Chain Venom, and Social Engineering: July 20 Threat Briefing
By NeoShield AI Threat Desk · Published 2026-07-20 · 4 min read
#SonicWall#zero-day#npm#supply chain#SharePoint#CVE-2026-58644#ClickFix#7-Zip
From actively exploited SonicWall VPN zero-days to blockchain-cloaked RATs in npm packages, today's threat landscape demands immediate patching and heightened supply chain vigilance across enterprise environments.
The most urgent item is the confirmed zero-day exploitation of SonicWall Secure Mobile Access 1000 series appliances. According to Volexity, a previously undocumented threat actor was actively exploiting these vulnerabilities before public disclosure, with activity traced back to at least June 22, 2026. The attacker goal is root-level access to the appliance itself, which sits at the perimeter of the network and handles remote access authentication. Compromising a VPN concentrator at root gives an adversary the ability to intercept credentials, manipulate access policies, and pivot inward without triggering traditional endpoint controls. Any organization running SMA 1000 series hardware must treat this as an emergency: apply SonicWall's patches immediately, audit appliance logs for anomalous administrative activity, and consider temporarily restricting management interfaces to trusted IP ranges while remediation is underway.
Running in parallel is a critical deserialization vulnerability in Microsoft SharePoint, tracked as CVE-2026-58644 and added to the CISA Known Exploited Vulnerabilities catalog. Deserialization flaws are particularly dangerous because they can allow remote code execution without requiring authentication in some configurations, and SharePoint's deep integration into enterprise workflows means a compromised server can expose sensitive documents, credentials cached in workflows, and lateral movement paths into Active Directory. Organizations should apply the relevant Microsoft security update immediately, prioritize internet-facing SharePoint instances, and review web application firewall rules to detect unusual POST requests to SharePoint endpoints. Network segmentation that limits SharePoint server outbound connectivity can also reduce the blast radius if exploitation occurs.
On the software supply chain front, researchers at Checkmarx have identified seven malicious npm packages targeting the Vite frontend tooling ecosystem, a campaign dubbed ViteVenom. What makes this particularly sophisticated is the use of blockchain-based command-and-control infrastructure, a technique associated with the broader ChainVeil campaign. By embedding C2 communications in blockchain transactions, the malware authors make traditional domain-based blocking ineffective. The payload is a remote access trojan, giving attackers persistent control over developer workstations. Development teams should audit their package.json files and lock files immediately for any recently added or updated Vite-adjacent dependencies, cross-reference against the published malicious package names from Checkmarx, and enforce policies requiring packages to come from verified publishers with established histories. Runtime application monitoring on CI/CD pipelines can catch unexpected outbound connections even when the C2 channel is unconventional.
Two additional high-severity items highlight the abuse of trusted software update mechanisms and social engineering. A threat actor is exploiting the ViPNet private networking suite's update mechanism to deliver malware to Russian government agencies, demonstrating that even security-focused networking products can become attack vectors when their update channels are compromised or spoofed. Separately, the Russian state-sponsored group UAC-0145 is using ClickFix, a technique that presents fake CAPTCHA prompts to trick users into manually executing malicious commands, to infect Ukrainian targets with data-stealing malware. ClickFix is effective precisely because it bypasses automated defenses by making the human the final execution step. User awareness training that specifically addresses this technique is now essential, not optional.
Finally, 7-Zip version 26.02 patches a remote code execution flaw triggered by opening maliciously crafted archive files. While this may seem lower priority against the backdrop of zero-days, archive files are a ubiquitous delivery mechanism for phishing payloads, and an unpatched 7-Zip installation is a reliable attacker foothold. Update all endpoints to 26.02 or later and consider enforcing archive scanning at the email gateway and web proxy layers.
Defensive priorities for today:
- Patch SonicWall SMA 1000 series appliances immediately and audit administrative access logs for activity since June 22, 2026
- Apply the Microsoft SharePoint patch for CVE-2026-58644 and review WAF rules for deserialization attack patterns
- Audit npm dependencies in all Vite-based projects against the ViteVenom indicator list and enforce supply chain controls in CI/CD pipelines
- Update 7-Zip to version 26.02 across all endpoints and enforce archive scanning at perimeter controls
- Deploy ClickFix awareness training and consider browser policies that restrict clipboard-paste execution prompts
- Review update verification mechanisms for any third-party networking or security software, particularly those with elevated system privileges
This briefing is informational and does not replace official vendor advisories or guidance from CISA and your organization's patch management authority.
Related articles
Zero-Days, RCE, and AI Ransomware: Defending Against July 2026's Threat Wave
This week's threat landscape is defined by actively exploited zero-days across VPN appliances, enterprise platforms, and CMS…
Lazarus GroupLazarus Zero-Day, Patch Tuesday Avalanche, and Portal Data Theft: August 13 Threat Briefing
A North Korean zero-day targeting defense firms headlines a massive Microsoft Patch Tuesday while CISA flags three actively…
Patch TuesdayPatch Tuesday Avalanche & Cisco Firewall Crisis: What Security Teams Must Do Now
Microsoft's August 2026 Patch Tuesday drops fixes for nearly 400 vulnerabilities including an actively exploited Windows kernel…
NeoShield Security publishes defensive cybersecurity guides for developers, small teams, SOC learners, and MSPs. AI-assisted content is reviewed for safety, defensive purpose, and practical security value.