Your AI Apps Don’t Pentest Themselves

See How Novee AI Red Teams Your LLMs

Your AI Apps Don’t Pentest Themselves

See How Novee AI Red Teams Your LLMs
CRITICAL

CVE-2025-70402 - DOM XSS via Remote UI Configuration (uiConfig)

Discovered By Novee Agent Published on 18 Feb, 2026

Affected Component

Apryse WebViewer UI (React SPA inside an iframe)

Affected Versions Vs. Fixed Version

v11.8 and likely earlier versions.

Summary

The WebViewer UI fetches a remote JSON configuration file from an attacker-controlled URL passed via a query parameter, leading to script execution when a config field reaches an unsafe DOM sink.

Description

The uiConfig parameter is read from the URL and fetched without validation. A specific field in the resulting JSON reaches the Icon.js component, which uses dangerouslySetInnerHTML. While DOMParser usually strips SVG scripts, the researchers bypassed this using a <foreignObject> tag, which switches the browser from an SVG to an HTML parsing context, allowing onerror handlers to execute.

< Back to vulnerabilities