Can A Hidden ChatGPT Prompt Send Your Gmail To Another Account?

September 8, 2026

Check Point showed a planted ChatGPT prompt reading connected Gmail and relaying data across accounts. Here is what is confirmed, unclear, and fixed.

Yes—Check Point Research demonstrated a ChatGPT flaw in which a planted instruction could read data from a victim's connected Gmail account and relay it to another ChatGPT account. The visible answer could look normal while a second, hidden task ran in the same turn. OpenAI confirmed that the internal service used as the cross-account channel was decommissioned.

Watch The 30-Second Summary

Watch this video on YouTube

That does not mean every ChatGPT user had Gmail stolen. The public evidence describes a controlled proof of concept found in June 2026, not exploitation in the wild. The disclosure does not identify how many accounts, plans, models, or dates were affected. It also does not prove that decommissioning one internal service eliminates every possible prompt-injection or connected-app risk.

The practical lesson is bigger than one retired server: when an AI assistant can read email, execute code, and reach shared infrastructure, a permission that looks harmless in isolation can become one link in a data-exfiltration chain.

Research cutoff: September 8, 2026. This article separates the researchers' demonstrated result, OpenAI's documented app controls, and the questions that remain unanswered.

What Is Confirmed

Check Point's September 8 primary disclosure documents a covert channel between code-execution containers belonging to different ChatGPT accounts. According to the researchers:

Check Point says the channel was no longer available by the time its report was complete. The researchers disclosed the finding to OpenAI, and OpenAI confirmed that the identified internal Artifactory instance had been decommissioned.

The Hacker News independently covered the disclosure on September 8. Neither source reports that the technique was exploited against users outside the researchers' proof of concept.

OpenAI's current Apps in ChatGPT documentation confirms the permission behavior that made the Gmail read consequential. Under the default Important actions setting, ChatGPT may read from apps automatically while asking before actions judged to have a meaningful external effect, expose sensitive information, or be difficult to undo. OpenAI also offers stricter approval options, including Always ask where available.

What Is Still Unclear

The disclosure leaves important questions unanswered:

Decommissioning the specific shared service closes the channel described in the report. It is not evidence that prompt injection has been solved across ChatGPT, that every connected-app action now requires approval, or that no other shared internal resource could create a similar path.

OpenAI has not published a dedicated incident report or security bulletin for this finding in the sources reviewed for this article. The company confirmation reported by Check Point is narrower: the identified Artifactory instance was decommissioned.

How Could One Prompt Move Gmail Data Between Accounts?

The attack required four boundaries to fail as a chain. Looking at only one boundary misses why the result was possible.

1. An Attacker's Instruction Entered The Conversation Context

Check Point describes three delivery methods. A victim could paste a malicious prompt, continue a shared conversation that already contained the instruction, or use a custom GPT whose builder instructions were not visible to the user.

This is not the classic version of indirect prompt injection in which a hostile instruction hides inside an email or web page that an agent later reads. Here, the instruction was planted directly in the conversation context or a custom GPT configuration. It allegedly told ChatGPT to keep the attacker's work separate from the ordinary user-facing answer.

The visible task could still succeed. That matters because obvious breakage often alerts a user. A normal answer gives the hidden work more room to go unnoticed.

OpenAI's own prompt-injection explainer describes prompt injection as an evolving industry-wide security problem and recommends reducing unnecessary access when agents interact with untrusted content. The Check Point result adds a concrete reason: model behavior is only one layer when the model also has tools and credentials.

2. The Session Already Had Authorized Gmail Access

The malicious instruction did not magically obtain a Gmail password. It used access the victim had already connected to ChatGPT.

That distinction is crucial. OAuth permission, workspace policy, and ChatGPT's app approval rules determine what the session can reach. OpenAI says app permissions change when ChatGPT asks, while the app's scope and the authorization granted at connection time determine what the app can access.

Under Important actions, reading may proceed automatically. Check Point's proof of concept treated that read as the valuable action. An attacker did not need ChatGPT to send an email or delete a file if reading the inbox already produced sensitive material.

“Read-only” therefore does not mean “privacy-safe.” It means the tool should not modify the source. A read can still expose correspondence, account-reset links, customer records, contracts, health details, or other confidential information if the output reaches an unauthorized party.

3. ChatGPT Could Run Code In An Isolated Container

For data-analysis work, ChatGPT can run code in a container. Check Point says the containers it examined could not reach the public internet and could not communicate directly with containers belonging to other conversations.

Those controls worked as designed, according to the researchers. The data did not leave through a normal public-web request.

But the containers could reach an internal Artifactory service used to supply software packages. That exception was operationally useful—and it became the bridge.

4. A Shared Internal Service Exposed Mutable Cross-Account State

The researchers found that the credentials available inside a container could both read and write metadata properties on cached Artifactory items. Those properties were not isolated by ChatGPT account.

One account could attach a test property to an item. A container under another account could read the exact property and value. Larger payloads could be encoded and divided across multiple properties.

That turned package metadata into what Check Point calls a shared clipboard. The victim-side session could place Gmail results in that shared state, and the attacker-side account could retrieve them. No direct container-to-container connection or public internet access was required.

Why The “Talked To Gmail” Label Was Not Consent

A status label can improve transparency without providing meaningful control.

In Check Point's demonstration, the label appeared after ChatGPT had already read Gmail. It told the user that an app had been used, but it did not create a chance to reject that specific read. The user would have to notice the small label, understand that it was unrelated to the visible request, and investigate after the fact.

Approval has to occur before access if it is meant to prevent access. A receipt is not a permission prompt.

OpenAI's current documentation says users can change app permissions in Settings → Apps and can override the default for an individual app. Where Always ask is available, it reduces the chance of a silent read because the user must approve app use. It does not remove the app's underlying authorization, erase data already accessed, or prove that every non-app tool path is safe.

To revoke access, OpenAI says users should disconnect the app or ask a workspace administrator to disable it. That is different from merely changing when approval is requested.

What ChatGPT Users Should Do Now

There is no evidence in the reviewed sources that every user must assume compromise. There is enough evidence to justify a focused access review.

1. Review Connected Apps

Open ChatGPT's app settings and list every connected service. Disconnect Gmail, Drive, Teams, GitHub, or any other app that you no longer need. Fewer standing connections mean fewer authorized data sources a compromised instruction could invoke.

For managed workspaces, administrators should review which apps are enabled, which roles can use them, and which read or write actions are allowed. OpenAI documents separate controls for app availability, role-based access, action controls, and parameter constraints.

2. Prefer Explicit Approval For Sensitive Sources

Use the strictest practical app permission. If Always ask is available, use it for mailboxes, cloud drives, source-code systems, and other stores where reading is itself sensitive.

Approval prompts are not perfect prompt-injection protection. They do create a human checkpoint before a surprising tool call. Treat any request to read Gmail during an unrelated cooking, writing, or research question as suspicious.

3. Treat Shared Conversations And Custom GPTs As Code-Like Inputs

A shared chat is not just a transcript. Continuing it can place previous instructions into the live context. A custom GPT can also contain builder instructions the user cannot inspect.

Do not connect sensitive apps merely to test an unfamiliar shared conversation or custom GPT. Start in a separate, low-privilege environment when the source is untrusted. Avoid pasting opaque prompts that promise shortcuts but ask the model to preserve, conceal, repeat, or silently execute instructions.

This is the same general trust lesson covered in our guide to ChatGPT Lockdown Mode and prompt-injection data theft: tool restrictions can reduce an attack's reach, but they do not make hostile instructions disappear.

4. Investigate Unexpected App Activity

Look for app-use labels that do not match your visible request. Enterprise customers can use available compliance logs and conversation records; OpenAI says app calls are logged in its Compliance Logs platform. Preserve relevant timestamps, conversation links, screenshots, and administrative records before changing settings if you suspect misuse.

Review the connected provider as well. Gmail account activity, OAuth grants, workspace audit logs, and mail-access records may provide evidence that the ChatGPT interface alone does not show.

If sensitive material may have been exposed, involve the relevant security or privacy team. Consider whether secrets in the affected mailbox—password-reset links, API keys, access tokens, financial documents, or regulated records—need separate containment.

5. Separate Deletion, Disconnection, And Approval

These controls do different jobs:

Our guide to deleting ChatGPT chats, connector data, and saved memory maps those separate stores. One cleanup action should not be assumed to cover all of them.

What This Incident Says About AI Agent Security

This was not just a model-followed-a-bad-prompt story. It was a composed-systems failure.

The model interpreted instructions. The app layer supplied Gmail data. The code runtime held credentials. The network policy allowed a shared internal dependency service. The service exposed writable state without account isolation. The interface provided notice only after the read.

Any one safeguard could have limited the outcome:

The strongest design does not bet everything on the model recognizing a malicious sentence. It limits what an influenced model can read, where it can write, and whether one tenant can observe another tenant's state.

The finding also explains why “the sandbox has no internet” is not a complete security statement. Internal services, package mirrors, caches, queues, object metadata, logs, and control-plane APIs are still network paths. Each reachable resource needs its own authorization, mutability, monitoring, and tenant-isolation review.

Does OpenAI's Fix Make Connected Gmail Safe?

It removes the exact cross-account channel Check Point documented, based on OpenAI's confirmation that the Artifactory instance was decommissioned. That is meaningful remediation.

It does not support an absolute safety claim. Connected Gmail still expands what ChatGPT can read, prompt injection remains an acknowledged risk, and the public disclosure does not describe every compensating control or independent verification step. A user should still apply least privilege and require approval where practical.

The right question is not “Is Gmail safe forever?” It is “Do I need this connection for this task, and what is the smallest permission and shortest duration that will work?”

Where OpenVeil Fits—And Where It Does Not

If your task is ordinary AI conversation and you do not need an assistant to read Gmail or act through connected workplace apps, a narrower workspace reduces the number of powerful integrations involved.

OpenVeil is an 18+ privacy-focused hosted AI workspace with browser-local history for normal chat sessions and no normal server-side chat-history record. OpenVeil does not use prompts, uploaded files, images, audio, selected local-history context, or outputs to train foundation models. Active requests still require processing by OpenVeil and necessary AI, search, upload-processing, hosting, routing, security, billing, and infrastructure providers.

OpenVeil is not a patch for ChatGPT, a Gmail security product, a prompt-injection shield, an incident-response service, or a guarantee that every possible data path is eliminated. It does not protect another product's connected apps, repair a compromised browser or device, or retroactively remove data that a different service already accessed. It is not fully offline, anonymous, zero-log, HIPAA compliant, or free of provider processing.

The genuine fit is narrower: use a privacy-focused conversational workspace when you want chat, files, search, voice, images, or video without giving a general-purpose assistant standing access to your email. If Gmail access is essential, use the provider's app controls and keep that permission tightly scoped.

Frequently Asked Questions

Did ChatGPT send Gmail data to an attacker?

Check Point demonstrated that outcome in a controlled proof of concept. Its victim-side ChatGPT session retrieved connected Gmail data and relayed it to a second account through a covert cross-account channel. The reviewed sources do not report exploitation in the wild.

Was the victim required to connect Gmail first?

Yes. The demonstrated session used Gmail access already authorized by the victim. The planted prompt did not independently obtain Gmail credentials.

Could opening a shared ChatGPT link trigger the attack?

Check Point says a shared conversation could contain the malicious instruction. The victim had to open the shared conversation and send an ordinary message, which activated the hidden task stream in the proof of concept.

Could a custom GPT hide the instruction?

Yes, according to the researchers. A custom GPT's builder instructions are not shown to ordinary users, so the covert-channel instruction could remain outside the visible conversation while the GPT performed its advertised function.

Does “Always ask” completely stop prompt injection?

No. It can add a pre-action approval step for connected-app use, which may block an unexpected Gmail read if the user rejects it. It does not remove hostile instructions, revoke existing app authorization, protect every tool, or prove the platform has no other data path.

Did OpenAI patch the flaw?

Check Point says OpenAI confirmed that the internal Artifactory instance used by the channel was decommissioned. The report does not provide an independent end-to-end patch validation or a full list of related platform changes.

Should I disconnect Gmail from ChatGPT?

Disconnect it if you do not need it. If you do need it, choose the strictest workable approval setting, review the granted scope, and watch for app calls that do not match your request. Managed-workspace administrators should also review role and action controls.

The Bottom Line

Check Point demonstrated a now-disabled ChatGPT path that could turn one planted instruction, authorized Gmail access, and shared internal package metadata into cross-account data leakage. The research is specific and serious. It is not evidence that every Gmail-connected user was breached.

The durable lesson is that AI privacy depends on the entire capability chain. A sandbox can block the public internet and still leak through shared internal state. A connector can be read-only and still expose secrets. A normal-looking answer can arrive while an unrelated tool action happens in the background.

Review the apps your assistant can reach, require approval before sensitive reads, disconnect permissions you do not need, and treat shared chats and hidden agent configurations as untrusted inputs. When a task does not require email or workplace-app access, choosing a narrower conversational tool removes an unnecessary link from that chain.

Sources

When privacy, account control, uploads, and search matter, OpenVeil gives you a private AI workspace designed for that job.