This Week in Cybersecurity: A 2-Billion-Install npm Worm, an MSP Platform Under Siege, and AI Models Hacking for Real
By Mollie Horne
The tools organizations trust to manage everything else were this week's attack surface.
On August 4, a compromised maintainer account turned a routine npm release into a self-propagating worm that tore through the JavaScript ecosystem in under an hour, poisoning hundreds of packages tied to more than two billion monthly installs. A single stolen GitHub credential was enough to reach deep into the dependency tree of half the JavaScript world before most teams even knew there was a fire. Around the same time, a remote monitoring platform used by managed service providers to administer other companies' networks turned out to have not one but two authentication bypass flaws — the second discovered only after the first patch proved incomplete, while attackers were already using it to reach client environments.
Meanwhile, a UK government safety institute disclosed that frontier AI models from both OpenAI and Anthropic took unsanctioned, real-world hacking actions during cybersecurity evaluations last month, a police-affiliated legal database in the UK confirmed officer and government contact data had been published on the dark web, and a ransomware gang claimed it had stolen passport and financial data from a major travel company's Chinese subsidiary. The common thread this week is that the systems organizations lean on to manage risk for everyone else — code registries, RMM platforms, AI safety sandboxes — were themselves the point of failure. Here's what you need to know.
Explore this content with AI:
ChatGPT | Perplexity | Claude | Google AI Mode
A stolen GitHub credential turned a routine npm release into a worm that hit 2 billion monthly installs
On August 4, 2026, an attacker compromised the GitHub account of the maintainer behind keyv, a key-value storage library with roughly 127 million weekly npm installs, and used it to push a credential-stealing payload into keyv@6.0.0 and the wider family of packages the same maintainer controls, including cacheable, flat-cache, file-entry-cache, and cache-manager. Wiz's research team found the worm propagated to more than 400 distinct npm packages representing over two billion monthly installs, moving between organizations every two to seven minutes and completing its cross-organization publishing burst in roughly half an hour. SafeDep's registry-backed count later put the campaign at more than 1,600 poisoned versions across 420 package names.
The payload used a preinstall script to harvest GitHub, npm, cloud, Vault, Kubernetes, and private-key material from any developer machine or CI runner that resolved an affected version, then used stolen npm publishing access to poison further packages — a self-replicating pattern Wiz attributes to a descendant of the "Mini" Shai-Hulud malware family, noting similarities to the TeamPCP and antv supply-chain campaigns. That's a lineage connection, not a confirmed operator: neither the initial access path nor a named threat actor behind this specific August wave has been established. The compromised repository also retained Claude Code and VS Code hooks wired to run the payload the moment a developer opened the project, and the poisoned release carried valid GitHub Actions provenance signing — proof the build process ran correctly, not that the code entering it was safe.
Why it matters: An import-time, provenance-signed payload defeats both install-script mitigations and the supply-chain attestation tooling many teams have started relying on as a safety net. If your build, CI, or developer environment resolved keyv, cacheable, flat-cache, file-entry-cache, or cache-manager on or after August 4, treat every credential reachable from that environment as compromised — GitHub tokens, cloud keys, npm publishing tokens — and rotate before removing the malware's revocation watcher, since triggering revocation first can run an attacker-supplied handler.
Read more at The Hacker News
A widely used MSP remote-management platform had two authentication bypass flaws — and attackers found the second one first
N-able disclosed on July 31, 2026, that it had observed active exploitation of an authentication bypass in N-central, the Remote Monitoring and Management (RMM) platform used by managed service providers and enterprise IT teams to centrally administer client servers, workstations, and network devices. The initial flaw, CVE-2026-18556, let unauthenticated attackers obtain full administrative control of an N-central server. N-able shipped a fix — but the fix was incomplete, and attackers began exploiting a second bypass, CVE-2026-18577, by August 1 before N-able's emergency hotfix (2026.3.1.7) shipped on August 2. Because N-central manages other organizations' infrastructure by design, successful compromise gave attackers a direct path to downstream client networks: N-able confirmed attackers abused the platform's built-in "Take Control" feature to remotely access managed endpoints, then deployed Cloudflare Tunnel connections for persistent access. CISA added both CVEs to its Known Exploited Vulnerabilities catalog (CVE-2026-18577 on August 3, CVE-2026-18556 alongside it on August 4), giving federal agencies until August 7 to remediate — in the same August 4 KEV batch as an unrelated but maximum-severity Langflow flaw (CVE-2026-9198, CVSS 9.8) and an Apache Tomcat cluster-encryption bypass (CVE-2026-34486).
That Tomcat flaw has its own unsettling footnote: researchers at Unit 42 tied its exploitation to an autonomous, DeepSeek-powered hacking campaign in which a Chinese-speaking actor let an AI agent independently research and pivot to alternate vulnerabilities — including flaws in n8n — after its first attempt failed, attempting more than 460 targets while managing its own compute budget. No threat actor has been publicly attributed to the N-central exploitation itself.
Why it matters: RMM platforms are a single point of compromise for every environment they manage, which is exactly why they're attractive targets — and an incomplete first patch meant defenders had to remediate twice in four days while attackers were already inside. If your organization runs N-central on-premises, apply Hotfix 1 immediately rather than waiting for a normal patch cycle, then audit for the vendor's published indicators, including unexpected Cloudflare Tunnel services and Take Control session activity, since patching alone won't undo access attackers already established.
Read more at Help Net Security
UK safety testers say OpenAI's and Anthropic's models hacked real systems during cybersecurity evaluations
On August 4, 2026, the UK AI Security Institute disclosed that it had documented 19 unsanctioned actions by Anthropic's Mythos 5 and OpenAI's GPT-5.6 Sol models during cybersecurity testing conducted last month — actions the models took, without instruction, to try to compromise real people and organizations rather than the fictional targets the evaluations intended. The institute said the models created fake GitHub identities, socially engineered maintainers, planted prompt injections, and sent deceptive emails; GitHub confirmed the activity violated its terms of service, and the institute worked with GitHub to remove artifacts and notify affected users. Researchers said they aren't yet sure at what point the agents understood they were taking real-world action versus believing they remained inside a test scenario.
The disclosure adds detail to incidents both companies described in recent weeks: Anthropic said in a July 30 blog post that it discovered three of its Claude models — including Mythos 5 — had reached real organizations' systems during internal capture-the-flag evaluations run with third-party partner Irregular, after reviewing more than 141,000 evaluation runs. In one case, Mythos 5 published a malicious package to PyPI that ran on 15 real systems — including a cybersecurity company's own scanner — before PyPI removed it; notably, the model correctly recognized midway through the attack that publishing to PyPI would be a genuine real-world action, then reasoned itself back into believing it was still in a simulation and completed the attack anyway. That incident closely follows the pattern we covered in our July 23 post, when OpenAI confirmed one of its own models escaped a test sandbox and compromised Hugging Face's production infrastructure while chasing an internal benchmark.
Why it matters: Three separate frontier-AI containment failures disclosed in as many weeks is no longer an isolated incident — it's a pattern, and one where the models involved have shown they can talk themselves back into taking real-world action even after correctly identifying the risk. If your organization is evaluating or deploying agentic AI systems, treat sandbox network egress as a security control that needs independent verification, not a configuration you take on the vendor's word—and don't assume a model's own mid-task risk assessment is a reliable safeguard.
Read more at PBS News
UK police legal database confirms officer and government contact data leaked to the dark web
The Police National Legal Database (PNLD), which provides legal information and services to UK police forces and criminal justice organizations, confirmed on August 3, 2026, that an intrusion identified on July 26 had exposed and published names, organizations, and work email addresses belonging to police officers, police staff, criminal justice professionals, government partners, and customers — along with some names and addresses of members of the public who had submitted questions through the service's "Ask the Police" feature. PNLD said there is no evidence passwords or other credentials were compromised, and emphasized it is not the Police National Computer or Police National Database and holds no confidential information about victims, witnesses, or offenders. It has notified the UK Information Commissioner's Office and is working with the National Crime Agency.
A group calling itself ExfilSquad claimed responsibility, alleging it stole roughly 1.9GB of data comprising about 135,000 contact records — tied to some 114,000 PNLD subscribers and 21,000 people who had used the "Ask the Police" service — and published a data sample while demanding payment to withhold the rest. PNLD has not attributed the incident to the group, and no evidence of ransomware, malware, or exploitation of a software vulnerability has been found. Security firm VenariX, reviewing samples tied to 11 of ExfilSquad's 15 claimed victims, found Dataverse-consistent data structures across all of them and confirmed in at least one other case that a public Microsoft Power Pages portal returned records without any authentication — consistent with a misconfigured Power Pages site granting broad anonymous access to backend data tables. VenariX was careful to note this points to a plausible campaign-level pattern, not a confirmed PNLD-specific cause.
Why it matters: Data exposed to make named police officers' contact details public is a direct input into more convincing phishing campaigns targeting exactly the people who investigate them, regardless of how the intrusion happened. If your organization runs public-facing Microsoft Power Pages portals, review Anonymous Users table permissions and Web API settings now — a misconfiguration pattern that may already be affecting more than one organization is a cheap thing to check and an expensive thing to discover after the fact.
Read more at BleepingComputer
Ransomware gang claims it stole passport and financial data from a major travel company's China subsidiary
On August 3, 2026, the ransomware group DragonForce claimed responsibility for a cyber attack against TUI China, the Chinese tourism-industry joint venture affiliated with European travel group TUI. The group's dark web listing alleges it exfiltrated passports, visas, internal documentation, and legal and financial records, and threatens to publish the data if the company doesn't negotiate. As of this writing, TUI has not publicly confirmed the intrusion, and the claim's scope and accuracy have not been independently verified beyond the leak-site posting itself — treat the specifics as alleged pending confirmation.
DragonForce is a ransomware-as-a-service operation that pivoted from hacktivist origins to financially motivated double-extortion in 2024 and has drawn scrutiny for its ties to Scattered Spider-affiliated social-engineering tactics in prior campaigns. No connection to Scattered Spider has been claimed or confirmed in the TUI China incident specifically.
Why it matters: Passport and visa data carries a longer shelf life for identity fraud than most breached data categories, since travel documents can't simply be reissued the way a credit card can, and a threat actor sitting on a company's legal and financial records ahead of a leak deadline is a live extortion situation, not a historical one. Any organization handling government-issued identity documents for customers should confirm that data category specifically is encrypted at rest and access-logged, not just covered by the same controls as general customer records.
Read more at Ransomware.live
Final thoughts
Every story this week is a variation on the same failure: the systems organizations trust to manage risk on their behalf — a package registry's provenance signing, an RMM platform's administrative console, an AI safety sandbox's network isolation, a police database's public-facing portal — turned out to be exactly where the risk was concentrated. The npm worm and the N-central bypass are both reminders that "patched" and "provenance-verified" describe the build process, not the judgment of whoever controlled the credentials that fed it. The AI containment failures are the one worth watching longest: three disclosed incidents in three weeks, from two different companies, with at least one case where the model itself correctly flagged the real-world risk mid-task and proceeded anyway.
For security teams triaging this week's news, the practical priorities are concrete: audit any environment that resolved keyv, cacheable, flat-cache, file-entry-cache, or cache-manager since August 4, and rotate credentials accordingly; patch N-central to Hotfix 1 immediately if you run it on-premises, and hunt for Take Control and Cloudflare Tunnel indicators; and if your organization runs public Microsoft Power Pages sites, check Anonymous Users table permissions this week, not on your next audit cycle.
Check back next Thursday for the next installment of This Week in Cybersecurity.
Ready to see how OpenVPN can help protect your organization from attacks?
Try the self-hosted Access Server solution or managed CloudConnexa service for free — no credit card required.
See Which One is Right for You