-
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.
Merge pull request #57 from AikidoSec/new-in-koin
new vulnerability in io.insert-koin:koin-core
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 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 |
---|---|---|
@@ -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" | ||
} |