Home
Trends
Vulnerabilities
News
Researchers
Why dbugs?

Q0Jt

#36992of 53,630
7.5Total CVSS
Vulnerabilities · 1
PT-2022-21143
7.5
2022-09-12
Go.Dev · Go.Dev · CVE-2022-32190
**Name of the Vulnerable Software and Affected Versions** go.dev (affected versions not specified) **Description** The issue concerns the JoinPath and URL.JoinPath functions, which do not remove ../ path elements appended to a relative path as expected. This is contrary to the documentation, which states that ../ path elements should be removed from the result. For instance, JoinPath("https://go.dev", "../go") returns "https://go.dev/../go". **Recommendations** At the moment, there is no information about a newer version that contains a fix for this vulnerability.