Cloudflare Agents is Vulnerable to Reflected Cross-Site Scripting in the AI Playground's OAuth callback handler
Moderate severity
GitHub Reviewed
Published
Feb 13, 2026
to the GitHub Advisory Database
•
Updated Feb 13, 2026
Description
Published by the National Vulnerability Database
Feb 13, 2026
Published to the GitHub Advisory Database
Feb 13, 2026
Reviewed
Feb 13, 2026
Last updated
Feb 13, 2026
Summary
A Reflected Cross-Site Scripting (XSS) vulnerability was discovered in the AI Playground's OAuth callback handler. The
error_descriptionquery parameter was directly interpolated into an HTML script tag without proper escaping, allowing attackers to execute arbitrary JavaScript in the context of the victim's session.Root cause
The OAuth callback handler in
site/ai-playground/src/server.tsdirectly interpolated theauthErrorvalue, sourced from theerror_descriptionquery parameter, into an inline<script>tag.Impact
An attacker could craft a malicious link that, when clicked by a victim, would:
Steal user chat message history - Access all LLM interactions stored in the user's session.
Access connected MCP Servers - Interact with any MCP servers connected to the victim's session (public or authenticated/private), potentially allowing the attacker to perform actions on the victim's behalf
Mitigation:
References