High severity7.5NVD Advisory· Published Jan 6, 2025· Updated Apr 15, 2026
CVE-2025-21618
CVE-2025-21618
Description
NiceGUI is an easy-to-use, Python-based UI framework. Prior to 2.9.1, authenticating with NiceGUI logged in the user for all browsers, including browsers in incognito mode. This vulnerability is fixed in 2.9.1.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
niceguiPyPI | < 2.9.1 | 2.9.1 |
Patches
11621a4ba6a06Merge commit from fork
1 file changed · +1 −0
nicegui/air.py+1 −0 modified@@ -59,6 +59,7 @@ async def _handle_http(data: Dict[str, Any]) -> Dict[str, Any]: content=data['body'], ) response = await self.client.send(request) + self.client.cookies.clear() instance_id = data['instance-id'] content = response.content.replace( b'const extraHeaders = {};',
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
4News mentions
0No linked articles in our index yet.