diff --git a/advisories/github-reviewed/2024/12/GHSA-w32m-9786-jp63/GHSA-w32m-9786-jp63.json b/advisories/github-reviewed/2024/12/GHSA-w32m-9786-jp63/GHSA-w32m-9786-jp63.json new file mode 100644 index 00000000000..bfb4e9bcc59 --- /dev/null +++ b/advisories/github-reviewed/2024/12/GHSA-w32m-9786-jp63/GHSA-w32m-9786-jp63.json @@ -0,0 +1,77 @@ +{ + "schema_version": "1.4.0", + "id": "GHSA-w32m-9786-jp63", + "modified": "2024-12-18T21:59:48Z", + "published": "2024-12-18T21:59:48Z", + "aliases": [ + "CVE-2024-45338" + ], + "summary": "Non-linear parsing of case-insensitive content in golang.org/x/net/html", + "details": "An attacker can craft an input to the Parse functions that would be processed non-linearly with respect to its length, resulting in extremely slow parsing. This could cause a denial of service.", + "severity": [ + { + "type": "CVSS_V4", + "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:N" + } + ], + "affected": [ + { + "package": { + "ecosystem": "Go", + "name": "golang.org/x/net" + }, + "ranges": [ + { + "type": "ECOSYSTEM", + "events": [ + { + "introduced": "0" + }, + { + "fixed": "0.33.0" + } + ] + } + ] + } + ], + "references": [ + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-45338" + }, + { + "type": "WEB", + "url": "https://github.com/golang/go/issues/70906" + }, + { + "type": "PACKAGE", + "url": "https://cs.opensource.google/go/x/net" + }, + { + "type": "WEB", + "url": "https://go.dev/cl/637536" + }, + { + "type": "WEB", + "url": "https://go.dev/issue/70906" + }, + { + "type": "WEB", + "url": "https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ" + }, + { + "type": "WEB", + "url": "https://pkg.go.dev/vuln/GO-2024-3333" + } + ], + "database_specific": { + "cwe_ids": [ + "CWE-770" + ], + "severity": "HIGH", + "github_reviewed": true, + "github_reviewed_at": "2024-12-18T21:59:48Z", + "nvd_published_at": "2024-12-18T21:15:08Z" + } +} \ No newline at end of file