CVE-2022-32190

HIGHCVSS 7.5/10EPSS 1.68%

Last modified

CVE-2022-32190 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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.. EPSS estimates a 1.68% chance of exploitation in the next 30 days.

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.1
7.5/10

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N

EPSS Probability
1.68%

73.9th percentile

Probability of exploitation in the next 30 days. Learn more

Weakness Enumeration

Affected Software

VendorProductVersions
GolangGo1.19.0

References

Timeline

Published
Last Modified
Status
Modified

Frequently Asked Questions

What is CVE-2022-32190?
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.
How severe is CVE-2022-32190?
CVE-2022-32190 has a CVSS score of 7.5/10 (HIGH severity). The EPSS model estimates a 1.68% probability of exploitation in the next 30 days.
How do I fix CVE-2022-32190?
Check the vendor references and advisories linked above for patched versions and mitigation guidance. You can also run a Strix scan to test if your systems are affected.

Are you affected by CVE-2022-32190?

Run a free Strix scan to check your systems for this vulnerability.

Scan your code now

Source: NVD / NIST