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.
Published: 2026-08-04
Score: 6.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The openUrl function in the @a2ui/web_core library forwards a URL supplied by the agent directly to window.open() without validating the URI scheme. A malicious agent can construct a javascript: URI and embed it as the url argument of a Button component’s functionCall action. When the user clicks the rendered button, the malicious code runs in the context of the victim application, enabling arbitrary JavaScript execution in the browser origin. This constitutes an XSS vulnerability that can be stored (persisted in the component configuration) or reflected (contained in a user‑supplied input).

Affected Systems

Projects that rely on the Google‑maintained @a2ui/web_core component are vulnerable. The flaw applies to all installations that enable the Basic Catalog, which is turned on by default, and no specific product versions are disclosed in the advisory.

Risk and Exploitability

The CVSS score of 6.1 indicates a moderate severity. No EPSS score is available and the vulnerability is not listed in CISA KEV. The flaw does not require any special configuration changes; an attacker can trigger the XSS by inserting a javascript: URI into a Button component’s configuration and forcing a user to click it. The attack vector is therefore user interaction via a rendered button, making exploitation realistic in environments where the library is used without additional safeguards.

Generated by OpenCVE AI on August 4, 2026 at 20:10 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to a patched release of @a2ui/web_core as soon as it becomes available.
  • Modify the application to validate the URL scheme before it is passed to window.open, rejecting any javascript: scheme.
  • Implement a content‑security‑policy header that disallows inline scripts or javascript: URLs to block execution of malicious code.

Generated by OpenCVE AI on August 4, 2026 at 20:10 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 05 Aug 2026 10:45:00 +0000

Type Values Removed Values Added
First Time appeared A2ui-project
A2ui-project a2ui
Vendors & Products A2ui-project
A2ui-project a2ui

Tue, 04 Aug 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 04 Aug 2026 15:45:00 +0000

Type Values Removed Values Added
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.
Title Arbitrary JavaScript Execution via openUrl in @a2ui/web_core
Weaknesses CWE-79
References
Metrics cvssV4_0

{'score': 6.1, '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'}


Subscriptions

A2ui-project A2ui
cve-icon MITRE

Status: PUBLISHED

Assigner: Google

Published:

Updated: 2026-08-04T17:43:20.898Z

Reserved: 2026-05-28T18:45:17.761Z

Link: CVE-2026-10032

cve-icon Vulnrichment

Updated: 2026-08-04T17:42:44.203Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-04T16:16:20.983

Modified: 2026-08-06T15:41:27.197

Link: CVE-2026-10032

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-05T10:19:46Z

Weaknesses
  • CWE-79

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