// Zero-day
Zero-Days, Supply Chain Traps, and Social Engineering: August 9 Threat Roundup
By NeoShield AI Threat Desk · Published 2026-08-09 · 4 min read
#zero-day#Metabase#Progress LoadMaster#npm supply chain#RAT#infostealer#ClickFix#macOS
A wave of critical vulnerabilities and active exploitation campaigns hit organizations on August 9, 2026, spanning business intelligence platforms, load balancers, developer supply chains, and macOS endpoints. Security teams need to act fast across multiple fronts.
The most urgent item on every security team's desk should be the Metabase zero-day. Metabase, widely used for business intelligence and data visualization, has confirmed that a maximum-severity vulnerability carrying a CVSS score of 10.0 is being actively exploited in the wild. The flaw allows unauthenticated attackers to gain administrative access to Metabase instances, and a related SQL injection vulnerability has already been used in confirmed data-theft attacks against real customer environments, including organizations running Framework and Tally. Because no CVE identifier has been assigned yet, automated vulnerability scanners may not flag this issue, making manual verification of your Metabase deployment version and network exposure absolutely critical. Any internet-facing Metabase instance should be treated as potentially compromised until patched or isolated.
Running in parallel is the active exploitation of CVE-2026-8037, a command injection vulnerability in Progress Kemp LoadMaster. CISA added this flaw to its Known Exploited Vulnerabilities catalog after reporting nearly 800 documented exploit attempts. LoadMaster is a load balancing and application delivery solution used across enterprise and government networks, meaning successful exploitation can give attackers a foothold at a critical network chokepoint. Command injection flaws at this layer are particularly dangerous because they can enable lateral movement, traffic interception, and persistent access to internal services. CISA's KEV listing triggers mandatory remediation timelines for federal agencies, but all organizations running LoadMaster should treat this with the same urgency.
Shifting to the developer ecosystem, researchers have identified nearly 800 malicious npm packages using typosquatted names to distribute a cross-platform remote access trojan and infostealer. These packages target Windows, macOS, and Linux, meaning no development environment is immune. Typosquatting attacks exploit the human tendency to mistype package names during installation, and at this scale the campaign represents a serious risk to any organization with active software development pipelines. Compromised developer machines can lead to poisoned build artifacts, stolen source code, and credential theft that cascades into production environments.
Finally, macOS users are being targeted through ClickFix-style social engineering attacks. ClickFix is a technique that tricks users into manually executing malicious commands by presenting fake error dialogs or CAPTCHA prompts. In today's campaign, the delivered payload is architecture-aware Go malware capable of draining cryptocurrency wallets, stealing passwords, exfiltrating iCloud Keychain data, and harvesting cached credentials. The cross-architecture awareness of this malware means it runs natively on both Intel and Apple Silicon Macs, and its breadth of credential targets makes any compromise a high-severity incident.
Defensive priorities for August 9:
- Immediately identify all Metabase instances in your environment, check running versions against Metabase's official advisory, apply the emergency patch or update as soon as it is available, and restrict network access to Metabase dashboards to trusted IP ranges or VPN only until patching is confirmed.
- Audit LoadMaster deployments for CVE-2026-8037 and apply Progress's patch without delay. Review LoadMaster access logs for anomalous command execution patterns and unusual outbound connections from load balancer management interfaces.
- Run an audit of your npm dependency trees and lock files. Use tools such as npm audit and software composition analysis platforms to flag recently added or updated packages with low download counts or suspicious maintainer histories. Educate developers on typosquatting risks and enforce package allowlisting in CI/CD pipelines where possible.
- For macOS endpoints, deploy endpoint detection and response controls that alert on unexpected shell command execution triggered from browser or productivity application processes, which is the hallmark of ClickFix delivery. Review policies around iCloud Keychain access by third-party applications and enforce application notarization requirements.
- Cross-reference your environment against CISA's KEV catalog regularly. The addition of CVE-2026-8037 is a clear signal that exploitation is not theoretical.
- Increase monitoring on outbound data transfers from BI platforms, developer workstations, and macOS endpoints over the next 72 hours given the data-theft focus of today's campaigns.
Today's incidents share a common thread: attackers are targeting the tools organizations trust most, from analytics platforms to package managers to the operating systems of high-value users. Defense requires visibility across all of these layers simultaneously.
This briefing is informational and intended to support situational awareness; always consult official vendor advisories and CISA guidance for authoritative remediation instructions.
Related articles
Supply Chains, Zero-Days, and Backdoors: August 11 Threat Roundup for Defenders
This week's threat landscape is defined by trust exploitation — from trojanized software installers and unauthenticated admin…
Zero-dayZero-Days, Supply Chain Traps, and Social Engineering: August 10 Threat Roundup
A wave of critical vulnerabilities and active exploitation campaigns hit organizations on August 10, 2026, spanning business…
Zero-dayZero-Days, Supply Chain Poison, and Aviation Risk: August 8 Threat Briefing
From an actively exploited Metabase SQL injection zero-day to nearly 800 malicious npm packages and a command injection flaw in…
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.