CVE Vulnerabilities

CVE-2026-1721

Published: Feb 13, 2026 | Modified: Feb 13, 2026
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
Ubuntu
root.io logo minimus.io logo echo.ai logo

Summary

A Reflected Cross-Site Scripting (XSS) vulnerability was discovered in the AI Playgrounds 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 victims 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 users session.

  • Access connected MCP Servers - Interact with any MCP servers connected to the victims session (public or authenticated/private), potentially allowing the attacker to perform actions on the victims behalf

Mitigation:

References