AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-10032

MEDIUM · CVSS 6.1 EPSS 0.20% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-04 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

The openUrl function in the @a2ui/web_core library is vulnerable as it allows unvalidated agent-controlled URLs to be passed directly to window.open(), enabling the execution of arbitrary JavaScript via a malicious javascript: URI. This vulnerability can lead to stored or reflected cross-site scripting (XSS) attacks, posing a critical risk to users' browsers within the affected applications. Developers and security teams using this library should prioritize remediation to mitigate potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-10032
Severity
MEDIUM
CVSS
6.1
EPSS
0.20%
Java

Original NVD 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.