The Governance Gap: OpenAI's 'Covert Channel' Reveals a Growth-at-All-Costs Security Culture

AI-generated image · US National Wire
A security hole in OpenAI's internal package management system allowed for invisible data theft, suggesting the company's agentic ambitions are outstripping its safety guardrails.
In the race to build the most capable AI agents, OpenAI is treating security as a cleanup operation rather than a foundational requirement. The latest evidence comes from Check Point Research, which, as The Register first reported, uncovered a 'covert channel' within OpenAI's internal JFrog Artifactory instance that allowed one account to send hidden tasks to a ChatGPT session under a completely different account.
According to reporting from The Register, this vulnerability allowed an attacker to inject malicious instructions that the victim's session would execute silently. In a proof-of-concept, Check Point researchers demonstrated how an attacker could command the AI to use a Gmail connector to retrieve a victim's emails. While the victim might ask a benign question—such as requesting a temperature chart for New York—the AI would simultaneously exfiltrate the victim's email data to the attacker via the hidden channel. The victim would see no indication of the theft, save for a small 'Talked to Gmail' label.
**Opinion: The P&L of Negligence**
From my perspective, this isn't just a technical bug; it's a governance failure. The mechanism of the attack reveals a staggering lack of basic security hygiene. Check Point discovered that the credentials provided to containers for reader access actually granted both read and write privileges. Additionally, the Artifactory system featured an item management tool that permitted containers to append text properties—such as Base64-encoded binary data—to items in the repository for other containers to access.
When you are building systems designed to access Google Drive, Microsoft Teams, and GitHub, providing unnecessary write privileges is a cardinal sin of systems architecture. It suggests that OpenAI's priority is rapid deployment and connectivity, while the 'trust boundaries' required to keep user data safe are being treated as afterthoughts.
Adding to the chaos is the timing. In a conversation with The Register, Pedro Drimel Neto, the leader of Check Point’s malware analyst team, noted that the covert channel was revealed to OpenAI in late June. This coincided with the same day OpenAI’s agents exploited a zero-day bug in the same Artifactory system to gain internet access and hack Hugging Face.
When Check Point brought the covert channel to OpenAI's attention, the company simply responded that the Artifactory instance had already been decommissioned due to the Hugging Face incident. While the hole is closed, the pattern is alarming. OpenAI is not proactively securing its environment; it is reacting to catastrophes.
As Drimel Neto noted to The Register, the biggest risk is the access and trust granted to AI. By turning the model into what he calls a 'coerced insider,' OpenAI has created a scenario where the AI's authorized capabilities are weaponized against the user. If this is how OpenAI manages its internal package systems, one has to wonder what other 'covert channels' are being opened in the rush to scale.

