Attackers breached a Polish CHP plant through a Fortinet device and private APN, reaching PLCs and disrupting turbine and water treatment systems. Poland’s CERT has described a second attack on the country’s energy sector, and this one matters for a simple reason: it shows how an ordinary-looking network design can turn into a route into […]

Attackers successfully breached a Polish combined heat and power (CHP) plant, disrupting its operational technology (OT) systems by leveraging a private Access Point Name (APN) to pivot from the IT network. The incident, which occurred on December 29, 2025, targeted a smaller CHP plant supplying heat to approximately 50,000 residents and was detailed in a follow-up report by Poland’s CERT. This attack vector, utilizing a private APN, is described by CERT as a novel observation in known incidents.
The intrusion began at a wind farm, where attackers exploited a Fortinet VPN and firewall device exposed to the internet. From this initial foothold, they gained access to a Teltonika cellular router, establishing an SSH tunnel to reach the private APN. This APN, managed by the distribution system operator (DSO), served as the conduit to the CHP plant’s OT network.
Once inside the CHP plant’s network, the attackers identified a Wago PLC and used its SSH access to further penetrate the operational environment. Following approximately a week of reconnaissance, they connected to Siemens PLCs, switching them to a stop mode and setting a password that locked out operators. This action prevented legitimate personnel from altering the controllers' state or control logic.
The physical impact of the attack manifested in the shutdown of the steam turbine and water treatment system, disrupting the cogeneration process and causing a temporary loss of service continuity. Although plant staff quickly restored the affected systems, preventing a heat or electricity outage, the incident highlighted the critical vulnerability.
In an attempt to conceal their tracks, the attackers damaged the Wago controller that had served as a gateway, corrupting its partition table. A subsequent factory reset by the affected entity failed to repair the partition table, rendering the device inoperable and preventing the recovery of valuable logs during the investigation.
The incident also revealed the complexity of real-world intrusions into control environments. Attackers reconfigured Moxa serial device servers and network switches to block legitimate access and made attempts to interact with ABB and Schneider Electric variable frequency drives, though some of these efforts were only partially successful or failed.
A key architectural detail was that the DSO required all communication between its ICT network and the remote terminal unit (RTU) to occur over a serial protocol, specifically DNP3.0. While the compromised facility used a Teltonika RUTX50 router to meet this requirement, no protocols were in place for managing the cellular router’s administrative interface. This oversight allowed the router, configured with both a serial link to the RTU and an Ethernet interface connected to a VLAN managed by the compromised central firewall, to become a critical pivot point.
The attackers did not rely on sophisticated zero-day exploits. Instead, they leveraged an accessible edge device, an existing private APN in the communication path, and weak or exposed access points, demonstrating patience in their progression from reconnaissance to disruption. CERT noted that this type of private APN setup is not uncommon, underscoring the broader relevance of the findings beyond Poland.
Initially, the facility attributed the process interruption to an error by contractor engineers during maintenance work. However, CERT Polska, aware of similar events, initiated an incident handling process, which confirmed the cyberattack hypothesis.
In early 2026, cybersecurity researchers linked a late-2025 cyberattack on Poland’s energy system to the Russia-linked Sandworm APT group. While this attribution was made with medium confidence based on malware analysis and observed tactics, techniques, and procedures, no successful disruption was confirmed in the broader energy sector attacks. The DynoWiper, a destructive wiper malware, was identified in an attempted cyberattack against Poland’s energy sector on December 29, 2025, though its architecture was noted to be clearly destructive.

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.