发布于3月6日3月6日 Members Red Hat OpenShift: CVE-2022-41722: golang: path/filepath: path-filepath filepath.Clean path traversal Severity 8 CVSS (AV:N/AC:L/Au:N/C:C/I:N/A:N) Published 02/28/2023 Created 06/08/2023 Added 06/08/2023 Modified 01/30/2025 Description A path traversal vulnerability exists in filepath.Clean on Windows. On Windows, the filepath.Clean function could transform an invalid path such as "a/../c:/b" into the valid path "c:\b". This transformation of a relative (if invalid) path into an absolute path could enable a directory traversal attack. After fix, the filepath.Clean function transforms this path into the relative (but still invalid) path ".\c:\b". Solution(s) linuxrpm-upgrade-cri-o linuxrpm-upgrade-cri-tools linuxrpm-upgrade-openshift linuxrpm-upgrade-openshift-clients References https://attackerkb.com/topics/cve-2022-41722 CVE - 2022-41722 RHSA-2023:1325 RHSA-2023:3304 RHSA-2023:3366