mediumVulnerability

GHSA-w5cr-2qhr-jqc5

## Summary A Reflected Cross-Site Scripting (XSS) vulnerability was discovered in the AI Playground's OAuth callback handler. The error_description query 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.ts` directly interpolated the `authError` value, sourced from the `error_description` query 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: - PR: https://github.com/cloudflare/agents/pull/841 - Agents-sdk users should upgrade to `[email protected]` - Developers using `configureOAuthCallback` with custom error handling in their own applications should ensure all user-controlled input is escaped before interpolation. ### Credits Disclosed responsibly by Nishant Kumawat

Properties

ghsa_id
GHSA-w5cr-2qhr-jqc5
severity
medium
summary
Cloudflare Agents has a Reflected Cross-Site Scripting (XSS) vulnerability in AI Playground site
cve_id
GHSA-w5cr-2qhr-jqc5
is_ghsa_only
true
ghsa_published
2026-02-13T21:04:00Z
source_url
https://github.com/advisories/GHSA-w5cr-2qhr-jqc5
ghsa_updated
2026-02-13T21:04:01Z

Related Entities (3)

AFFECTS (1)

[Software]npm/agents

HAS_WEAKNESS (1)

[Weakness]Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

REPORTED_BY (1)

[Source]GitHub Advisory Database

Explore deeper with Ninja Signal's threat intelligence graph

GHSA-w5cr-2qhr-jqc5 — Ninja Signal Threat Intelligence | Ninja Signal