-
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.
new vulnerability in github.com/ydb-platform/ydb-go-sdk/v3
- Loading branch information
Showing
1 changed file
with
23 additions
and
12 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,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" | ||
} |