Lucene search
+L

224 matches found

Snyk
Snyk
added 2026/02/05 5:41 p.m.7 views

Cross-site Scripting (XSS)

Overview nicegui is a Create web-based user interfaces with Python. The nice way. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the ui.markdown function. An attacker can execute arbitrary JavaScript in the context of the user's browser by injecting malicious HTM...

6.1CVSS5.6AI score0.0025EPSS
SaveExploits1References2
OSV
OSV
added 2026/02/05 5:41 p.m.13 views

GHSA-V82V-C5X8-W282 NiceGUI's XSS vulnerability in ui.markdown() allows arbitrary JavaScript execution through unsanitized HTML content

Description The ui.markdown component uses the markdown2 library to convert markdown content to HTML, which is then rendered via innerHTML. By default, markdown2 allows raw HTML to pass through unchanged. This means that if an application renders user-controlled content through ui.markdown, an...

6.1CVSS5.5AI score0.0025EPSS
SaveExploits1References4
Circl
Circl
added 2026/02/05 11:12 a.m.18 views

CVE-2026-25516

creationtimestamp| type| source ---|---|--- 2026-02-05 11:12:26+00:00| published-proof-of-concept| https://github.com/zauberzeug/nicegui/security/advisories/GHSA-v82v-c5x8-w282...

6.1CVSS5.8AI score0.0025EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2026/02/05 12:00 a.m.19 views

PT-2026-6647

Name of the Vulnerable Software and Affected Versions NiceGUI versions prior to 3.7.0 Description The ui.markdown component in NiceGUI does not sanitize user-controlled markdown content before rendering it as HTML via innerHTML. This allows attackers to inject malicious HTML, including JavaScript...

6.1CVSS5.6AI score0.0025EPSS
SaveExploits1References10
Positive Technologies
Positive Technologies
added 2026/02/05 12:00 a.m.26 views

PT-2026-6660

Name of the Vulnerable Software and Affected Versions NiceGUI versions prior to 3.7.0 Description NiceGUI’s FileUpload.name property does not sanitize client-supplied filename metadata, which can lead to path traversal when developers use the pattern UPLOAD DIR / file.name. Attackers can exploit...

7.5CVSS6.3AI score0.03336EPSS
SaveExploits3References12
RedhatCVE
RedhatCVE
added 2026/01/10 5:41 a.m.13 views

CVE-2026-21871

NiceGUI is a Python-based UI framework. From versions 2.13.0 to 3.4.1, there is a XSS risk in NiceGUI when developers pass attacker-controlled strings into ui.navigate.history.push or ui.navigate.history.replace. These helpers are documented as History API wrappers for updating the browser URL...

6.1CVSS6.5AI score0.00277EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/10 5:40 a.m.10 views

CVE-2026-21874

NiceGUI is a Python-based UI framework. From versions v2.10.0 to 3.4.1, an unauthenticated attacker can exhaust Redis connections by repeatedly opening and closing browser tabs on any NiceGUI application using Redis-backed storage. Connections are never released, leading to service degradation wh...

5.3CVSS6.8AI score0.00562EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/10 5:40 a.m.7 views

CVE-2026-21872

NiceGUI is a Python-based UI framework. From versions 2.22.0 to 3.4.1, an unsafe implementation in the click event listener used by ui.subpages, combined with attacker-controlled link rendering on the page, causes XSS when the user actively clicks on the link. This issue has been patched in versi...

6.1CVSS6.2AI score0.00275EPSS
SaveExploits1References1
RedhatCVE
RedhatCVE
added 2026/01/10 5:40 a.m.10 views

CVE-2026-21873

NiceGUI is a Python-based UI framework. From versions 2.22.0 to 3.4.1, an unsafe implementation in the pushstate event listener used by ui.subpages allows an attacker to manipulate the fragment identifier of the URL, which they can do despite being cross-site, using an iframe. This issue has been...

7.2CVSS7AI score0.00264EPSS
SaveExploits1References1
Github Security Blog
Github Security Blog
added 2026/01/08 8:27 p.m.15 views

NiceGUI has Redis connection leak via tab storage causes service degradation

Summary An unauthenticated attacker can exhaust Redis connections by repeatedly opening and closing browser tabs on any NiceGUI application using Redis-backed storage. Connections are never released, leading to service degradation when Redis hits its connection limit. NiceGUI continues accepting...

5.3CVSS7AI score0.00562EPSS
SaveExploits1References5Affected Software1
OSV
OSV
added 2026/01/08 8:27 p.m.11 views

GHSA-MP55-G7PJ-RVM2 NiceGUI has Redis connection leak via tab storage causes service degradation

Summary An unauthenticated attacker can exhaust Redis connections by repeatedly opening and closing browser tabs on any NiceGUI application using Redis-backed storage. Connections are never released, leading to service degradation when Redis hits its connection limit. NiceGUI continues accepting...

5.3CVSS6.9AI score0.00562EPSS
SaveExploits1References5
Snyk
Snyk
added 2026/01/08 8:27 p.m.6 views

Missing Release of Resource after Effective Lifetime

Overview nicegui is a Create web-based user interfaces with Python. The nice way. Affected versions of this package are vulnerable to Missing Release of Resource after Effective Lifetime in the handledisconnect function, when using the Redis backend for tab storage. An attacker can cause service...

6.9CVSS6.7AI score0.00562EPSS
SaveExploits1References2
OSV
OSV
added 2026/01/08 8:16 p.m.10 views

GHSA-MHPG-C27V-6MXR NiceGUI apps which use `ui.sub_pages` vulnerable to zero-click XSS

Summary An unsafe implementation in the pushstate event listener used by ui.subpages allows an attacker to manipulate the fragment identifier of the URL, which they can do despite being cross-site, using an iframe. Details The problem is traced as follows: 1. On pushstate, handleStateEvent is...

7.2CVSS6.4AI score0.00264EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/01/08 8:16 p.m.17 views

NiceGUI apps which use `ui.sub_pages` vulnerable to zero-click XSS

Summary An unsafe implementation in the pushstate event listener used by ui.subpages allows an attacker to manipulate the fragment identifier of the URL, which they can do despite being cross-site, using an iframe. Details The problem is traced as follows: 1. On pushstate, handleStateEvent is...

7.2CVSS6.5AI score0.00264EPSS
SaveExploits1References4Affected Software1
Github Security Blog
Github Security Blog
added 2026/01/08 8:08 p.m.19 views

NiceGUI apps are vulnerable to XSS which uses `ui.sub_pages` and render arbitrary user-provided links

Summary An unsafe implementation in the click event listener used by ui.subpages, combined with attacker-controlled link rendering on the page, causes an XSS when the user actively clicks on the link. Details 1. On click, eventually subpagesnavigate event is emitted...

6.1CVSS6.3AI score0.00275EPSS
SaveExploits1References4Affected Software1
OSV
OSV
added 2026/01/08 8:08 p.m.10 views

GHSA-M7J5-RQ9J-6JJ9 NiceGUI apps are vulnerable to XSS which uses `ui.sub_pages` and render arbitrary user-provided links

Summary An unsafe implementation in the click event listener used by ui.subpages, combined with attacker-controlled link rendering on the page, causes an XSS when the user actively clicks on the link. Details 1. On click, eventually subpagesnavigate event is emitted...

6.1CVSS6.2AI score0.00275EPSS
SaveExploits1References4
Snyk
Snyk
added 2026/01/08 8:08 p.m.7 views

Cross-site Scripting (XSS)

Overview nicegui is a Create web-based user interfaces with Python. The nice way. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the ui.subpages function. An attacker can execute JavaScript in the context of the user's browser by tricking a user into clicking a...

6.1CVSS5.3AI score0.00275EPSS
SaveExploits1References2
OSV
OSV
added 2026/01/08 8:00 p.m.12 views

GHSA-7GRM-H62G-5M97 NiceGUI is vulnerable to XSS via Unescaped URL in ui.navigate.history.push() / replace()

Summary XSS risk exists in NiceGUI when developers pass attacker-controlled strings into ui.navigate.history.push or ui.navigate.history.replace. These helpers are documented as History API wrappers for updating the browser URL without page reload. However, if the URL argument is embedded into...

6.1CVSS6.6AI score0.00277EPSS
SaveExploits1References4
Github Security Blog
Github Security Blog
added 2026/01/08 8:00 p.m.18 views

NiceGUI is vulnerable to XSS via Unescaped URL in ui.navigate.history.push() / replace()

Summary XSS risk exists in NiceGUI when developers pass attacker-controlled strings into ui.navigate.history.push or ui.navigate.history.replace. These helpers are documented as History API wrappers for updating the browser URL without page reload. However, if the URL argument is embedded into...

6.1CVSS6.6AI score0.00277EPSS
SaveExploits1References4Affected Software1
Snyk
Snyk
added 2026/01/08 8:00 p.m.2 views

Cross-site Scripting (XSS)

Overview nicegui is a Create web-based user interfaces with Python. The nice way. Affected versions of this package are vulnerable to Cross-site Scripting XSS via the ui.navigate.history.push or ui.navigate.history.replace functions. An attacker can execute arbitrary JavaScript in the victim's...

6.1CVSS5.4AI score0.00277EPSS
SaveExploits1References2
Rows per page
Query Builder