Skip to content

Commit

Permalink
Move new vulnerability to vulnerabilities/AIKIDO-2025-10040.json and …
Browse files Browse the repository at this point in the history
…reset new.json template
  • Loading branch information
github-actions[bot] committed Jan 24, 2025
1 parent bebefc7 commit 79c3345
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 22 deletions.
34 changes: 12 additions & 22 deletions input/new.json
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": ""
}
27 changes: 27 additions & 0 deletions vulnerabilities/AIKIDO-2025-10040.json
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"
}

0 comments on commit 79c3345

Please sign in to comment.