Directory Traversal The advisory has been revoked - it doesn't affect any version of package openshift  (opens in a new tab)


Threat Intelligence

EPSS
1.75% (76th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL7-OPENSHIFT-5251895
  • published8 Sept 2022
  • disclosed6 Sept 2022

Introduced: 6 Sep 2022

CVE-2022-32190  (opens in a new tab)
CWE-22  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:7.

NVD Description

Note: Versions mentioned in the description apply only to the upstream openshift package and not the openshift package as distributed by RHEL.

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.