// Zero-day
Zero-Days, Supply Chain Poison, and Aviation Risk: August 8 Threat Briefing
By NeoShield AI Threat Desk · Published 2026-08-08 · 5 min read
#zero-day#SQL injection#Metabase#Progress LoadMaster#CVE-2026-8037#npm supply chain#RAT#infostealer
From an actively exploited Metabase SQL injection zero-day to nearly 800 malicious npm packages and a command injection flaw in Progress LoadMaster, today's threat landscape demands immediate defensive action across web applications, load balancers, and developer pipelines.
The most urgent item is the Metabase SQL injection zero-day, confirmed by BleepingComputer as actively exploited in data-theft campaigns against real customer instances, with Framework and Tally named as known impacted organizations. Metabase is widely deployed as a self-hosted business intelligence and analytics tool, often sitting on internal networks with direct database connectivity. A SQL injection vulnerability in this position is severe: an attacker who can reach the Metabase interface can potentially exfiltrate entire backend databases without needing credentials. Because this was a zero-day at time of exploitation, any organization running Metabase should assume they may have been targeted regardless of whether they have received a vendor notification. Immediate actions include:
- Isolate Metabase instances from public internet exposure if not already done
- Review Metabase access logs and database query logs for anomalous or bulk SELECT activity, especially from unexpected source IPs
- Apply any emergency patch or hotfix released by Metabase as the highest patching priority today
- Audit which databases Metabase has credentials for and consider rotating those credentials now
- Check for signs of data exfiltration in egress traffic logs, particularly large outbound transfers
Running in parallel is CVE-2026-8037, a command injection vulnerability in Progress LoadMaster that CISA has added to its Known Exploited Vulnerabilities catalog. LoadMaster is an application delivery controller and load balancer used in enterprise and government environments. Command injection flaws at the network perimeter are extremely dangerous because they can give attackers operating system-level access to a device that sits in front of critical application infrastructure. CISA's KEV listing means federal agencies have a binding remediation deadline, but all organizations should treat KEV additions as urgent regardless of sector. Actions here include:
- Apply the Progress-issued patch for CVE-2026-8037 immediately; do not wait for a scheduled maintenance window
- Review LoadMaster management interface access logs for unexpected authentication attempts or configuration changes
- Restrict management plane access to dedicated jump hosts or out-of-band networks
- Enable alerting on any new administrative account creation or rule changes on the appliance
The CISA advisory on CPDLC over ATN-B1 deserves attention from any organization involved in aviation operations, air traffic management, or aviation technology supply chains. Controller-Pilot Data Link Communications running over legacy ATN-B1 infrastructure uses unauthenticated, cleartext radio frequency links, making it susceptible to unauthorized message injection, denial-of-service, and forced session resets. While CISA notes these do not constitute immediately exploitable remote code execution flaws in the traditional IT sense, the safety implications for aviation are significant. Organizations in this space should engage their aviation authority liaisons and review CISA's CSAF advisory for specific mitigations and compensating controls.
The Unlimited Technology Systems breach, disclosed this week but originating in October 2025, affected 3.8 million individuals through a healthcare software platform. Delayed disclosure timelines like this one are a reminder that breach detection and notification gaps remain a systemic problem in healthcare. Security leaders in healthcare and health-adjacent sectors should use this as a prompt to audit their incident response and breach notification timelines, verify that third-party healthcare software vendors have contractual security obligations, and ensure that sensitive patient data is encrypted at rest so that a breach of the application layer does not automatically mean a breach of readable data.
Finally, the discovery of nearly 800 malicious npm packages delivering a cross-platform remote access trojan and infostealer is a significant supply chain threat for any organization with active software development. The campaign uses AI-generated typosquatting package names to trick developers into installing malware on Windows, macOS, and Linux systems. Developer workstations are high-value targets because they often hold source code, cloud credentials, API keys, and access to CI/CD pipelines. Defensive actions include:
- Audit package.json and lock files across all active projects for recently added or unfamiliar dependencies
- Enable npm audit and integrate software composition analysis tools into CI/CD pipelines
- Use allowlisting or private registry mirroring to restrict which package sources developers can pull from
- Monitor developer endpoints for unexpected outbound connections, new scheduled tasks, or credential-harvesting process behavior
- Educate developers on typosquatting risks and encourage deliberate verification of package names before installation
Defensive priorities for today: patch Metabase and Progress LoadMaster immediately, audit npm dependencies across all development environments, review healthcare vendor security posture, and flag the CPDLC advisory for aviation stakeholders. The breadth of today's threats across web apps, network infrastructure, aviation, healthcare, and developer tooling underscores that no single team owns the full defensive surface.
This briefing is informational and does not substitute for official vendor advisories, CISA guidance, or your organization's own vulnerability management processes.
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 Traps, and Social Engineering: August 9 Threat Roundup
A wave of critical vulnerabilities and active exploitation campaigns hit organizations on August 9, 2026, spanning business…
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.