blob: 585b072f1fc2031a89f8dfde8038d4e7ce893e1c [file] [log] [blame]
{
"schema_version": "1.4.0",
"id": "GHSA-33m6-q9v5-62r7",
"modified": "2023-02-07T22:57:53Z",
"published": "2023-02-07T22:57:53Z",
"aliases": [
"CVE-2021-3538"
],
"summary": "github.com/satori/go.uuid has Predictable SIF UUID Identifiers",
"details": "### Impact\n\nThe siftool new command produces predictable UUID identifiers due to insecure randomness in the version of the `github.com/satori/go.uuid` module used as a dependency.\n\n### Patches\n\nA patch is available in version \u003e= v1.2.1-0.20180404165556-75cca531ea76 of the module. Users are encouraged to upgrade.\n\nFixed by https://github.com/hpcng/sif/pull/90\n\n### Workarounds\n\nUsers passing CreateInfo struct should ensure the ID field is generated using a version of github.com/satori/go.uuid that is not vulnerable to this issue. Unfortunately, the latest tagged release is vulnerable to this issue. One way to obtain a non-vulnerable version is:\n\n`go get -u github.com/satori/go.uuid@v1.2.1-0.20180404165556-75cca531ea76`\n\n### References\n\nhttps://github.com/satori/go.uuid/issues/73\n\n### For more information\n\nIf you have any questions or comments about this advisory:\n\nOpen an issue in https://github.com/hpcng/sif/issues",
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/satori/go.uuid"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.2.1-0.20180103161547-0ef6afb2f6cd"
},
{
"fixed": "1.2.1-0.20180404165556-75cca531ea76"
}
]
}
]
},
{
"package": {
"ecosystem": "Go",
"name": "github.com/apptainer/sif/v2"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.2.1-0.20180103161547-0ef6afb2f6cd"
},
{
"fixed": "1.2.1-0.20180404165556-75cca531ea76"
}
]
}
]
}
],
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"references": [
{
"type": "WEB",
"url": "https://github.com/hpcng/sif/security/advisories/GHSA-33m6-q9v5-62r7"
},
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2021-3538"
},
{
"type": "WEB",
"url": "https://github.com/satori/go.uuid/issues/73"
},
{
"type": "WEB",
"url": "https://github.com/satori/go.uuid/pull/75"
},
{
"type": "WEB",
"url": "https://github.com/satori/go.uuid/commit/75cca531ea763666bc46e531da3b4c3b95f64557"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1954376"
},
{
"type": "PACKAGE",
"url": "https://github.com/satori/go.uuid"
},
{
"type": "WEB",
"url": "https://pkg.go.dev/vuln/GO-2022-0244"
},
{
"type": "WEB",
"url": "https://snyk.io/vuln/SNYK-GOLANG-GITHUBCOMSATORIGOUUID-72488"
}
],
"database_specific": {
"cwe_ids": [
"CWE-338"
],
"github_reviewed": true,
"github_reviewed_at": "2023-02-07T22:57:53Z",
"nvd_published_at": "2021-06-02T14:15:00Z",
"severity": "CRITICAL"
}
}