Skip to content

Commit

Permalink
new vulnerability in github.com/ydb-platform/ydb-go-sdk/v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sampion88 committed Feb 3, 2025
1 parent a72d35b commit 71ede85
Showing 1 changed file with 23 additions and 12 deletions.
35 changes: 23 additions & 12 deletions input/new.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,26 @@
{
"package_name": "",
"patch_versions": [],
"vulnerable_ranges": [],
"cwe": [],
"tldr": "",
"doest_this_affect_me": "",
"how_to_fix": "",
"vulnerable_to": "",
"package_name": "github.com/ydb-platform/ydb-go-sdk/v3",
"patch_versions": [
"3.99.2"
],
"vulnerable_ranges": [
[
"3.34.0",
"3.99.1"
]
],
"cwe": [
"CWE-476",
"CWE-400"
],
"tldr": "Affected versions of this package are vulnerable to an explicit null-dereference in the `internal/credentials/static.go::parseExpiresAt` function. This flaw can lead to crashes, potentially causing a Denial of Service (DoS). Proper handling of null values is necessary to prevent such issues, as it could result in system instability or unresponsiveness when exploited.",
"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": "NULL Pointer Dereference",
"related_cve_id": "",
"language": "",
"severity_class": "",
"aikido_score": 0,
"changelog": ""
"language": "RUST",
"severity_class": "LOW",
"aikido_score": 16,
"changelog": "https://github.com/ydb-platform/ydb-go-sdk/releases/tag/v3.99.2"
}

0 comments on commit 71ede85

Please sign in to comment.