Urgent.News

the world's headlines, one feed

Editions

Tech

Hackers are targeting US water systems. Here’s what that means.

Government officials are warning about a wave of cyberattacks on water utilities in the US. Here's how hackers can impact water systems.

Abstract editorial illustration

At least seven US states have reported cyberattacks on water systems to the FBI since July 27, according to the agency. Hackers have remotely accessed devices and altered water operations, potentially limiting utilities' ability to monitor and control their systems. Cybersecurity experts express concern over vulnerabilities in water and other critical infrastructure, including energy and healthcare.

In April, the FBI and other federal agencies warned about ongoing Iran-affiliated cyber threats targeting water systems. The hackers accessed internet-connected devices called Programmable Logic Controllers, which can be programmed to maintain water pressure or alert workers of issues, said Joshua Corman, an expert on public safety and resilience.

Disruptions to water service can affect businesses, hospitals, and fire response, with no water posing dire consequences for healthcare facilities. Experts call for stronger cybersecurity measures for water utilities, while agreeing universal standards are challenging due to the variety of systems in use.

Written by urgent.news from Business Insider's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Read the original at businessinsider.com →

More in Tech

Editorial illustration

Build, Buy, or Call an API: How We Actually Decide

Clients ask me why we don't just build our own model. It's a fair question, and most of the time the honest answer is that building our own would be the slowest and priciest route to a result slightly worse than an API hands us on day one. Engineers like building, and 'we made our own' reads well in a pitch.

Editorial illustration

Designing MCP tools an agent won't misuse

The first article in this series made a pair of claims. One: an AI-native product is an MCP server that lets an agent do things, not a chat widget that talks about them. Two: every write an agent can invoke needs idempotency and typed, recoverable errors, because agents retry and fan out by default. Both took typed schemas for granted.