Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. agents
  4. ›
  5. CVE-2026-1721

CVE-2026-1721: Cloudflare Agents is Vulnerable to Reflected Cross-Site Scripting in the AI Playground's OAuth callback handler

February 13, 2026

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 https://github.com/cloudflare/agents/pull/841
  • Agents-sdk users should upgrade to agents@0.3.10
  • Developers using configureOAuthCallback with custom error handling in their own applications should ensure all user-controlled input is escaped before interpolation.

References

  • github.com/advisories/GHSA-cvhv-6xm6-c3v4
  • github.com/cloudflare/agents
  • github.com/cloudflare/agents/commit/3f490d045844e4884db741afbb66ca1fe65d4093
  • github.com/cloudflare/agents/pull/841
  • nvd.nist.gov/vuln/detail/CVE-2026-1721

Code Behaviors & Features

Detect and mitigate CVE-2026-1721 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 0.3.10

Fixed versions

  • 0.3.10

Solution

Upgrade to version 0.3.10 or above.

Impact 7.1 HIGH

CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:N

Learn more about CVSS

Weakness

  • CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting')

Source file

npm/agents/CVE-2026-1721.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Wed, 25 Mar 2026 00:17:55 +0000.