2023-08-02 22:00:31 +00:00
{
"id" : "CVE-2023-3978" ,
"sourceIdentifier" : "security@golang.org" ,
"published" : "2023-08-02T20:15:12.097" ,
2023-11-07 21:03:21 +00:00
"lastModified" : "2023-11-07T04:20:03.647" ,
"vulnStatus" : "Modified" ,
2023-08-02 22:00:31 +00:00
"descriptions" : [
{
"lang" : "en" ,
"value" : "Text nodes not in the HTML namespace are incorrectly literally rendered, causing text which should be escaped to not be. This could lead to an XSS attack."
}
] ,
2023-08-07 20:00:39 +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:C/C:L/I:L/A:N" ,
"attackVector" : "NETWORK" ,
"attackComplexity" : "LOW" ,
"privilegesRequired" : "NONE" ,
"userInteraction" : "REQUIRED" ,
"scope" : "CHANGED" ,
"confidentialityImpact" : "LOW" ,
"integrityImpact" : "LOW" ,
"availabilityImpact" : "NONE" ,
"baseScore" : 6.1 ,
"baseSeverity" : "MEDIUM"
} ,
"exploitabilityScore" : 2.8 ,
"impactScore" : 2.7
}
]
} ,
2023-08-02 22:00:31 +00:00
"weaknesses" : [
2023-08-07 20:00:39 +00:00
{
"source" : "nvd@nist.gov" ,
"type" : "Primary" ,
"description" : [
{
"lang" : "en" ,
"value" : "CWE-79"
2023-08-02 22:00:31 +00:00
}
]
}
] ,
2023-08-07 20:00:39 +00:00
"configurations" : [
{
"nodes" : [
{
"operator" : "OR" ,
"negate" : false ,
"cpeMatch" : [
{
"vulnerable" : true ,
"criteria" : "cpe:2.3:a:golang:networking:*:*:*:*:*:go:*:*" ,
"versionEndExcluding" : "0.13.0" ,
"matchCriteriaId" : "791C8F5E-A214-4005-891D-B6FBD968A55C"
}
]
}
]
}
] ,
2023-08-02 22:00:31 +00:00
"references" : [
{
"url" : "https://go.dev/cl/514896" ,
2023-08-07 20:00:39 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Patch"
]
2023-08-02 22:00:31 +00:00
} ,
{
"url" : "https://go.dev/issue/61615" ,
2023-08-07 20:00:39 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Issue Tracking" ,
"Patch" ,
"Vendor Advisory"
]
2023-08-02 22:00:31 +00:00
} ,
{
"url" : "https://pkg.go.dev/vuln/GO-2023-1988" ,
2023-08-07 20:00:39 +00:00
"source" : "security@golang.org" ,
"tags" : [
"Issue Tracking" ,
"Patch" ,
"Vendor Advisory"
]
2023-08-02 22:00:31 +00:00
}
]
}