{ "id": "CVE-2023-3978", "sourceIdentifier": "security@golang.org", "published": "2023-08-02T20:15:12.097", "lastModified": "2023-11-07T04:20:03.647", "vulnStatus": "Modified", "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." } ], "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 } ] }, "weaknesses": [ { "source": "nvd@nist.gov", "type": "Primary", "description": [ { "lang": "en", "value": "CWE-79" } ] } ], "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" } ] } ] } ], "references": [ { "url": "https://go.dev/cl/514896", "source": "security@golang.org", "tags": [ "Patch" ] }, { "url": "https://go.dev/issue/61615", "source": "security@golang.org", "tags": [ "Issue Tracking", "Patch", "Vendor Advisory" ] }, { "url": "https://pkg.go.dev/vuln/GO-2023-1988", "source": "security@golang.org", "tags": [ "Issue Tracking", "Patch", "Vendor Advisory" ] } ] }