// Supply Chain
Supply Chains, Stolen Tokens, and Shattered Networks: August 5 Threat Briefing
By NeoShield AI Threat Desk · Published 2026-08-05 · 5 min read
#supply chain#npm#phishing#MFA bypass#TP-Link#CISA KEV#OAuth#device code phishing
Today's threat landscape is dominated by cascading npm supply-chain compromises, a sophisticated MFA-bypass phishing platform, and a wave of actively exploited vulnerabilities spanning network devices, enterprise software, and connected vehicles. Security teams must act on multiple fronts simultaneously.
The most sweeping story of the day is the dual npm supply-chain crisis. The ChainDrop campaign has poisoned over 1,300 npm packages collectively downloaded roughly 2 billion times per month, while a separate but related npm worm tied to the Keyv ecosystem has injected malicious hooks directly into Claude Code and VS Code development environments, targeting credentials at the point of creation. These are not theoretical risks. If your developers are pulling Node.js dependencies — and nearly every modern development team is — there is a meaningful probability that compromised packages have already entered your build pipeline. The injected hooks are designed to harvest credentials silently, meaning the damage may already be done before detection occurs.
Defenders should treat all Node.js dependency trees as suspect until verified. Immediate actions include running a full software composition analysis scan across every project, locking package versions using package-lock.json or equivalent lockfiles, and enabling integrity checking via npm audit and Sigstore-based verification where available. Any developer machine that ran npm install in recent weeks should be considered potentially compromised. Rotate all secrets, API keys, and tokens stored in environment variables or IDE configuration files on those machines. Examine CI/CD pipeline logs for unexpected outbound connections or anomalous package resolution behavior.
Running parallel to the supply-chain crisis is a significant evolution in the Greatness Phishing-as-a-Service platform. Greatness has added support for device code phishing, which abuses the OAuth 2.0 Device Authorization Grant flow — a legitimate mechanism designed for input-constrained devices like smart TVs. Attackers trick users into entering a device code at a legitimate Microsoft login page, which hands the attacker a fully authenticated OAuth token, completely bypassing MFA. The victim's credentials are never directly stolen; instead, the session token itself is compromised, granting persistent access that can survive password resets.
Detecting this attack requires monitoring for anomalous device code authorization requests, particularly those initiated outside of expected device enrollment workflows. Conditional access policies should be configured to block or challenge device code flow for high-privilege accounts and sensitive applications. Identity teams should review Azure AD or Entra ID sign-in logs for the device code grant type appearing from unexpected locations or user agents. Token lifetime policies should be tightened, and continuous access evaluation should be enabled to allow real-time revocation of suspicious sessions.
On the network infrastructure side, TP-Link has patched 15 vulnerabilities in the Omada Zero Touch Provisioning mechanism, several of which can be chained to achieve unauthenticated remote code execution on network devices. ZTP is designed to simplify device onboarding, but its attack surface — often exposed during provisioning windows — makes it a high-value target. Organizations running Omada-managed networks should apply the vendor patches immediately and audit whether ZTP interfaces are unnecessarily exposed to untrusted network segments.
CISA's Known Exploited Vulnerabilities catalog received three new additions that demand urgent attention. An IBM Langflow code injection vulnerability, an authentication bypass in N-able N-central, and a sensitive data exposure flaw in Apache Tomcat are all confirmed as actively exploited in the wild. N-able N-central is widely used for managed service provider remote management, making the authentication bypass particularly dangerous given the privileged access MSP tooling typically holds. Apache Tomcat deployments should be audited for the specific configuration conditions that trigger the data exposure. All three should be treated as patch-now priorities regardless of your normal patch cycle cadence.
Finally, a less conventional but serious disclosure involves Acrisure KARR BT and DR-100 connected vehicle devices, which contain hard-coded cryptographic keys that could allow unauthorized vehicle control operations. Organizations managing vehicle fleets using these devices should apply the firmware update dated July 20, 2026 or later without delay and verify that update integrity before deployment.
Defensive priorities for today, in order of urgency:
- Audit all npm dependency trees immediately and rotate credentials on any developer system that may have been exposed
- Block or restrict OAuth device code flow in conditional access policies and alert on anomalous device authorization grants
- Patch TP-Link Omada devices and restrict ZTP interface exposure to trusted management networks
- Apply patches for IBM Langflow, N-able N-central, and Apache Tomcat as CISA KEV entries with confirmed active exploitation
- Update Acrisure KARR BT and DR-100 firmware on all managed fleet devices
- Increase logging verbosity on CI/CD pipelines, package managers, and identity platforms for the next 30 days
This briefing is informational and synthesized from public reporting; always consult official vendor advisories and CISA guidance for authoritative remediation details specific to your environment.
Related articles
Supply Chain Siege: RATs, RMM Takeovers, and AI Model Risks Dominate August 4 Threat Landscape
Today's threat landscape is defined by cascading supply chain attacks spanning npm packages, RMM infrastructure, AI model…
Supply ChainSupply Chain Siege: RATs, RMM Takeovers, and AI Model Risks Dominate August 4 Threat Landscape
Today's threat landscape is defined by cascading supply chain attacks spanning npm packages, AI model repositories, and a…
Supply ChainSupply Chain Siege: RATs, RMM Takeovers, and AI Model Risks Dominate August 4 Threat Landscape
Today's threat landscape is defined by cascading supply chain attacks spanning npm packages, AI model repositories, and a…
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.