Here’s an overview of some of last week’s most interesting news, articles, interviews and videos: GitHub Dependabot malware alerts now cover eight ecosystems GitHub has flagged npm malware since March 2026. Anyone pulling in a bad PyPI, Maven, RubyGems, NuGet, Go, crates.io, or PHP Composer package has had no such warning, because GitHub’s malware detection only ever watched one ecosystem. That ch

A zero-day vulnerability in the Metabase business intelligence service has been exploited to access customer data from Framework, a San Francisco-based laptop manufacturer. The breach exposed names, email addresses, phone numbers, physical addresses, and login IP addresses of affected Framework customers. Payment information and order records were not compromised.
Separately, researchers at Reco have identified a global campaign, dubbed "City-Forum," that has been extracting records from Salesforce and ServiceNow portals for 17 months. The campaign utilizes a domain registered in 2002 that now resolves to a generic rented server from a German hosting provider. The method of data extraction relies on the portals functioning as designed, rather than exploiting a flaw.
In other cybersecurity news, N-able has released a second security hotfix for its N-central monitoring and management (RMM) solution to address ongoing exploitation of CVE-2026-18577. This solution is widely used by managed service providers (MSPs).
Microsoft's August 2026 Patch Tuesday included fixes for over 400 vulnerabilities. Among these was CVE-2026-68820, which has been actively exploited as a zero-day. Three other vulnerabilities were publicly disclosed prior to the patch release.
Cisco has confirmed that a high-severity vulnerability, CVE-2026-20349, is being actively exploited to temporarily disrupt the operation of its firewalls. The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added this flaw to its Known Exploited Vulnerabilities catalog, requiring remediation by U.S. civilian federal agencies by August 14, 2026.
In the realm of supply chain security, Valve, the video game publisher, is notifying European customers of a data breach at CEVA Logistics, its Steam hardware shipping partner. The breach involved the exposure of names, addresses, and order data.
CERT Polska reported that a cyberattack on a Polish combined heat and power (CHP) plant on December 29 represented the first observed instance of attackers gaining access to an operational technology (OT) network through a private APN. This dedicated mobile network is typically set up by a Distribution System Operator (DSO) with a mobile carrier.
Research from Dragos indicates that ransomware groups can disrupt industrial production by targeting IT systems that support industrial environments, even without direct access to industrial control systems (ICS). In the second quarter of 2026, Dragos identified 1,140 ransomware incidents affecting industrial organizations, a 12% increase from 1,020 in the first quarter.
Finally, GitHub's Dependabot malware alerts have expanded their coverage from solely npm data to include eight ecosystems: PyPI, Maven, RubyGems, NuGet, Go, crates.io, and PHP Composer. Dependabot operates across more than 30 million repositories and over 34 package ecosystems.

JetBrains is urging Cadence users to revoke and rotate all credentials following a security incident last month in which unidentified threat actors exploited a recently disclosed critical vulnerability in TeamCity to breach its own environment. "Cadence users should immediately revoke or rotate all credentials and secrets that may have been used to run their Cadence executions," JetBrains said.
A weakness has been identified in Tenda CP3 27.5.57.101. This issue affects some unknown processing of the file Net/NetCheckPing.cpp. This manipulation of the argument interface_name/host causes os command injection. The attack can be initiated remotely.
A security flaw has been discovered in Tenda CP3 27.5.57.101. This vulnerability affects the function SystemAsh of the file Apis/system.c of the component Kylin. The manipulation of the argument AlarmVoiceURL results in os command injection. It is possible to launch the attack remotely.

OpenAI has announced a $1 billion commitment to provide subsidized access to its Daybreak AI cybersecurity tools for under-resourced critical infrastructure defenders. The initiative, named Daybreak for Frontline Defenders, will offer AI models, training, and technical support over the next six months, prioritizing water and wastewater utilities, electric grid operators, and local government entities. This move aims to equip organizations with limited budgets and staff against increasingly sophisticated cyber threats.

Attackers are exploiting a new unpatched vulnerability in Magento Open Source and Adobe Commerce that lets them run malicious code on an online store's server without logging in, Dutch e-commerce security company Sansec said in an advisory published on September 5. Sansec, which discovered the flaw and named it StyleSmuggler, said attacks started on September 4. "Sansec is publishing early
In BPF instructions that load/store a value from/to a scratch memory register the register index is an unsigned 32-bit integer and must not exceed 15, but libpcap BPF interpreter does not validate the value. In particular uncommon use cases a crafted filter program can cause the interpreter to try reading and writing the OS process memory in the 16GiB starting at the current stack frame on 64-bit architectures and in the entire address space on 32-bit architectures.