NIXPKGS-2026-1027
GitHub issue
published on
Permalink
CVE-2026-39844
5.9 MEDIUM
- CVSS version (CVSS): 3.1
- Attack Vector (AV): Network (N)
- Attack Complexity (AC): High (H)
- Privileges Required (PR): None (N)
- User Interaction (UI): None (N)
- Scope (S): Unchanged (U)
- Confidentiality (C): None (N)
- Integrity (I): High (H)
- Availability (A): None (N)
- Modified Attack Vector (MAV): Network (N)
- Modified Attack Complexity (MAC): High (H)
- Modified Privileges Required (MPR): None (N)
- Modified User Interaction (MUI): None (N)
- Modified Confidentiality (MC): None (N)
- Modified Scope (MS): Unchanged (U)
- Modified Integrity (MI): High (H)
- Modified Availability (MA): None (N)
by @LeSuisse Activity log
- Created suggestion
- @LeSuisse accepted
- @LeSuisse published on GitHub
-
@LeSuisse
ignored
3 packages
- python312Packages.nicegui-highcharts
- python313Packages.nicegui-highcharts
- python314Packages.nicegui-highcharts
NiceGUI has a Path Traversal in NiceGUI Upload Filename on Windows via Backslash Bypass of PurePosixPath Sanitization
NiceGUI is a Python-based UI framework. Prior to 3.10.0, Since PurePosixPath only recognizes forward slashes (/) as path separators, an attacker can bypass this sanitization on Windows by using backslashes (\) in the upload filename. Applications that construct file paths using file.name (a pattern demonstrated in NiceGUI's bundled examples) are vulnerable to arbitrary file write on Windows. This vulnerability is fixed in 3.10.0.
References
-
https://github.com/zauberzeug/nicegui/security/advisories/GHSA-w8wv-vfpc-hw2w x_refsource_CONFIRM
-
https://github.com/zauberzeug/nicegui/releases/tag/v3.10.0 x_refsource_MISC
Affected products
nicegui
- ==< 3.10.0
Matching in nixpkgs
pkgs.python312Packages.nicegui
Module to create web-based user interfaces
pkgs.python313Packages.nicegui
Module to create web-based user interfaces
pkgs.python314Packages.nicegui
Module to create web-based user interfaces
Ignored packages (3)
pkgs.python312Packages.nicegui-highcharts
NiceGUI with support for Highcharts
pkgs.python313Packages.nicegui-highcharts
NiceGUI with support for Highcharts
pkgs.python314Packages.nicegui-highcharts
NiceGUI with support for Highcharts
Package maintainers
-
@fabaff Fabian Affolter <mail@fabian-affolter.ch>