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 vulnerability in minijinja #51

Merged
merged 3 commits into from
Jan 8, 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
28 changes: 28 additions & 0 deletions vulnerabilities/AIKIDO-2025-10011.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"package_name": "minijinja",
"patch_versions": [
"2.6.0"
],
"vulnerable_ranges": [
[
"2.0.0-alpha.0"
],
[
"2.5.0"
]
],
"cwe": [
"CWE-248"
],
"tldr": "Affected versions of this package may execute unsafe code when handling `Kwargs` type objects, potentially allowing malicious inputs to trigger unintended behavior.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `minijinja` library to the patch version.",
"vulnerable_to": "Uncaught Exception",
"related_cve_id": "",
"language": "RUST",
"severity_class": "LOW",
"aikido_score": 10,
"changelog": "https://github.com/mitsuhiko/minijinja/releases/tag/2.6.0",
"last_modified": "2025-01-08",
"published": "2025-01-08"
}