cvelist/2022/30xxx/CVE-2022-30629.json
2022-09-15 18:00:36 +00:00

107 lines
3.8 KiB
JSON

{
"CVE_data_meta": {
"ASSIGNER": "security@golang.org",
"ID": "CVE-2022-30629",
"STATE": "PUBLIC"
},
"data_type": "CVE",
"data_format": "MITRE",
"data_version": "4.0",
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "crypto/tls",
"version": {
"version_data": [
{
"version_value": "1.17.11",
"version_affected": "<"
},
{
"version_value": "1.18.0",
"version_affected": ">="
},
{
"version_value": "1.18.3",
"version_affected": "<"
}
]
}
}
]
},
"vendor_name": "Go"
}
]
}
},
"description": {
"description_data": [
{
"lang": "eng",
"value": "Non-random values for ticket_age_add in session tickets in crypto/tls before Go 1.17.11 and Go 1.18.3 allow an attacker that can observe TLS handshakes to correlate successive connections by comparing ticket ages during session resumption."
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-200: Information Exposure"
}
]
}
]
},
"references": {
"reference_data": [
{
"url": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg/m/IWz5T6x7AAAJ",
"refsource": "MISC",
"name": "https://groups.google.com/g/golang-announce/c/TzIC9-t8Ytg/m/IWz5T6x7AAAJ"
},
{
"url": "https://pkg.go.dev/vuln/GO-2022-0531",
"refsource": "MISC",
"name": "https://pkg.go.dev/vuln/GO-2022-0531"
},
{
"url": "https://go.dev/cl/405994",
"refsource": "MISC",
"name": "https://go.dev/cl/405994"
},
{
"url": "https://go.googlesource.com/go/+/fe4de36198794c447fbd9d7cc2d7199a506c76a5",
"refsource": "MISC",
"name": "https://go.googlesource.com/go/+/fe4de36198794c447fbd9d7cc2d7199a506c76a5"
},
{
"url": "https://go.dev/issue/52814",
"refsource": "MISC",
"name": "https://go.dev/issue/52814"
},
{
"refsource": "FEDORA",
"name": "FEDORA-2022-30c5ed5625",
"url": "https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/RQXU752ALW53OJAF5MG3WMR5CCZVLWW6/"
},
{
"refsource": "CONFIRM",
"name": "https://security.netapp.com/advisory/ntap-20220915-0004/",
"url": "https://security.netapp.com/advisory/ntap-20220915-0004/"
}
]
},
"credit": [
{
"lang": "eng",
"value": "Github user @nervuri"
}
]
}