2022-10-20 00:50:56 +03:00
{
2023-03-31 23:44:23 +03:00
"schema_version" : "1.3.1" ,
2022-10-20 00:50:56 +03:00
"id" : "GO-2022-1045" ,
"modified" : "0001-01-01T00:00:00Z" ,
2023-03-31 23:44:23 +03:00
"published" : "0001-01-01T00:00:00Z" ,
2022-10-20 00:50:56 +03:00
"aliases" : [
"CVE-2022-39237" ,
"GHSA-m5m3-46gj-wch8"
] ,
2023-06-06 21:13:32 +03:00
"summary" : "Improper validation of signature hash algorithms in github.com/sylabs/sif/v2" ,
2022-10-05 19:05:17 +03:00
"details" : "The Singularity Image Format (SIF) reference implementation does not verify that the hash algorithm(s) used are cryptographically secure when verifying digital signatures." ,
2022-10-20 00:50:56 +03:00
"affected" : [
{
"package" : {
"name" : "github.com/sylabs/sif/v2" ,
"ecosystem" : "Go"
} ,
"ranges" : [
{
"type" : "SEMVER" ,
"events" : [
{
"introduced" : "0"
} ,
{
"fixed" : "2.8.1"
}
]
}
] ,
"ecosystem_specific" : {
"imports" : [
{
"path" : "github.com/sylabs/sif/v2/pkg/integrity" ,
"symbols" : [
"Signer.Sign" ,
"Verifier.Verify" ,
"digest.MarshalJSON" ,
"digest.UnmarshalJSON" ,
"newDigest" ,
"signAndEncodeJSON" ,
"verifyAndDecode"
]
}
]
}
}
] ,
"references" : [
{
"type" : "ADVISORY" ,
"url" : "https://github.com/sylabs/sif/security/advisories/GHSA-m5m3-46gj-wch8"
} ,
{
"type" : "FIX" ,
"url" : "https://github.com/sylabs/sif/commit/07fb86029a12e3210f6131e065570124605daeaa"
}
2022-11-21 21:47:08 +03:00
] ,
2023-03-31 23:44:23 +03:00
"database_specific" : {
2024-05-14 22:19:00 +03:00
"url" : "https://pkg.go.dev/vuln/GO-2022-1045" ,
"review_status" : "REVIEWED"
2023-03-31 23:44:23 +03:00
}
2022-10-20 00:50:56 +03:00
}