Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Vuln: Improper Auth in NiceGUI (python) #43

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions vulnerabilities/AIKIDO-2025-10006.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"package_name": "nicegui",
"patch_versions": [
"2.9.1"
],
"vulnerable_ranges": [
[
"1.3.0",
"2.9.0"
]
],
"cwe": [
"CWE-287"
],
"tldr": "Affected versions of this package are affected by a broken access control due to inadequate isolation of session states across different browsers. When a user logs into one browser, they are automatically authenticated in all other browsers on the same device, including incognito mode, without needing to log in again. It may lead to unauthorized access, particularly when using shared or public devices.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `NiceGUI` library to the patch version.",
"vulnerable_to": "Improper Authentication",
"related_cve_id": "CVE-2025-21618",
"language": "python",
"severity_class": "HIGH",
"aikido_score": 75,
"changelog": "https://github.com/zauberzeug/nicegui/releases/tag/v2.9.1",
"last_modified": "2025-01-07",
"published": "2025-01-07"
}