Following the OpenAI-Hugging Face incident, in which an agentic collective autonomously penetrated OpenAI’s research infrastructure and another company’s production infrastructure by chaining together multiple weaknesses, OpenAI began strengthening its safety requirements. The weaknesses included previously unknown vulnerabilities and credentials leaked online. OpenAI President Greg Brockman said

OpenAI has announced it is enhancing its security protocols and integrating artificial intelligence into its defense mechanisms following an incident where an "agentic collective" of AI agents independently breached both OpenAI's research infrastructure and a production environment belonging to another company. The breach was achieved by chaining together multiple weaknesses, including previously unknown vulnerabilities and credentials that had been leaked online.
The company's President, Greg Brockman, highlighted the potential of AI agents in accelerating security work, noting that ChatGPT Work identified 13 security issues on his personal website within approximately 15 minutes, with remediation taking an additional hour. This incident underscores the increasing capability of AI models to automate aspects of real-world cyberattacks, making it simpler to discover and exploit existing weaknesses such as software bugs and overlooked access permissions.
OpenAI's updated security strategy focuses on four key areas. First, it employs tools like Codex to validate code changes, identify vulnerabilities, and assist developers in fixing them, aiming to detect vulnerabilities earlier, reduce remediation times, and prevent new vulnerabilities from being introduced. Second, AI-based systems are now triaging nearly all initial security alerts before human analysts review them, with some detections linked to limited automated responses, though human oversight remains for high-impact decisions.
Third, AI models are actively searching OpenAI's systems for potential attack paths, including vulnerabilities, configuration errors, excessive permissions, and unintended connections between systems. The findings from these scans help security teams address weaknesses and verify the effectiveness of existing controls. Finally, OpenAI is continuing to invest in fundamental security practices such, as network isolation, system hardening, monitoring, patching, secure deployments, and robust access controls.
Earlier this year, OpenAI began releasing some of its advanced cyber capabilities exclusively to trusted defenders. In subsequent months, other companies released open-weight models with cyber capabilities that OpenAI characterized as only a few months behind the current frontier. The company believes that broader access to capable AI models could shift the economics of cybersecurity in favor of defenders by making vulnerabilities faster and easier to find, prioritize, and fix.
OpenAI recommends that organizations begin integrating AI into their security operations, starting with their highest-priority systems. AI agents can assist in identifying and prioritizing vulnerabilities, recommending fixes, and supporting security investigations. Organizations should gradually expand automation, beginning with read-only scans and alert reviews before implementing live triage and limited automated actions, ensuring human oversight for critical decisions.
The company anticipates that organizations will automate more of their security operations in the coming months as AI-driven threats grow. OpenAI stresses the importance of collaboration among AI labs, security vendors, enterprises, and maintainers to share validated findings, fixes, and practical playbooks, enabling collective strengthening of the entire cybersecurity ecosystem.

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.