CVE-2026-21872: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in zauberzeug nicegui
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.sub_pages, 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 version 3.5.0.
AI Analysis
Technical Summary
CVE-2026-21872 is a medium-severity cross-site scripting (XSS) vulnerability affecting the NiceGUI Python UI framework versions 2.22.0 up to 3.4.1. The vulnerability stems from an unsafe implementation in the click event listener mechanism used by the ui.sub_pages component. Specifically, the framework improperly neutralizes input during web page generation, allowing attacker-controlled links to inject malicious scripts. When a user clicks such a crafted link, the malicious payload executes in the context of the victim's browser, potentially leading to theft of sensitive information, session hijacking, or manipulation of the UI. The vulnerability requires no authentication but does require user interaction (clicking the link). The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N) indicates that the attack can be launched remotely over the network with low complexity and no privileges, but user interaction is necessary. The scope is changed, meaning the vulnerability affects components beyond the initially vulnerable code, increasing risk. Although no known exploits are currently in the wild, the vulnerability poses a significant risk to applications using NiceGUI in the affected versions. The issue was patched in version 3.5.0, which properly sanitizes inputs and secures the click event listener implementation to prevent script injection.
Potential Impact
For European organizations, the impact of this vulnerability can be significant, especially for those deploying web applications or internal tools using NiceGUI versions 2.22.0 to 3.4.1. Successful exploitation can lead to the compromise of user sessions, theft of sensitive data such as authentication tokens or personal information, and unauthorized manipulation of the user interface. This can result in data breaches, loss of user trust, and potential regulatory non-compliance under GDPR if personal data is exposed. Since the vulnerability requires user interaction, phishing or social engineering campaigns could be used to lure users into clicking malicious links, increasing the attack surface. The medium severity rating reflects that while availability is not impacted, confidentiality and integrity are at risk. Organizations with public-facing NiceGUI applications are at higher risk, but internal deployments can also be targeted by insider threats or lateral movement attacks. The absence of known exploits in the wild provides a window for proactive mitigation before widespread exploitation occurs.
Mitigation Recommendations
European organizations should immediately upgrade all NiceGUI deployments to version 3.5.0 or later to apply the official patch that addresses this XSS vulnerability. Until upgrades can be completed, implement strict input validation and output encoding on any user-controllable data rendered in the UI, especially in components using ui.sub_pages and click event listeners. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts and reduce the impact of potential XSS attacks. Conduct security awareness training to educate users about the risks of clicking suspicious links, particularly in environments where NiceGUI is used. Regularly audit and monitor web application logs for unusual click patterns or script injection attempts. Additionally, consider deploying web application firewalls (WAFs) with rules tuned to detect and block XSS payloads targeting NiceGUI applications. Finally, maintain an inventory of all NiceGUI instances to ensure comprehensive patch management and vulnerability tracking.
Affected Countries
Germany, France, United Kingdom, Netherlands, Sweden
CVE-2026-21872: CWE-79: Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') in zauberzeug nicegui
Description
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.sub_pages, 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 version 3.5.0.
AI-Powered Analysis
Technical Analysis
CVE-2026-21872 is a medium-severity cross-site scripting (XSS) vulnerability affecting the NiceGUI Python UI framework versions 2.22.0 up to 3.4.1. The vulnerability stems from an unsafe implementation in the click event listener mechanism used by the ui.sub_pages component. Specifically, the framework improperly neutralizes input during web page generation, allowing attacker-controlled links to inject malicious scripts. When a user clicks such a crafted link, the malicious payload executes in the context of the victim's browser, potentially leading to theft of sensitive information, session hijacking, or manipulation of the UI. The vulnerability requires no authentication but does require user interaction (clicking the link). The CVSS 3.1 vector (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N) indicates that the attack can be launched remotely over the network with low complexity and no privileges, but user interaction is necessary. The scope is changed, meaning the vulnerability affects components beyond the initially vulnerable code, increasing risk. Although no known exploits are currently in the wild, the vulnerability poses a significant risk to applications using NiceGUI in the affected versions. The issue was patched in version 3.5.0, which properly sanitizes inputs and secures the click event listener implementation to prevent script injection.
Potential Impact
For European organizations, the impact of this vulnerability can be significant, especially for those deploying web applications or internal tools using NiceGUI versions 2.22.0 to 3.4.1. Successful exploitation can lead to the compromise of user sessions, theft of sensitive data such as authentication tokens or personal information, and unauthorized manipulation of the user interface. This can result in data breaches, loss of user trust, and potential regulatory non-compliance under GDPR if personal data is exposed. Since the vulnerability requires user interaction, phishing or social engineering campaigns could be used to lure users into clicking malicious links, increasing the attack surface. The medium severity rating reflects that while availability is not impacted, confidentiality and integrity are at risk. Organizations with public-facing NiceGUI applications are at higher risk, but internal deployments can also be targeted by insider threats or lateral movement attacks. The absence of known exploits in the wild provides a window for proactive mitigation before widespread exploitation occurs.
Mitigation Recommendations
European organizations should immediately upgrade all NiceGUI deployments to version 3.5.0 or later to apply the official patch that addresses this XSS vulnerability. Until upgrades can be completed, implement strict input validation and output encoding on any user-controllable data rendered in the UI, especially in components using ui.sub_pages and click event listeners. Employ Content Security Policy (CSP) headers to restrict the execution of unauthorized scripts and reduce the impact of potential XSS attacks. Conduct security awareness training to educate users about the risks of clicking suspicious links, particularly in environments where NiceGUI is used. Regularly audit and monitor web application logs for unusual click patterns or script injection attempts. Additionally, consider deploying web application firewalls (WAFs) with rules tuned to detect and block XSS payloads targeting NiceGUI applications. Finally, maintain an inventory of all NiceGUI instances to ensure comprehensive patch management and vulnerability tracking.
Affected Countries
Technical Details
- Data Version
- 5.2
- Assigner Short Name
- GitHub_M
- Date Reserved
- 2026-01-05T16:44:16.369Z
- Cvss Version
- 3.1
- State
- PUBLISHED
Threat ID: 695f815bc901b06321d3fb00
Added to database: 1/8/2026, 10:05:15 AM
Last enriched: 1/8/2026, 10:20:02 AM
Last updated: 1/9/2026, 5:30:51 AM
Views: 25
Community Reviews
0 reviewsCrowdsource mitigation strategies, share intel context, and vote on the most helpful responses. Sign in to add your voice and help keep defenders ahead.
Want to contribute mitigation steps or threat intel context? Sign in or create an account to join the community discussion.
Related Threats
CVE-2025-14886: CWE-862 Missing Authorization in shoheitanaka Japanized for WooCommerce
MediumCVE-2026-22636
LowCVE-2026-22635
LowCVE-2026-22634
LowCVE-2026-22633
LowActions
Updates to AI analysis require Pro Console access. Upgrade inside Console → Billing.
Need more coverage?
Upgrade to Pro Console in Console -> Billing for AI refresh and higher limits.
For incident response and remediation, OffSeq services can help resolve threats faster.