mirror of
https://github.com/CVEProject/cvelist.git
synced 2025-08-04 08:44:25 +00:00
104 lines
3.6 KiB
JSON
104 lines
3.6 KiB
JSON
{
|
|
"data_version": "4.0",
|
|
"data_type": "CVE",
|
|
"data_format": "MITRE",
|
|
"CVE_data_meta": {
|
|
"ID": "CVE-2024-24784",
|
|
"ASSIGNER": "security@golang.org",
|
|
"STATE": "PUBLIC"
|
|
},
|
|
"description": {
|
|
"description_data": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "The ParseAddressList function incorrectly handles comments (text within parentheses) within display names. Since this is a misalignment with conforming address parsers, it can result in different trust decisions being made by programs using different parsers."
|
|
}
|
|
]
|
|
},
|
|
"problemtype": {
|
|
"problemtype_data": [
|
|
{
|
|
"description": [
|
|
{
|
|
"lang": "eng",
|
|
"value": "CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"affects": {
|
|
"vendor": {
|
|
"vendor_data": [
|
|
{
|
|
"vendor_name": "Go standard library",
|
|
"product": {
|
|
"product_data": [
|
|
{
|
|
"product_name": "net/mail",
|
|
"version": {
|
|
"version_data": [
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "0",
|
|
"version_value": "1.21.8"
|
|
},
|
|
{
|
|
"version_affected": "<",
|
|
"version_name": "1.22.0-0",
|
|
"version_value": "1.22.1"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"references": {
|
|
"reference_data": [
|
|
{
|
|
"url": "https://go.dev/issue/65083",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/issue/65083"
|
|
},
|
|
{
|
|
"url": "https://go.dev/cl/555596",
|
|
"refsource": "MISC",
|
|
"name": "https://go.dev/cl/555596"
|
|
},
|
|
{
|
|
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg",
|
|
"refsource": "MISC",
|
|
"name": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
|
|
},
|
|
{
|
|
"url": "https://pkg.go.dev/vuln/GO-2024-2609",
|
|
"refsource": "MISC",
|
|
"name": "https://pkg.go.dev/vuln/GO-2024-2609"
|
|
},
|
|
{
|
|
"url": "https://security.netapp.com/advisory/ntap-20240329-0007/",
|
|
"refsource": "MISC",
|
|
"name": "https://security.netapp.com/advisory/ntap-20240329-0007/"
|
|
},
|
|
{
|
|
"url": "http://www.openwall.com/lists/oss-security/2024/03/08/4",
|
|
"refsource": "MISC",
|
|
"name": "http://www.openwall.com/lists/oss-security/2024/03/08/4"
|
|
}
|
|
]
|
|
},
|
|
"credits": [
|
|
{
|
|
"lang": "en",
|
|
"value": "Juho Nurminen of Mattermost"
|
|
},
|
|
{
|
|
"lang": "en",
|
|
"value": "Slonser (https://github.com/Slonser)"
|
|
}
|
|
]
|
|
} |