CVE-2025-66470

MEDIUM

NiceGUI < 3.4.0 - Stored Cross-Site Scripting via Interactive Image SVG ForeignObject Tag

Title source: llm
STIX 2.1

Exploitation Summary

EIP tracks 1 public exploit for CVE-2025-66470. PoCs published by Jmehta10.

AI-analyzed exploit summary This repository contains a Python-based scanner for detecting CVE-2025-66470, an XSS vulnerability in NiceGUI's `ui.interactive_image` component. The scanner checks for vulnerable versions and confirms XSS via a 3-step validation process.

Description

NiceGUI is a Python-based UI framework. Versions 3.3.1 and below are subject to a XSS vulnerability through the ui.interactive_image component of NiceGUI. The component renders SVG content using Vue's v-html directive without any sanitization. This allows attackers to inject malicious HTML or JavaScript via the SVG <foreignObject> tag whenever the image component is rendered or updated. This is particularly dangerous for dashboards or multi-user applications displaying user-generated content or annotations. This issue is fixed in version 3.4.0.

Exploits (1)

nomisec SCANNER 2 stars
by Jmehta10 · poc
https://github.com/Jmehta10/CVE-2025-66470

This repository contains a Python-based scanner for detecting CVE-2025-66470, an XSS vulnerability in NiceGUI's `ui.interactive_image` component. The scanner checks for vulnerable versions and confirms XSS via a 3-step validation process.

Classification
Scanner 95%
Attack Type
Xss
Complexity
Moderate
Reliability
Reliable
Target: NiceGUI <= 3.3.1
No auth needed
Prerequisites: Python 3.8+ · requests library · target URL or list of URLs
devstral-2 · analyzed Feb 16, 2026 Full analysis →

Scores

CVSS v3 6.1
EPSS 0.0001
EPSS Percentile 1.2%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation poc
Automatable no
Technical Impact partial

Details

CWE
CWE-79
Status published
Products (2)
pypi/nicegui 0 - 3.4.0PyPI
zauberzeug/nicegui < 3.4.0
Published Dec 09, 2025
Tracked Since Feb 18, 2026