Skip to content

Commit

Permalink
Merge pull request #140 from AikidoSec/new-in-ydb-go-sdk
Browse files Browse the repository at this point in the history
new vulnerability in ydb-go-sdk
  • Loading branch information
willem-delbare authored Feb 4, 2025
2 parents 4d3518f + 4c4479a commit 8246517
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions vulnerabilities/AIKIDO-2025-10072.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"package_name": "github.com/ydb-platform/ydb-go-sdk/v3",
"patch_versions": [
"3.99.3"
],
"vulnerable_ranges": [
[
"3.26.0",
"3.99.2"
]
],
"cwe": [
"CWE-835",
"CWE-400"
],
"tldr": "Affected versions of this package are vulnerable to an infinite loop in the `internal/balancer/local_dc.go::getRandomEndpoints` function. This flaw can cause the system to hang indefinitely, leading to a Denial of Service (DoS) by consuming resources and rendering the application unresponsive.",
"doest_this_affect_me": "You are affected if you are using a version that falls within the vulnerable range.",
"how_to_fix": "Upgrade the `github.com/ydb-platform/ydb-go-sdk/v3` library to the patch version.",
"reporter": "",
"vulnerable_to": "Infinite Loop",
"related_cve_id": "",
"language": "GO",
"severity_class": "LOW",
"aikido_score": 16,
"changelog": "https://github.com/ydb-platform/ydb-go-sdk/releases/tag/v3.99.3",
"last_modified": "2025-02-04",
"published": "2025-02-04"
}

0 comments on commit 8246517

Please sign in to comment.