CVE-2022-32190
Failure to strip relative path components in net/url
JoinPath and URL.JoinPath do not remove ../ path elements appended to a relative path. For example, JoinPath("https://go.dev", "../go") returns the URL "https://go.dev/../go", despite the JoinPath documentation stating that ../ path elements are removed from the result.
Affected products
Go standard library · net/urlWant to know if your infrastructure is exposed to this?
Talk to TrueHacking →