-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move new vulnerability to vulnerabilities/AIKIDO-2025-10040.json and …
…reset new.json template
- Loading branch information
1 parent
bebefc7
commit 79c3345
Showing
2 changed files
with
39 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,15 @@ | ||
{ | ||
"package_name": "io.insert-koin:koin-core", | ||
"patch_versions": [ | ||
"4.0.2" | ||
], | ||
"vulnerable_ranges": [ | ||
[ | ||
"3.1.0", | ||
"4.0.1" | ||
] | ||
], | ||
"cwe": [ | ||
"CWE-362" | ||
], | ||
"tldr": "Affected versions of this package are vulnerable to a race condition, in rare cases this causes application crashes, which might be exploited by malicious actors.", | ||
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.", | ||
"how_to_fix": "Upgrade the `io.insert-koin:koin-core` library to the patch version.", | ||
"reporter": "", | ||
"vulnerable_to": "Race Condition", | ||
"package_name": "", | ||
"patch_versions": [], | ||
"vulnerable_ranges": [], | ||
"cwe": [], | ||
"tldr": "", | ||
"doest_this_affect_me": "", | ||
"how_to_fix": "", | ||
"vulnerable_to": "", | ||
"related_cve_id": "", | ||
"language": "JAVA", | ||
"severity_class": "LOW", | ||
"aikido_score": 10, | ||
"changelog": "https://github.com/InsertKoinIO/koin/releases/tag/4.0.2" | ||
"language": "", | ||
"severity_class": "", | ||
"aikido_score": 0, | ||
"changelog": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"package_name": "io.insert-koin:koin-core", | ||
"patch_versions": [ | ||
"4.0.2" | ||
], | ||
"vulnerable_ranges": [ | ||
[ | ||
"3.1.0", | ||
"4.0.1" | ||
] | ||
], | ||
"cwe": [ | ||
"CWE-362" | ||
], | ||
"tldr": "Affected versions of this package are vulnerable to a race condition, in rare cases this causes application crashes, which might be exploited by malicious actors.", | ||
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.", | ||
"how_to_fix": "Upgrade the `io.insert-koin:koin-core` library to the patch version.", | ||
"reporter": "", | ||
"vulnerable_to": "Race Condition", | ||
"related_cve_id": "", | ||
"language": "JAVA", | ||
"severity_class": "LOW", | ||
"aikido_score": 10, | ||
"changelog": "https://github.com/InsertKoinIO/koin/releases/tag/4.0.2", | ||
"last_modified": "2025-01-24", | ||
"published": "2025-01-24" | ||
} |