CVE-2026-10032 PUBLISHED

Arbitrary JavaScript Execution via openUrl in @a2ui/web_core

Assigner: Google
Reserved: 28.05.2026 Published: 04.08.2026 Updated: 04.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:P/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N/E:U
CVSS Score: 6.1

Product Status

Vendor Google
Product @a2ui/web_core
Versions Default: unaffected
  • Version 0.9.0 is affected
  • Version 0.9.1-alpha.0 is affected
  • Version 0.9.1-alpha.1 is affected
  • Version 0.9.1-alpha.2 is affected
  • Version 0.9.1-alpha.3 is affected
  • Version 0.9.1-alpha.4 is affected
  • Version 0.9.1-alpha.5 is affected
  • Version 0.9.1 is affected
  • Version 0.9.2 is affected
  • Version 0.10.0 is affected
  • Version 0.10.1 is affected

References

Problem Types

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

Impacts

  • CAPEC-244 Embedded Injection