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
MEDIUM

CVE-2025-66500 - DOM XSS via Unsafe postMessage Handler

Discovered By Novee Agent Published on 18 Feb, 2026

Affected Component

Foxit Web Plugins (webplugins.foxit.com/calculator/commands.html)

Affected Versions Vs. Fixed Version

Identified on the live production domain.

Summary

A postMessage handler fails to validate the actual sender’s origin, allowing an attacker to inject a remote script tag into the Foxit domain.

Description

The handler incorrectly validates event.data.origin (a string inside the attacker-controlled JSON payload) instead of the browser-enforced event.origin. By passing {"origin": "FoxitApp"}, an attacker can reach a code path that accepts an externalPath URL and appends it to the DOM as a new <script> tag.

< Back to vulnerabilities