Beveiligingsadvies

CVE-2022-32190

CVE-kwetsbaarheidsdetails - eXtreme Datacenter Security Operations

Gepubliceerd 2022-09-13 17:08:57
Laatst bijgewerkt 2024-08-03 07:32:56
Toegewezen door Go
CVSS-score geen score
Status PUBLISHED

Beschrijving

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.