GHSA-w72q-x6w3-7rj3Medium

The openUrl function in @a2ui/web_core passes an agent-controlled URL directly to window.open()...

Published
August 4, 2026
Last Modified
August 4, 2026

🔗 CVE IDs covered (1)

📋 Description

The openUrl function in @a2ui/web_core passes an agent-controlled URL directly to window.open() without validating the URI scheme. A malicious agent can supply a javascript: URI as the url argument of a Button component's functionCall action. When the user clicks the rendered button, arbitrary JavaScript executes in the victim application's browser origin, constituting a stored/reflected XSS with Critical severity. No non-default configuration is required; the Basic Catalog is enabled by default.

🔗 References (3)