Hackers breached a heat-and-power plant facility in Poland, which supplies heat to about 50,000 residents, using a private APN (Access Point Name) to access an OT (Operational Technology) network. [...]

A previously undisclosed cyberattack against a small Polish combined heat-and-power (CHP) plant in December 2025 resulted in the shutdown of its steam turbine and water treatment system. This incident, which occurred concurrently with a broader series of attacks on Poland's energy sector, was facilitated by the exploitation of a private Access Point Name (APN) and a misconfigured network lacking client isolation.
The Polish Computer Emergency Response Team (CERT) confirmed the details of this second attack in a recent follow-up report. While the initial wave of attacks, attributed to the Russian Electrum threat group, targeted 30 wind and solar power installations and a large CHP plant, destroying equipment and wiping Windows systems, the grid's overall energy generation and distribution remained undisrupted. In the newly revealed incident, plant staff were able to quickly restore systems, leading to a short-lived outage with no impact on the local population of approximately 50,000 residents.
Investigators determined the attack path began with the compromise of a FortiGate VPN/firewall at a wind farm. From there, the attackers utilized a Teltonika cellular router to tunnel into a private APN managed by the distribution system operator. The critical vulnerability was the APN's lack of client isolation, which allowed the attackers to scan and communicate with devices across different facilities connected to the same APN.
Starting on December 18, the attackers identified a WAGO PFC200 programmable logic controller (PLC) at the CHP plant with its web interface exposed on the APN and protected only by default administrator credentials. After compromising this controller, they enabled SSH access, using it as a bridge into the plant's operational technology (OT) network.
Over the subsequent week, the threat actors scanned the OT network for SCADA systems and industrial devices. By December 25, they had connected to three Siemens PLCs, likely in preparation for the final assault. At approximately 5:30 a.m. on December 29, the attackers accessed the SCADA interface and the Siemens PLCs, switching them into STOP mode, activating password protection, and consequently shutting down the steam turbine and the process-water treatment system, interrupting cogeneration operations.
In an effort to impede recovery and forensic analysis, the attackers also reset and reconfigured several Moxa devices, destroyed logs, and corrupted or reset the WAGO controller, Teltonika router, and FortiGate firewall used during the intrusion.
CERT Polska believes this incident represents the first documented real-world cyberattack where an attacker gained access to an OT network by moving laterally through a private APN. Subsequent surveys revealed that this type of network configuration was common in Poland at the time, and CERT Polska estimates similar arrangements are likely widespread internationally.
Recommendations from CERT Polska include treating private APNs as untrusted external networks, implementing isolation between connected clients, using allowlists for essential traffic between APN gateways and OT systems, and disabling exposed SSH and Telnet administration services.

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.