Noteworthy stories that might have slipped under the radar: parcel delivery company OnTrac hacked, Adobe patches, UK Department for Education loses 607,000 records. The post In Other News: OpenAI Open Source Tool, AWS Links Hacks to North Korea, Mythos Crypto Research appeared first on SecurityWeek.

A recent report highlighted several security incidents and developments that may have received less widespread attention. Among these were a reported hack impacting the parcel delivery company OnTrac, a series of patches released by Adobe, and a data loss incident at the UK Department for Education involving a significant number of records.
The incident involving OnTrac, a parcel delivery company, was presented as a hack. While specific technical details of the compromise were not provided, such incidents in the logistics sector often involve unauthorized access to systems that manage package tracking, customer data, or operational logistics. The potential impact of a hack on a delivery service can range from disruption of services to the compromise of sensitive customer information, including names, addresses, and potentially payment details if stored within affected systems.
Adobe released a set of patches, indicating the remediation of vulnerabilities within its product suite. Adobe’s software, widely used across various industries for creative design, document management, and web content, is a frequent target for attackers dueating to its pervasive deployment. These patches typically address security flaws that could lead to arbitrary code execution, information disclosure, or privilege escalation, which, if exploited, could allow attackers to gain control over affected systems or access sensitive data. Users are generally advised to apply such updates promptly to mitigate potential risks.
The UK Department for Education reported the loss of 607,000 records. While the nature of the "loss" was not detailed, such incidents in government agencies often involve data breaches, misconfigurations leading to public exposure, or accidental deletion or corruption of data. The scale of the reported record loss suggests a significant incident, potentially impacting a large number of individuals. The specific type of records lost would determine the severity of the privacy implications, but educational data can include highly sensitive personal information.
Data loss incidents in government sectors frequently stem from a variety of causes, including sophisticated cyberattacks, insider threats, or human error in data handling and system administration. The sheer volume of records involved in this particular incident underscores the critical need for robust data governance, access controls, and comprehensive data protection strategies within public sector organizations.
Mitigation strategies for the types of incidents reported typically include maintaining up-to-date software and security patches, implementing strong access controls and multi-factor authentication, regular security audits, and comprehensive employee training on data handling best practices. For organizations managing sensitive data, robust data encryption, both in transit and at rest, is also a critical component of a defense-in-depth strategy.
These incidents collectively underscore the persistent and varied threat landscape faced by both private enterprises and public sector entities. From supply chain vulnerabilities affecting logistics to widespread software flaws and significant government data losses, the reports highlight the ongoing challenges in maintaining robust cybersecurity postures against a backdrop of evolving threats and increasing data volumes.

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

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.
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.