Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2022-32190 Details

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.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

URLSource(s)Tag(s)
https://go.dev/cl/423514 CVEPatchRelease Notes
https://go.dev/issue/54385 CVEIssue TrackingPatchVendor Advisory
https://groups.google.com/g/golang-announce/c/x49AQzIVX-s CVEMailing ListThird Party Advisory
https://pkg.go.dev/vuln/GO-2022-0988 CVEIssue TrackingPatchVendor Advisory
https://go.dev/cl/423514 [email protected]PatchRelease Notes

see all 8 references

Weakness Enumeration

CWE-IDCWE NameSource
CWE-22Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')[email protected]

Affected Products

ProductVersions
golang go
1.19.0 -
1.19.0 beta1
1.19.0 rc1
1.19.0 rc2

CPE

  • cpe:2.3:a:golang:go:1.19.0:-:*:*:*:*:*:*
  • cpe:2.3:a:golang:go:1.19.0:beta1:*:*:*:*:*:*
  • cpe:2.3:a:golang:go:1.19.0:rc1:*:*:*:*:*:*
  • cpe:2.3:a:golang:go:1.19.0:rc2:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

11 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2022-32190
NVD Published Date:
Sep 13, 2022
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2022-32190 Details - Not Deferred