You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
tatianab
changed the title
x/vulndb: potential Go vuln in <placeholder>: CVE-2024-45338
x/vulndb: potential Go vuln in golang.org/x/net: CVE-2024-45338
Dec 13, 2024
Hello gophers,
We have tagged version v0.33.0 of golang.org/x/net in order to address a security issue.
x/net/html: non-linear parsing of case-insensitive content
Version v0.33.0 of golang.org/x/net fixes a vulnerability in the golang.org/x/net/html package which could cause a denial of service.
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.
Thanks to Guido Vranken for reporting this issue.
This is CVE-2024-45338 and Go issue https://go.dev/issue/70906.
Cheers,
Go Security team
https://groups.google.com/g/golang-announce/c/wSCRmFnNmPA/m/Lvcd0mRMAwAJ
The text was updated successfully, but these errors were encountered: