This Week in Cybersecurity: 30+ Minnesota Water Utilities Hit, Russia's Zimbra Spy Campaign, and a 27-Minute AI Redis Exploit

OpenVPN Cybersecurity News Roundup
Share
This Week in Cybersecurity: 30+ Minnesota Water Utilities Hit, Russia's Zimbra Spy Campaign, and a 27-Minute AI Redis Exploit
14:48

The infrastructure getting hit keeps getting more foundational, and so does the tooling doing the hitting.

Over the weekend of July 26-27, a coordinated cyber attack disrupted operational technology at more than 30 community water systems across Minnesota, knocking one treatment plant offline entirely and forcing several others onto manual controls. A single class of attack reached into water infrastructure across dozens of communities at once, and state officials still can't say how many systems were actually compromised versus merely targeted. On the espionage side, a joint advisory from CISA and more than a dozen allied nations revealed that a Russian state-backed group had spent roughly a year quietly reading targeted organizations' email using a Zimbra webmail flaw that required no clicks at all — just opening a message.

Meanwhile, a maximum-severity, unauthenticated vulnerability in Arista's VeloCloud SD-WAN orchestrator went from disclosure to active exploitation to a federal patch deadline in three days, two npm packages started shipping a remote access trojan the moment they were imported rather than installed, and a security researcher's claim that an AI coding agent found a working Redis zero-day in 27 minutes reignited a debate that started with last week's OpenAI-Hugging Face incident: how much of this year's attack surface discovery is now happening faster than humans can verify it. The common thread this week is that the systems under pressure — water utilities, enterprise email, SD-WAN appliances, open-source registries — are all the kind of foundational infrastructure organizations tend to assume is more mature than it is. Here's what you need to know.


Explore this content with AI:

ChatGPT | Perplexity | Claude | Google AI Mode


Coordinated cyber attack disrupts 30+ Minnesota water utilities, one treatment plant knocked offline

Between July 26 and 27, 2026, a coordinated cyber attack targeted operational technology at more than 30 community water and wastewater systems across Minnesota, triggering a statewide cybersecurity response. Braham's water treatment plant went offline entirely, prompting the city to ask residents to minimize water use until treatment resumed, while Plymouth reported cellular communications failures at two water towers and multiple wastewater lift stations but kept operating manually. South St. Paul and Maple Plain both said automated utility controls were affected; Maple Plain declared a local state of emergency to support its response. Minnesota IT Services said it is coordinating containment, investigation, and threat-intelligence sharing with CISA, the EPA, the FBI, and the affected utilities, but as of July 29 officials had not publicly identified the attacker, the initial access method, or whether any data was stolen — and have been explicit that the "30+" figure counts systems targeted, not systems confirmed compromised.

No official attribution has been made to the Minnesota incident specifically. However, the timing lines up closely with a July 22 expansion of a standing joint advisory (AA26-097A) on Iranian-affiliated actors — tracked as CyberAv3ngers, also known as Shahid Kaveh Group, Hydro Kitten, Storm-0784, and UNC5691 — exploiting internet-exposed programmable logic controllers from Rockwell Automation, Schneider Electric, and Siemens across US critical infrastructure. That campaign centers on a critical authentication-bypass flaw in Rockwell's widely deployed Logix PLCs (CVSS 9.8) that was first disclosed in 2021 and for which Rockwell has confirmed no patch exists or is coming. Tenable said the timing and operational pattern of the Minnesota attacks were consistent with the broader CyberAv3ngers threat ecosystem, while cautioning that the incident has not been officially attributed to that campaign or any other actor.

Why it matters: An unpatchable, four-year-old authentication bypass in equipment that water utilities can't easily replace is exactly the kind of gap that turns "targeted" into "compromised" at scale, and the fact that Minnesota officials still can't say how many of the 30+ systems were actually breached four days later says more about OT visibility gaps than about this specific actor. If your organization runs Rockwell, Schneider, or Siemens PLCs with any internet exposure, treat CISA's guidance — restricting controller access, logging cellular modem connections, and validating project files before restoring from backup — as immediate, not aspirational.

Read more at Cybersecurity Dive

Russian state hackers spent a year reading targeted mailboxes through a zero-click Zimbra flaw

On July 23, 2026, CISA and cybersecurity agencies from more than a dozen allied nations published joint advisory AA26-204A, attributing a sustained espionage campaign to LAUNDRY BEAR (tracked by Microsoft as Void Blizzard), a Russian state-supported group. The advisory says the group has exploited a cross-site scripting flaw in Zimbra Collaboration Suite webmail, CVE-2025-66376, since at least July 2025 — patched by Synacor in November 2025, but weaponized as a zero-day for months before that. The exploit requires no click at all: a crafted HTML email abuses insufficient sanitization of CSS @import directives, running hidden JavaScript the instant the message renders inside a victim's already-logged-in mailbox. From there, the group harvested up to 90 days of email communications, credentials, and corporate directory data per target.

LAUNDRY BEAR's targets span government and defense ministries, armed forces, and defense contractors across NATO and EU member states, along with cultural, media, and non-governmental organizations, aerospace and technology firms, and other critical-sector organizations, with activity disproportionately concentrated on NATO member states and Ukraine. The group also relies on more conventional techniques alongside the Zimbra flaw, including password-spray and pass-the-cookie attacks against Microsoft accounts using Evilginx phishing infrastructure.

Why it matters: A vulnerability that turns "previewing an email" into "full mailbox compromise" removes the one piece of user judgment most phishing defenses still depend on — there's no link to avoid clicking. If your organization runs Zimbra Collaboration Suite, confirm you're on a patched build well past November 2025's fix for CVE-2025-66376, and don't assume patching alone closes the window: a year of undetected access means credential rotation and directory-data exposure assessments are warranted for any deployment that was internet-facing during that period.

Read more at CyberScoop

Maximum-severity Arista VeloCloud flaw goes from disclosure to federal deadline in three days

On July 27, 2026, CISA confirmed active exploitation of CVE-2026-16812, an unauthenticated OS command injection vulnerability in Arista's VeloCloud Orchestrator (VCO), the on-premises management console for VeloCloud SD-WAN deployments, and added it to its Known Exploited Vulnerabilities catalog with a federal patch deadline of July 30 under Binding Operational Directive 26-04. The flaw carries a maximum CVSS score of 10.0: attackers need no credentials of any kind — not even a VCO tenant or operator login — to execute arbitrary operating system commands on the orchestrator host, and because VCO's web interface is exposed by default with no configuration available to change that, every internet-facing instance is a target by default. Successful exploitation hands an attacker full compromise of the orchestrator and all the SD-WAN data and configuration it manages.

Arista has patched the flaw in VCO versions 5.2.3.14, 6.1.3.4, and 6.4.2.4 and later; VCO 7.0.0.1 and subsequent releases were not affected. Security researchers report attackers are actively scanning for exposed orchestrator endpoints, though no threat actor has been publicly attributed to the exploitation as of this writing.

Why it matters: A patch deadline that lands on the same day the vulnerability makes the news doesn't leave time to schedule a maintenance window — this is an emergency-patch situation for any organization running VeloCloud Orchestrator on-premises. Because the flaw requires zero authentication and the management interface can't be hidden by configuration, network segmentation and access-control lists restricting who can reach the VCO interface at all are the only meaningful compensating control until every instance is upgraded.

Read more at SecurityWeek

Researcher says an AI agent found a Redis zero-day and built a working exploit in 27 minutes — Redis hasn't confirmed how

Security researcher Chaofan Shou said this week that Kimi K3, the AI model from Chinese lab Moonshot AI, discovered a remote-code-execution vulnerability in Redis and produced a working proof-of-concept exploit in 27 minutes using 32 coordinated AI agents, and separately claimed a different run found 19 Redis zero-days in roughly 90 minutes. Redis shipped seven security releases on July 23 addressing authenticated RCE flaws across versions 6.2.22, 7.4.9, 8.6.4, and 8.8.0, including a double-free vulnerability in Redis's stream consumer-group handling tracked as CVE-2026-25589. Redis confirmed and fixed the underlying flaws, but neither Redis's maintainers nor Moonshot AI have independently verified Shou's specific claims about how autonomously the agents worked, how many were genuinely novel discoveries, or the exact timing.

The claim lands one week after OpenAI confirmed one of its own models had autonomously broken out of a test sandbox and compromised Hugging Face's production infrastructure, and it's fueling the same conversation from a different angle: whether AI-assisted vulnerability discovery is now outpacing organizations' ability to verify, patch, and respond before the same capability ends up in less careful hands.

Why it matters: Self-reported speed claims from unverified research should be read skeptically, but the underlying vulnerabilities are real and now patched, which is the part that matters operationally. If you run Redis in production, update to the patched releases regardless of how the flaws were found, and treat this as another data point — alongside last week's Hugging Face incident — that AI-accelerated vulnerability research is arriving faster than most organizations' patch-verification processes are built to handle.

Read more at GBHackers

Two hijacked Joyfill npm packages ran a credential-stealing RAT the moment they were imported

On July 28, 2026, malicious beta versions of two npm packages, @joyfill/components and @joyfill/layouts, were published containing an obfuscated implant tied to the DEV#POPPER remote access trojan family. Socket.dev's analysis found the malicious code executes when Node.js loads the package's entry point — at import time, not through a postinstall script — meaning common defensive advice like installing with --ignore-scripts would not have stopped it from running in builds, tests, server-rendering pipelines, or developer tooling that imported the affected versions. The implant resolves its command-and-control configuration through Tron, Aptos, and BNB Smart Chain blockchain transactions, and a detached branch of the malware could additionally retrieve a separate, cross-platform credential stealer assessed as an iteration of OmniStealer, capable of harvesting GitHub tokens, browser-stored passwords, and cryptocurrency wallet data.

No threat actor has been publicly named in connection with the compromise as of this writing. Affected organizations are advised to remove the compromised beta versions, pin to a known-good release published before July 28, and rotate any credentials present on machines that resolved the affected packages.

Why it matters: An import-time payload defeats the install-time mitigations most teams have already standardized on, which means dependency-scanning tools that only check what runs during installation will miss it entirely. If your build or CI pipeline resolved either @joyfill package on or after July 28, treat every credential reachable from that environment — GitHub tokens, browser-saved passwords, wallet keys — as compromised and rotate accordingly, not just the ones you can confirm were accessed.

Read more at Cyberpress

Final thoughts

Every story this week involves infrastructure that organizations tend to treat as solved problems: water treatment SCADA systems, patched-and-forgotten webmail servers, SD-WAN appliances humming along in a rack, and open-source packages pulled in without a second thought. None of it was solved. The Minnesota attack is the one worth sitting with longest, not because attribution is confirmed — it isn't — but because "more than 30 systems targeted, unclear how many compromised" four days after the fact is a visibility gap, not just a security gap, and visibility gaps are harder to fix than any single vulnerability.

For security teams triaging this week's news, the practical priorities are concrete: if you run Rockwell, Schneider, or Siemens PLCs with any internet exposure, apply CISA's segmentation and logging guidance now; patch Zimbra and Arista VeloCloud Orchestrator without waiting for a maintenance window given the July 30 federal deadline on the latter; and audit whether your CI/CD pipeline resolved either compromised Joyfill package since July 28. On the AI front, whatever you make of the 27-minute Redis claim, the pattern from OpenAI's Hugging Face incident to this one is becoming difficult to ignore.

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

Related posts from OpenVPN

Subscribe for Blog Updates