Name | CVE-2022-32190 |
Description | 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. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Vulnerable and fixed packages
The table below lists information on source packages.
The information below is based on the following data on fixed versions.
Notes
- golang-1.18 <not-affected> (Vulnerable code introduced in 1.19)
- golang-1.17 <not-affected> (Vulnerable code introduced in 1.19)
- golang-1.15 <not-affected> (Vulnerable code introduced in 1.19)
- golang-1.11 <not-affected> (Vulnerable code introduced in 1.19)
https://groups.google.com/g/golang-announce/c/x49AQzIVX-s
https://github.com/golang/go/issues/54385
https://github.com/golang/go/commit/28335508913a46e05ef0c04a18e8a1a6beb775ec (go1.19.1)