Unread antivirus alerts and an unpatched content management system exposed Britain's ACRO to three separate data breaches, according to a reprimand notice.

The UK's ACRO Criminal Records Office, a national policing unit responsible for sensitive data on the Police National Computer, was subjected to three separate security intrusions over a period of nearly two years, exposing the personal data of thousands of individuals. The incidents, which occurred between July 2021 and June 2023, went largely undetected due to a series of fundamental security failures, according to a reprimand issued by the Information Commissioner’s Office (ICO).
The ICO’s investigation revealed that all three attacks exploited ACRO’s public-facing customer portal, which was built on the Kentico content management system. This system had been running an outdated version since September 2019, despite containing multiple known and publicly documented vulnerabilities for which security fixes were available. ACRO failed to apply these patches, citing confusion among itself, its managed service provider, and its web development supplier regarding responsibility for monitoring and applying updates.
Further compounding the issue, ACRO’s cybersecurity solution, Trend Micro, generated numerous warnings during the attack period, including quarantining four attempts to install the Mimikatz credential-harvesting tool. However, these alerts went unheeded. ACRO informed the ICO that it could not identify any established business process for assessing or handling security alerts, nor could it determine which roles were responsible for reviewing and escalating them. The ICO concluded that timely action on these alerts could have prevented further malicious activity.
The forensic investigation commissioned by ACRO identified three distinct incidents, labeled Group A, Group B, and Group C. The most severe, Group A, involved an attacker maintaining persistent access to ACRO’s website and content management system for approximately seven months, from August 2022 to March 2023. During this time, the attacker conducted reconnaissance and, in February 2023, staged the sensitive data of just under 11,000 people for potential exfiltration. Due to insufficient log retention, ACRO could not definitively confirm whether the data was actually exfiltrated. One of the other incidents involved an SQL injection that exposed employee credentials.
ACRO initially attributed its website downtime in April 2023 to essential maintenance. Following inquiries from the Evening Standard newspaper, the office disclosed that it was responding to a cybersecurity incident. Subsequently, the Medusa ransomware group claimed responsibility for the breach, though no stolen data was ever published on their leak site, leaving open the question of whether an extortion payment was made or the claim was fabricated.
As a precautionary measure, ACRO notified over 84,000 individuals in April 2023 who had submitted applications to the database during the vulnerable period. The ICO received more than 40 formal complaints but did not investigate them as part of its reprimand. The ICO’s reprimand document attributed the failures to ACRO as an institution, without singling out specific individuals or management roles.
A mitigating factor noted by the ICO was that network segmentation ultimately prevented the attackers from moving beyond the compromised web environment into the core policing system. This contributed to the decision to issue a reprimand, which carries no financial penalty. ACRO has since decommissioned the compromised infrastructure, implemented a new security information and event management system, and stated that its new website has undergone rigorous testing.

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.