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

Target Gradio Python #50

Merged
merged 3 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-10009.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"package_name": "gradio",
"patch_versions": [
"5.10.0"
],
"vulnerable_ranges": [
[
"4.19.1",
"5.9.1"
]
],
"cwe": [
"CWE-646"
],
"tldr": "Affected versions of this package are affected by unrestricted file uploads due to insecure methods that improperly handle file extensions and MIME types when processing files. This vulnerability could allow an attacker to upload malicious files, such as malware, leading to critical security issues and misbehavior.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `gradio` library to the patch version.",
"vulnerable_to": "Unrestricted File Upload",
"related_cve_id": "",
"language": "python",
"severity_class": "MEDIUM",
"aikido_score": 55,
"changelog": "https://github.com/gradio-app/gradio/releases/tag/gradio%405.10.0",
"last_modified": "2025-01-07",
"published": "2025-01-07"
}