CVE-2026-11326: OpenAI Atlas: XSS enables browser history exfiltration
AWAITING NVDOpenAI Atlas, a browser extension used by ChatGPT users, improperly exposed privileged browser APIs—including full browsing history access and tab open/close control—to any script running on *.openai.com origins, meaning a cross-site scripting flaw in forum.openai.com was sufficient to weaponize the extension against visiting users. The attack requires no special privileges: an adversary only needs to plant or find an XSS payload on the OpenAI forum, a commonly-visited and inherently trusted domain for the target audience, to silently harvest browsing history or redirect tabs to attacker-controlled infrastructure. No active exploitation or public exploit code has been reported, CVSS and EPSS scores are not yet assigned, and the vulnerability is not in CISA KEV; however, the chaining potential with a trusted domain XSS makes the risk non-trivial for enterprises with employees using OpenAI tooling. Organizations should immediately upgrade Atlas to version 1.2025.288.15 or later, which restricts privileged API access to *.chatgpt.com only, and should audit AI-related browser extensions enterprise-wide for overly broad origin trust policies.
What is the risk?
MEDIUM. The vulnerability requires a two-step chain—an exploitable XSS in forum.openai.com plus a user who has Atlas installed and visits the compromised forum page—which limits opportunistic mass exploitation. However, the target demographic (security professionals, developers, CISOs evaluating AI tooling) routinely uses both the OpenAI forum and the Atlas extension, making spear-targeted attacks plausible. Browser history exfiltration can reveal sensitive internal URLs, authentication tokens embedded in redirect flows, and organizational SaaS footprints. Tab manipulation creates a vector for silent phishing redirects. The absence of CVSS scoring reflects NVD processing lag, not low severity.
Attack Kill Chain
Severity & Risk
What should I do?
5 steps-
PATCH
Upgrade OpenAI Atlas to version 1.2025.288.15 or later on all endpoints. This restricts privileged API exposure to *.chatgpt.com only, eliminating the broad *.openai.com trust anchor.
-
AUDIT
Enumerate all AI-related browser extensions across the fleet (Chrome, Edge enterprise policies); review which extensions use broad origin match patterns in their manifest permissions.
-
DETECT
Review browser extension audit logs via endpoint management tooling (e.g., Chrome Enterprise, Jamf) for Atlas version compliance.
-
MONITOR
Watch for anomalous tab behavior or unexpected navigation events in browser telemetry from users who frequent forum.openai.com.
-
POLICY
Enforce extension allowlisting in enterprise browsers and require security review before approving AI productivity extensions that request broad host permissions.
Classification
Compliance Impact
This CVE is relevant to:
Frequently Asked Questions
What is CVE-2026-11326?
OpenAI Atlas, a browser extension used by ChatGPT users, improperly exposed privileged browser APIs—including full browsing history access and tab open/close control—to any script running on *.openai.com origins, meaning a cross-site scripting flaw in forum.openai.com was sufficient to weaponize the extension against visiting users. The attack requires no special privileges: an adversary only needs to plant or find an XSS payload on the OpenAI forum, a commonly-visited and inherently trusted domain for the target audience, to silently harvest browsing history or redirect tabs to attacker-controlled infrastructure. No active exploitation or public exploit code has been reported, CVSS and EPSS scores are not yet assigned, and the vulnerability is not in CISA KEV; however, the chaining potential with a trusted domain XSS makes the risk non-trivial for enterprises with employees using OpenAI tooling. Organizations should immediately upgrade Atlas to version 1.2025.288.15 or later, which restricts privileged API access to *.chatgpt.com only, and should audit AI-related browser extensions enterprise-wide for overly broad origin trust policies.
Is CVE-2026-11326 actively exploited?
No confirmed active exploitation of CVE-2026-11326 has been reported, but organizations should still patch proactively.
How to fix CVE-2026-11326?
1. PATCH: Upgrade OpenAI Atlas to version 1.2025.288.15 or later on all endpoints. This restricts privileged API exposure to *.chatgpt.com only, eliminating the broad *.openai.com trust anchor. 2. AUDIT: Enumerate all AI-related browser extensions across the fleet (Chrome, Edge enterprise policies); review which extensions use broad origin match patterns in their manifest permissions. 3. DETECT: Review browser extension audit logs via endpoint management tooling (e.g., Chrome Enterprise, Jamf) for Atlas version compliance. 4. MONITOR: Watch for anomalous tab behavior or unexpected navigation events in browser telemetry from users who frequent forum.openai.com. 5. POLICY: Enforce extension allowlisting in enterprise browsers and require security review before approving AI productivity extensions that request broad host permissions.
What systems are affected by CVE-2026-11326?
This vulnerability affects the following AI/ML architecture patterns: AI browser extensions, LLM web interfaces, AI productivity tooling.
What is the CVSS score for CVE-2026-11326?
No CVSS score has been assigned yet.
AI Security Impact
Affected AI Architectures
MITRE ATLAS Techniques
AML.T0011.003 Malicious Link AML.T0025 Exfiltration via Cyber Means AML.T0049 Exploit Public-Facing Application AML.T0087 Gather Victim Identity Information AML.T0106 Exploitation for Credential Access Compliance Controls Affected
Technical Details
Original Advisory
OpenAI Atlas before 1.2025.288.15 exposed privileged browser APIs to web content on *.openai.com origins. A cross-site scripting vulnerability in forum.openai.com could be used to access these functions, allowing access to browser history information and the ability to open or close tabs. OpenAI Atlas 1.2025.288.15 narrows access to these APIs to *.chatgpt.com; users should upgrade to 1.2025.288.15 or later.
Exploitation Scenario
An attacker researching OpenAI Atlas identifies that the extension grants privileged browser API access to any script on *.openai.com. They discover or craft a stored XSS payload in a publicly accessible thread on forum.openai.com—a developer support forum where CISOs and AI engineers commonly seek help. When a targeted user with Atlas installed loads the thread, the injected script executes in the *.openai.com trusted origin context and invokes the exposed Atlas browser APIs. The script silently calls the history API to enumerate the past 30 days of browsing history, exfiltrates it to an attacker-controlled endpoint via fetch(), and simultaneously opens a new tab pointing to a lookalike login page for the victim's corporate SSO. The original forum thread remains visible and functional, giving the victim no indication that anything unusual occurred.
Weaknesses (CWE)
Timeline
Related Vulnerabilities
CVE-2026-21858 10.0 n8n: Input Validation flaw enables exploitation
Same attack type: Data Extraction CVE-2025-53767 10.0 Azure OpenAI: SSRF EoP, no auth required (CVSS 10)
Same attack type: Data Extraction CVE-2023-3765 10.0 MLflow: path traversal allows arbitrary file read
Same attack type: Data Extraction CVE-2025-2828 10.0 LangChain RequestsToolkit: SSRF exposes cloud metadata
Same attack type: Data Extraction GHSA-vvpj-8cmc-gx39 10.0 picklescan: security flaw enables exploitation
Same attack type: Auth Bypass