Lucene search
K

219 matches found

OSSF Malicious Packages
OSSF Malicious Packages
added 2026/04/29 12:0 p.m.3 views

Malicious code in nicegui (npm)

Malicious npm package published by threat actor "ryanmccollum1" typosquatting the popular Python NiceGUI framework. Part of the same supply chain attack campaign as redeem-onchain-sdk, which collects SSH keys, AWS credentials, .npmrc tokens, Docker auth, Chrome saved logins, .env files, and git...

5.3AI score
Exploits0References1
OSV
OSV
added 2026/04/29 12:0 p.m.1 views

MAL-2026-3180 Malicious code in nicegui (npm)

Malicious npm package published by threat actor "ryanmccollum1" typosquatting the popular Python NiceGUI framework. Part of the same supply chain attack campaign as redeem-onchain-sdk, which collects SSH keys, AWS credentials, .npmrc tokens, Docker auth, Chrome saved logins, .env files, and git...

5.4AI score
Exploits0References1
NVD
NVD
added 2026/04/08 9:16 p.m.2 views

CVE-2026-39844

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...

7.5CVSS0.00064EPSS
Exploits0References3
CVE
CVE
added 2026/04/08 8:13 p.m.11 views

CVE-2026-39844

CVE-2026-39844 affects NiceGUI prior to 3.10.0, where upload file names are sanitized using PurePosixPath(filename).name. On Windows, backslashes are not treated as path separators by PurePosixPath, allowing attackers to bypass sanitization with backslash-filled filenames. If applications constru...

7.5CVSS6AI score0.00064EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2026/04/08 8:13 p.m.0 views

CVE-2026-39844 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...

5.9CVSS6AI score0.00064EPSS
Exploits0References3
Cvelist
Cvelist
added 2026/04/08 8:13 p.m.14 views

CVE-2026-39844 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...

5.9CVSS0.00064EPSS
Exploits0References3
EUVD
EUVD
added 2026/04/08 3:4 p.m.2 views

EUVD-2026-20610

NiceGUI: Upload filename sanitization bypass via backslashes allows path traversal on Windows...

5.9CVSS5.9AI score0.00064EPSS
Exploits0References3
OSV
OSV
added 2026/04/08 3:4 p.m.2 views

GHSA-W8WV-VFPC-HW2W NiceGUI: Upload filename sanitization bypass via backslashes allows path traversal on Windows

Summary The upload filename sanitization introduced in GHSA-9ffm-fxg3-xrhh uses PurePosixPathfilename.name to strip path components. Since PurePosixPath only recognizes forward slashes / as path separators, an attacker can bypass this sanitization on Windows by using backslashes \ in the upload...

5.9CVSS6.2AI score0.00064EPSS
Exploits0References5
Snyk
Snyk
added 2026/04/08 3:4 p.m.2 views

Directory Traversal

Overview nicegui is a Create web-based user interfaces with Python. The nice way. Affected versions of this package are vulnerable to Directory Traversal via improper sanitization of uploaded filenames in the uploadfiles.py. An attacker can overwrite arbitrary files outside the intended upload...

8.3CVSS6.5AI score0.00064EPSS
Exploits0References2
Github Security Blog
Github Security Blog
added 2026/04/08 3:4 p.m.2 views

NiceGUI: Upload filename sanitization bypass via backslashes allows path traversal on Windows

Summary The upload filename sanitization introduced in GHSA-9ffm-fxg3-xrhh uses PurePosixPathfilename.name to strip path components. Since PurePosixPath only recognizes forward slashes / as path separators, an attacker can bypass this sanitization on Windows by using backslashes \ in the upload...

7.5CVSS6.3AI score0.00064EPSS
Exploits0References5Affected Software1
vulnersOsv
vulnersOsv
added 2026/04/08 3:4 p.m.1 views

ex4nicegui (=0.9.0) potentially affected by CVE-2026-39844 via nicegui (=3.0.4)

nicegui PYPI version =3.0.4 is affected by a known vulnerability. The following packages have a transitive dependency on nicegui and may be impacted: - ex4nicegui =0.9.0 Source cves: CVE-2026-39844 Source advisory: SNYK:PYTHON-NICEGUI-15954191...

7.5CVSS5.8AI score0.00064EPSS
Exploits0
CNNVD
CNNVD
added 2026/04/08 12:0 a.m.2 views

NiceGUI 路径遍历漏洞

NiceGUI is an easy-to-use, Python-based UI framework developed under the open source license. Versions of NiceGUI prior to 3.10.0 contained a path traversal vulnerability. This vulnerability stemmed from an inability to bypass path cleaning, which could lead to arbitrary file writing on Windows...

7.5CVSS5.9AI score0.00064EPSS
Exploits0References3
RedhatCVE
RedhatCVE
added 2026/03/26 3:8 p.m.4 views

CVE-2026-33332

NiceGUI is a Python-based UI framework. Prior to version 3.9.0, NiceGUI's app.addmediafile and app.addmediafiles media routes accept a user-controlled query parameter that influences how files are read during streaming. The parameter is passed to the range-response implementation without...

7.5CVSS5.7AI score0.0004EPSS
Exploits0References1
NVD
NVD
added 2026/03/24 8:16 p.m.1 views

CVE-2026-33332

NiceGUI is a Python-based UI framework. Prior to version 3.9.0, NiceGUI's app.addmediafile and app.addmediafiles media routes accept a user-controlled query parameter that influences how files are read during streaming. The parameter is passed to the range-response implementation without...

7.5CVSS0.0004EPSS
Exploits0References3
Vulnrichment
Vulnrichment
added 2026/03/24 7:20 p.m.1 views

CVE-2026-33332 NiceGUI's unvalidated chunk size parameter in media routes can cause memory exhaustion

NiceGUI is a Python-based UI framework. Prior to version 3.9.0, NiceGUI's app.addmediafile and app.addmediafiles media routes accept a user-controlled query parameter that influences how files are read during streaming. The parameter is passed to the range-response implementation without...

6.9CVSS5.7AI score0.0004EPSS
Exploits0References3
ATTACKERKB
ATTACKERKB
added 2026/03/24 7:20 p.m.3 views

CVE-2026-33332

NiceGUI is a Python-based UI framework. Prior to version 3.9.0, NiceGUI's app.addmediafile and app.addmediafiles media routes accept a user-controlled query parameter that influences how files are read during streaming. The parameter is passed to the range-response implementation without...

6.9CVSS5.7AI score0.0004EPSS
Exploits0References4Affected Software1
Cvelist
Cvelist
added 2026/03/24 7:20 p.m.15 views

CVE-2026-33332 NiceGUI's unvalidated chunk size parameter in media routes can cause memory exhaustion

NiceGUI is a Python-based UI framework. Prior to version 3.9.0, NiceGUI's app.addmediafile and app.addmediafiles media routes accept a user-controlled query parameter that influences how files are read during streaming. The parameter is passed to the range-response implementation without...

6.9CVSS0.0004EPSS
Exploits0References3
OSV
OSV
added 2026/03/24 7:20 p.m.2 views

CVE-2026-33332 NiceGUI's unvalidated chunk size parameter in media routes can cause memory exhaustion

NiceGUI is a Python-based UI framework. Prior to version 3.9.0, NiceGUI's app.addmediafile and app.addmediafiles media routes accept a user-controlled query parameter that influences how files are read during streaming. The parameter is passed to the range-response implementation without...

6.9CVSS5.8AI score0.0004EPSS
Exploits0References5
EUVD
EUVD
added 2026/03/24 7:20 p.m.3 views

EUVD-2026-14179

NiceGUI is a Python-based UI framework. Prior to version 3.9.0, NiceGUI's app.addmediafile and app.addmediafiles media routes accept a user-controlled query parameter that influences how files are read during streaming. The parameter is passed to the range-response implementation without...

8.2CVSS5.7AI score0.00043EPSS
Exploits1References10
CVE
CVE
added 2026/03/24 7:20 p.m.5 views

CVE-2026-33332

CVE-2026-33332 affects NiceGUI prior to v3.9.0. The media routes app.add_media_file() and app.add_media_files() accept a user-controlled query parameter that influences how files are read during streaming. The parameter is passed to the range-response implementation without validation, allowing a...

7.5CVSS5.7AI score0.0004EPSS
Exploits0References3Affected Software1
Rows per page
Query Builder