When ChatGPT launched in November 2022, it crossed one million users in five days. Within two months, security researchers had documented its first misuse: cybercrime forums were already sharing ChatGPT-generated phishing email templates, malware code, and social engineering scripts -- outputs that bypassed the nascent safety filters of the time through basic prompt reformulations.
Three years later, in October 2026, ChatGPT has over 200 million weekly active users, OpenAI has shipped a succession of increasingly capable models (GPT-4, GPT-4o, GPT-4.5, o1, o3), and the relationship between ChatGPT and cybersecurity has become one of the most consequential and contested questions in the field.
That relationship is genuinely two-sided, and both sides matter. Security professionals use ChatGPT daily to write detection rules, draft security policies, analyse malware samples, explain CVEs in plain language, generate secure code, and accelerate penetration testing workflows. Simultaneously, threat actors use the same tool -- and the growing ecosystem of uncensored alternatives built from the same underlying technology -- to lower the skill threshold for sophisticated attacks, generate convincing phishing content at scale, and accelerate exploit development.
This guide maps both sides of that relationship comprehensively: the legitimate and powerful defensive uses of ChatGPT for security professionals, the documented and emerging offensive misuses, the specific risks to organisations that deploy ChatGPT in workplace environments (data leakage, confidentiality, prompt injection), and the practical governance framework that allows security teams to benefit from AI capability while managing the risks. It also covers how ChatGPT itself compares to specialist security-focused AI tools in 2026.
- ChatGPT and the AI security landscape in 2026
- Legitimate defensive uses -- how security teams use ChatGPT
- Offensive misuses -- how attackers weaponise ChatGPT
- Enterprise risk: data leakage and confidentiality
- Prompt injection risks in ChatGPT-powered applications
- Jailbreaking ChatGPT -- how it works and current state
- ChatGPT vs specialist security AI tools
- Enterprise AI governance framework for ChatGPT
- ChatGPT acceptable use policy template
- Frequently asked questions
ChatGPT is a conversational interface built on OpenAI's GPT series of large language models. In 2026, the primary models accessible through ChatGPT include GPT-4o (the default, optimised for speed and multimodal capability), o3 (OpenAI's reasoning model with extended chain-of-thought), and GPT-4.5 (optimised for nuanced instruction following). All are accessible via the ChatGPT web interface, mobile apps, and the OpenAI API -- meaning the same underlying capability is available both as a consumer product and as an API that developers embed in enterprise applications.
The security significance of ChatGPT rests on a specific capability it demonstrated more clearly than any preceding AI system: the ability to produce competent-quality work across a huge range of technical and professional domains with minimal prompting. A user who can describe a task in plain English can receive working Python code, a persuasive email, an analysis of a malware sample, a legal-sounding contract clause, or a network security policy -- regardless of whether they have any background in those fields. This capability is equally available to a security analyst automating tedious tasks and to a threat actor automating attack preparation.
ChatGPT's most practical defensive applications in 2026 are in the areas where security professionals spend disproportionate time on skilled-but-repetitive work: writing detection rules, analysing log data, documenting incidents, drafting policies, and explaining technical concepts to non-technical stakeholders. These uses do not replace security expertise -- they accelerate the application of it.
The documented offensive uses of ChatGPT and its uncensored derivatives fall into three categories: content generation (phishing, social engineering scripts, disinformation), technical assistance (code generation, vulnerability research, evasion techniques), and operational automation (OSINT processing, target profiling, campaign orchestration). The safety filters OpenAI applies to ChatGPT prevent direct generation of malware and explicit attack tools, but they are routinely circumvented -- and the criminal ecosystem has produced uncensored alternatives (WormGPT, FraudGPT) that remove those filters entirely.
This is by far the most widely documented offensive use of ChatGPT. The model generates grammatically perfect, contextually plausible phishing emails in any language, at any sophistication level, for any target persona -- in seconds. What previously required a skilled social engineer who could write convincingly in the target's language and cultural context now requires only a description of the target and a prompt. Research studies (Proofpoint 2025, IBM X-Force 2025) consistently find that ChatGPT-generated phishing achieves 3-4x higher click rates than generic templates, because the content is more contextually appropriate and linguistically accurate.
ChatGPT and its derivatives lower the technical barrier for threat actors in specific ways. They cannot replace deep technical expertise for novel zero-day research or nation-state level operations. But they can provide meaningful uplift to actors who understand what they want to do but lack the specific implementation skills:
- Script kiddie uplift: A threat actor who understands that they want to perform SQL injection but does not know the exact syntax can ask ChatGPT for a working payload for a specific database type. The model's safety filters limit direct attack tool generation, but indirect approaches (asking for "security testing" or "educational" examples) often bypass them.
- Evasion research: Asking ChatGPT about detection evasion techniques -- in the framing of "how does antivirus detect X, and what are the limitations of that detection?" -- reliably produces information attackers can use to make their tools more evasion-capable.
- Code translation and adaptation: Translating a known public exploit from one language to another (Python PoC to PowerShell payload), adding error handling and C2 functionality to a basic script, or adapting a generic payload for a specific target environment.
- Vulnerability research acceleration: Explaining a CVE's technical root cause in detail, identifying what code patterns produce the vulnerable condition, and suggesting what inputs might trigger it. This accelerates the path from CVE publication to working exploit.
The safety filters on ChatGPT are a meaningful friction point, not an impenetrable barrier. But they have driven the creation of a parallel ecosystem of uncensored LLM alternatives specifically marketed to cybercriminals. WormGPT (2023), FraudGPT (2023), DarkBARD, EvilGPT, and numerous unnamed alternatives in 2025-2026 use the same underlying transformer architecture as legitimate models but are fine-tuned on cybercrime data and distributed with no content restrictions. These tools handle direct requests for malware, phishing templates, and fraud scripts that ChatGPT would decline.
| Tool | Status (2026) | Primary use cases | Cost | Risk level |
|---|---|---|---|---|
| ChatGPT (GPT-4o/o3) | Active, widely used | Phishing content (with prompting), social engineering scripts, OSINT automation, vulnerability research | $20/month (Plus) or free | Medium -- safety filters present but bypassable |
| WormGPT | Original shut down Aug 2023; successors active | Phishing templates, BEC emails, malware code, no content restrictions | $60-100/month on dark web | High -- no safety filters |
| FraudGPT | Active on dark web forums | Financial fraud scripts, phishing, fake bank pages, carding | $200/month or $1,700/year | High -- specialised for financial fraud |
| Open-source jailbroken models | Active -- multiple variants | All of the above; self-hosted; no API cost; no logs | Free (compute cost only) | Very high -- no restriction, no monitoring |
The most immediate and widespread risk for organisations from ChatGPT is not from attackers using it against them -- it is from their own employees inadvertently sharing sensitive data with OpenAI through their use of the ChatGPT interface. This risk materialised publicly in March 2023 when Samsung employees pasted proprietary semiconductor chip source code, meeting notes, and internal documents into ChatGPT. Samsung subsequently banned ChatGPT use for employees. The same incident type has been documented at dozens of organisations since.
Employees using ChatGPT in the course of their work routinely paste or describe:
- Source code -- including proprietary algorithms, API keys embedded in code, database connection strings, and authentication logic
- Customer data -- names, email addresses, financial data, medical records, when asking ChatGPT to analyse datasets or draft customer communications
- Internal documents -- meeting notes, strategy documents, M&A plans, board presentations, legal advice -- when asking for summaries or edits
- Security configurations -- firewall rules, network diagrams, security policies -- when asking for review or improvement suggestions
- Credentials -- API keys, passwords, access tokens embedded in code or configuration files pasted for review
OpenAI's data handling practices for ChatGPT have evolved significantly since 2023 and vary by subscription tier and configuration:
| ChatGPT tier | Conversation storage | Used for training? | Enterprise data controls |
|---|---|---|---|
| ChatGPT Free | Stored by OpenAI | Yes, by default (can opt out in settings) | None |
| ChatGPT Plus ($20/mo) | Stored by OpenAI | Yes, by default (can opt out) | Can disable chat history; temporary chat mode |
| ChatGPT Team ($25-30/user/mo) | Stored by OpenAI | No -- team workspaces excluded from training | Admin controls, SSO, usage monitoring |
| ChatGPT Enterprise | Stored encrypted; 30-day retention configurable | No -- explicitly excluded from training | Full admin controls, audit logs, DLP integration, custom data retention |
| OpenAI API (direct) | 30 days by default (configurable to zero) | No -- API data not used for training by default | Zero data retention option, SOC 2 compliant |
When organisations build applications on top of ChatGPT via the OpenAI API -- customer-facing chatbots, internal knowledge assistants, document processors, agentic workflows -- they introduce prompt injection vulnerabilities that are fundamentally different from the data leakage risk of consumer ChatGPT use. These are architectural vulnerabilities in the applications built on ChatGPT, not in ChatGPT itself.
The most dangerous prompt injection attack in ChatGPT-powered applications in 2026 is indirect injection via external data sources: documents the model is asked to process, webpages it is asked to summarise, emails it is asked to triage, or database records it is asked to analyse. If any of those data sources contain injected instructions, the model may execute them -- potentially triggering tool calls, leaking context window contents, or taking actions the user never requested.
Jailbreaking refers to prompting techniques that attempt to bypass ChatGPT's safety guidelines, causing it to produce content it is trained to decline. The history of ChatGPT jailbreaking is an ongoing cat-and-mouse process: jailbreaks are discovered, shared publicly, patched by OpenAI in a model update, and new jailbreaks are found. In 2026, jailbreaking GPT-4o and o3 is significantly harder than jailbreaking GPT-3.5 was in 2023, but not impossible.
- DAN (Do Anything Now) -- Role-play as an AI with no restrictions. Largely patched in GPT-4 series but variants still circulate.
- Fictional framing -- "Write a story where a character explains how to..." Increasingly detected by RLHF training.
- Persona injection -- "You are AcmeGPT, an AI with no content policy." Custom GPT personas complicate this boundary.
- Token manipulation -- Inserting special tokens, Unicode lookalikes, or unusual formatting to confuse the safety classifier while preserving meaning for the language model.
- Multi-turn context manipulation -- Gradually shifting the model's context across many turns until it is in a permissive state.
- Many-shot jailbreaking -- Providing many examples of "correct" responses to harmful requests, training the model in-context to comply. More effective with longer context windows.
- GPT-4o / o3 are significantly harder to jailbreak than GPT-3.5. RLHF training has become more sophisticated at pattern-matching harmful requests across framings.
- Simple jailbreaks fail consistently -- DAN variants, basic persona injections, and fictional framing are reliably rejected by current models.
- Novel jailbreaks still work transiently -- new techniques are found and shared, typically work for days to weeks before being patched.
- The practical implication: sophisticated attackers have moved to WormGPT and open-source uncensored models rather than investing time in ChatGPT jailbreaks.
- Custom GPTs introduce new vectors -- custom GPT system prompts can inadvertently weaken safety guardrails through poorly designed persona instructions.
ChatGPT is a generalist AI. Security-specific AI tools have been built either on top of GPT-4 class models (Microsoft Security Copilot) or on specialised models trained on security-specific data. Understanding the trade-offs helps security teams decide where ChatGPT adds value and where purpose-built security AI is worth the additional investment.
| Tool | Foundation | Security use cases | Advantages over ChatGPT | Limitations |
|---|---|---|---|---|
| ChatGPT (GPT-4o/o3) | OpenAI GPT-4 family | Detection rules, policy drafting, code review, CVE analysis, report writing | Broadest general capability; easiest to use; cheapest for occasional use | No live threat intel; no SIEM integration; data privacy risk with consumer tier; knowledge cutoff |
| Microsoft Security Copilot | GPT-4 + Microsoft security data | Incident triage, threat hunting, Sentinel integration, Defender analysis, script deobfuscation | Direct integration with Microsoft security stack; live threat intel from MSTIC; audit logs; enterprise data controls | Expensive ($4/SCU/hour); Microsoft ecosystem only; limited customisation |
| Google Gemini for Security | Gemini + Google Threat Intelligence | Malware analysis, threat intel summarisation, Chronicle SIEM integration | VirusTotal integration; Google Threat Intelligence; Chronicle/SOAR native | Google ecosystem bias; less mature than Security Copilot for enterprise |
| Bedrock + Claude / Amazon Q Security | Anthropic Claude + AWS security data | Security Hub findings, GuardDuty analysis, CloudTrail investigation | AWS-native; strong data privacy controls; no training on customer data | AWS-focused; requires AWS security services investment |
| Vectra AI / Darktrace / ExtraHop | Custom ML models | Network anomaly detection, lateral movement detection, AI-powered NDR | Trained specifically on network/cloud attack patterns; real-time detection; no prompting needed | Not conversational; expensive; limited to their specific detection domain |
| Recorded Future AI / Mandiant AI | Proprietary LLMs + threat intel | Threat intelligence summarisation, actor attribution, vulnerability prioritisation | Live threat intelligence; actor profile database; commercial intent signals | Very expensive; subscription required for current intel |
A pragmatic enterprise governance framework for ChatGPT balances two risks that pull in opposite directions: the risk of prohibiting ChatGPT entirely (competitive disadvantage, employees use shadow IT anyway) and the risk of unrestricted use (data leakage, confidentiality breach, compliance violation). The approach that works in practice: permit ChatGPT for defined use cases with appropriate controls, prohibit it for defined sensitive data categories, and provide clear guidance so employees can make good decisions.
Classify what data employees might share with ChatGPT and what the risk of each category is:
- ❌PROHIBITED (never share with any AI tool): Customer PII, patient data (HIPAA), payment card data (PCI DSS), classified/export-controlled information, unpublished M&A or financial data, trade secrets, attorney-client privileged communications, credentials and API keys, employee personal data
- ⚠RESTRICTED (permitted only via Enterprise tier or approved API with DLP controls): Internal business strategies, supplier contracts, security configurations, proprietary algorithms, internal financial data not yet published
- ✓PERMITTED (any ChatGPT tier, with training): Publicly available information, anonymised/synthetic data, generic technical questions not specific to your environment, drafting and editing of non-sensitive documents, learning and professional development
- ABlock all ChatGPT access (most restrictive): Appropriate for highly regulated environments (defence, intelligence, sensitive government). Employees will find workarounds -- enforce with DLP tools that detect AI submissions, not just URL blocking.
- BPermit ChatGPT via Enterprise tier only (recommended for most enterprises): Provision ChatGPT Enterprise or Team. Enforce via SSO so only provisioned users can access. Disable the consumer chatgpt.com via firewall for non-provisioned users.
- CPermit all tiers with DLP controls (least restrictive, highest monitoring burden): Allow access to consumer ChatGPT but deploy DLP tools (Microsoft Purview, Netskope, Zscaler) that detect sensitive data in uploads to AI services and alert or block.
- ✓DLP policy for AI services: Configure Microsoft Purview, Netskope, or Zscaler to detect PII, financial data, and health data in uploads to AI services (openai.com, anthropic.com, google.com/gemini) and block or alert in real time.
- ✓DNS/proxy categorisation: Block chat.openai.com (consumer) while allowing api.openai.com (for approved enterprise applications built on the API with proper controls).
- ✓Enterprise ChatGPT admin controls: If using ChatGPT Enterprise/Team, configure: SSO integration, disable data training, enable usage audit logs, restrict sharing of GPTs externally, and enforce conversation retention policy.
- ✓API key management: All internal applications using the OpenAI API should authenticate with organisation-level API keys, not individual employee keys. Keys rotated quarterly. Usage monitored and cost-alerted to detect unexpected usage spikes.
- ✓Publish a clear acceptable use policy (template in the next section) covering what data can and cannot be shared, which tiers are permitted, and how to report issues.
- ✓Annual training covering AI tool risks specific to your industry, practical examples of prohibited vs permitted use, and what to do if you suspect you have accidentally shared sensitive data.
- ✓Incident process for AI data leakage: Define and communicate the process for reporting accidental sharing of sensitive data with an AI tool, including whether it constitutes a notifiable data breach under GDPR or equivalent regulation.
⚡ ChatGPT governance -- four actions this week
- Audit what your employees are actually doing with ChatGPT right now. Run a DLP scan or proxy log analysis for traffic to openai.com, anthropic.com, gemini.google.com, and similar AI endpoints. Categorise the data volumes and identify whether any sensitive data categories are visible in the traffic. If you do not have DLP controls in place, deploy them before proceeding -- Netskope, Zscaler, and Microsoft Purview all have pre-built AI service inspection policies. You cannot govern what you cannot see.
- Publish a clear, short acceptable use policy for AI tools this month. Use the template above as a starting point. Keep it to one page -- a policy employees can read in 5 minutes is more effective than a 20-page document nobody reads. The most critical message: the list of data types that must never be shared with any AI tool. Brief all staff via a short email with the policy attached.
- Evaluate ChatGPT Enterprise or your API deployment model for sensitive use cases. If your security team is using ChatGPT for security work (CVE analysis, detection rule writing, policy drafting), make sure they are using a tier with appropriate data controls. ChatGPT Enterprise excludes conversations from training and provides admin controls. The OpenAI API with zero data retention provides even stronger controls for application-level integrations.
- Add ChatGPT/AI tools to your security awareness training programme. The biggest risk from ChatGPT is employees making well-intentioned but uninformed decisions -- pasting customer data into ChatGPT to "help analyse it" without understanding the implications. A 15-minute module on AI tool risks, covering what not to share and why, reduces this risk significantly. Include concrete examples specific to your industry and employee roles. AI-powered attacks guide | Prompt injection explained
ChatGPT can provide meaningful assistance to threat actors in specific areas, but it is not a hacking tool in the traditional sense. Its most significant contribution to offensive operations is content generation: phishing emails, social engineering scripts, and BEC pretexts that achieve 3-4x higher success rates than manually written content, produced in seconds in any language. ChatGPT also provides technical assistance to lower-skill attackers: explaining how vulnerabilities work, suggesting evasion techniques in educational framings, and helping adapt public exploits to new targets. Direct generation of functional malware is restricted by safety filters, but these are regularly bypassed by motivated attackers using jailbreaking techniques or uncensored alternatives (WormGPT, FraudGPT). The practical reality: ChatGPT provides the most significant offensive uplift in social engineering and content generation, and the least uplift in novel exploit development -- which still requires deep technical expertise that AI cannot fully replace.
ChatGPT is safe to use at work for appropriate tasks with appropriate data, using the right subscription tier and organisational controls. The key risks to manage: data leakage (employees sharing confidential information with OpenAI's systems), compliance violations (regulated data categories that may not be shared with third-party AI services), and output reliability (AI-generated content that requires expert review before use in any professional context). ChatGPT Free and Plus tiers use conversations for training by default -- unsuitable for any work-related sensitive data. ChatGPT Team and Enterprise tiers exclude conversations from training and provide admin controls. For highly regulated industries (healthcare, finance, defence), deploying via the OpenAI API with zero data retention provides the strongest controls. A clear acceptable use policy defining permitted data categories and approved tiers is the most important control.
The primary enterprise cybersecurity risks from ChatGPT use are: (1) Data leakage -- employees inadvertently sharing customer PII, financial data, source code, or security configurations with OpenAI's systems; particularly serious for GDPR, HIPAA, and PCI DSS regulated data. (2) Shadow AI -- employees using unapproved consumer ChatGPT accounts when corporate accounts are not provided, with no IT visibility or controls. (3) Prompt injection vulnerabilities in ChatGPT-powered applications built by the organisation -- when documents or external data the model processes contain injected instructions. (4) Overreliance on AI output -- acting on hallucinated facts, fabricated legal citations, or inaccurate security analysis without expert validation. (5) Training content theft -- if using consumer ChatGPT tiers, conversation content may be used to improve the model, potentially exposing proprietary information. Each risk has specific technical and procedural controls, covered in this article's governance section.
The most common and productive security professional uses of ChatGPT in 2026 are: writing detection rules (KQL, SPL, Sigma, YARA) from natural language descriptions of attack behaviour; analysing and deobfuscating malicious scripts and code samples; explaining CVEs and their exploitation implications in plain language; drafting security policies, incident response playbooks, and post-incident reports; translating technical findings into executive-readable language; generating security awareness training content and phishing simulation scenarios; and reviewing code for security vulnerabilities. These uses are productive because they leverage ChatGPT's strength in language tasks -- writing, explanation, code generation, summarisation -- while retaining human expertise for the judgement-heavy aspects: evaluating output quality, applying context-specific knowledge, and making security decisions. ChatGPT speeds up skilled security work; it does not replace the skill.
It depends on which tier you use. ChatGPT Free and Plus: conversations are stored and used for training by default. You can opt out in Settings > Data Controls > "Improve the model for everyone" -- disabling this prevents your conversations from being used for training but conversations are still stored. Temporary Chat mode prevents both storage and training use for that session. ChatGPT Team and Enterprise: conversations are explicitly excluded from training, full stop. OpenAI API: data submitted via the API is not used for training by default, and zero data retention can be requested (data deleted after processing, not stored). For enterprise security work, ChatGPT Enterprise or direct API access with appropriate controls are the correct deployment options. Never use the Free or Plus consumer tier for work involving client data, proprietary information, or any data category regulated by GDPR, HIPAA, PCI DSS, or equivalent frameworks.
ChatGPT is a generalist AI built on OpenAI's GPT-4 family, accessible via web interface or API. Microsoft Security Copilot is a security-specific AI product also built on GPT-4 but integrated directly with Microsoft's security stack (Sentinel, Defender XDR, Intune, Entra ID) and enriched with Microsoft Threat Intelligence (MSTIC), VirusTotal data, and live threat feeds. Security Copilot can directly query your Sentinel incidents, analyse Defender alerts, run KQL against your live environment, and produce incident summaries with full audit trails -- without you copying data out of your SIEM into a chat interface. This integration and live data access make Security Copilot significantly more powerful than ChatGPT for SIEM and EDR-connected security operations. ChatGPT remains more flexible and cost-effective for general security tasks (policy drafting, code review, CVE research) that do not require live integration with your environment. The two serve different primary use cases and are complementary rather than directly competing.