2023-07-12 04:00:31 +00:00
{
"id" : "CVE-2023-29406" ,
"sourceIdentifier" : "security@golang.org" ,
"published" : "2023-07-11T20:15:10.643" ,
2023-11-25 13:01:12 +00:00
"lastModified" : "2023-11-25T11:15:14.727" ,
2023-08-14 20:00:43 +00:00
"vulnStatus" : "Modified" ,
2024-07-14 02:06:08 +00:00
"cveTags" : [ ] ,
2023-07-12 04:00:31 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "The HTTP/1 client does not fully validate the contents of the Host header. A maliciously crafted Host header can inject additional headers or entire requests. With fix, the HTTP/1 client now refuses to send requests containing an invalid Request.Host or Request.URL.Host value."
}
] ,
2023-07-19 23:55:40 +00:00
"metrics" : {
"cvssMetricV31" : [
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"cvssData" : {
"version" : "3.1" ,
"vectorString" : "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "UNCHANGED" ,
"confidentialityImpact" : "NONE" ,
"integrityImpact" : "HIGH" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 6.5 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 3.6
}
]
} ,
2023-07-12 04:00:31 +00:00
"weaknesses" : [
2023-07-19 23:55:40 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-436"
}
]
2023-07-12 04:00:31 +00:00
}
] ,
2023-07-19 23:55:40 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" ,
"versionEndExcluding" : "1.19.11" ,
"matchCriteriaId" : "A12D1C04-755E-4205-8261-3A85D0AE0AB6"
} ,
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:golang:go:*:*:*:*:*:*:*:*" ,
"versionStartIncluding" : "1.20.0" ,
"versionEndExcluding" : "1.20.6" ,
"matchCriteriaId" : "9A77E128-E2EE-4E9A-9C4C-5F812E14EBFA"
}
]
}
]
}
] ,
2023-07-12 04:00:31 +00:00
"references" : [
{
"url" : "https://go.dev/cl/506996" ,
2023-07-19 23:55:40 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Patch"
]
2023-07-12 04:00:31 +00:00
} ,
{
"url" : "https://go.dev/issue/60374" ,
2023-07-19 23:55:40 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Issue Tracking" ,
"Patch"
]
2023-07-12 04:00:31 +00:00
} ,
{
"url" : "https://groups.google.com/g/golang-announce/c/2q13H6LEEx0" ,
2023-07-19 23:55:40 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Mailing List"
]
2023-07-12 04:00:31 +00:00
} ,
{
"url" : "https://pkg.go.dev/vuln/GO-2023-1878" ,
2023-07-19 23:55:40 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Vendor Advisory"
]
2023-08-14 20:00:43 +00:00
} ,
2023-11-25 13:01:12 +00:00
{
"url" : "https://security.gentoo.org/glsa/202311-09" ,
"source" : "security@golang.org"
} ,
2023-08-14 20:00:43 +00:00
{
"url" : "https://security.netapp.com/advisory/ntap-20230814-0002/" ,
"source" : "security@golang.org"
2023-07-12 04:00:31 +00:00
}
]
}