зеркало из https://github.com/golang/vulndb.git
82 строки
2.0 KiB
JSON
82 строки
2.0 KiB
JSON
{
|
|
"schema_version": "1.3.1",
|
|
"id": "GO-2024-2609",
|
|
"modified": "0001-01-01T00:00:00Z",
|
|
"published": "0001-01-01T00:00:00Z",
|
|
"aliases": [
|
|
"CVE-2024-24784"
|
|
],
|
|
"summary": "Comments in display names are incorrectly handled in net/mail",
|
|
"details": "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.",
|
|
"affected": [
|
|
{
|
|
"package": {
|
|
"name": "stdlib",
|
|
"ecosystem": "Go"
|
|
},
|
|
"ranges": [
|
|
{
|
|
"type": "SEMVER",
|
|
"events": [
|
|
{
|
|
"introduced": "0"
|
|
},
|
|
{
|
|
"fixed": "1.21.8"
|
|
},
|
|
{
|
|
"introduced": "1.22.0-0"
|
|
},
|
|
{
|
|
"fixed": "1.22.1"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"ecosystem_specific": {
|
|
"imports": [
|
|
{
|
|
"path": "net/mail",
|
|
"symbols": [
|
|
"Address.String",
|
|
"AddressParser.Parse",
|
|
"AddressParser.ParseList",
|
|
"Header.AddressList",
|
|
"ParseAddress",
|
|
"ParseAddressList",
|
|
"addrParser.consumeGroupList",
|
|
"addrParser.consumePhrase",
|
|
"isAtext"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|
|
],
|
|
"references": [
|
|
{
|
|
"type": "REPORT",
|
|
"url": "https://go.dev/issue/65083"
|
|
},
|
|
{
|
|
"type": "FIX",
|
|
"url": "https://go.dev/cl/555596"
|
|
},
|
|
{
|
|
"type": "WEB",
|
|
"url": "https://groups.google.com/g/golang-announce/c/5pwGVUPoMbg"
|
|
}
|
|
],
|
|
"credits": [
|
|
{
|
|
"name": "Juho Nurminen of Mattermost"
|
|
},
|
|
{
|
|
"name": "Slonser (https://github.com/Slonser)"
|
|
}
|
|
],
|
|
"database_specific": {
|
|
"url": "https://pkg.go.dev/vuln/GO-2024-2609",
|
|
"review_status": "REVIEWED"
|
|
}
|
|
} |