Directory Traversal Affecting libslirp package, versions <0:4.4.0-2.rhaos4.11.el8
Threat Intelligence
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 ID SNYK-RHEL8-LIBSLIRP-5968172
- published 8 Sep 2022
- disclosed 6 Sep 2022
Introduced: 6 Sep 2022
CVE-2022-32190 Open this link in a new tabHow to fix?
Upgrade RHEL:8 libslirp to version 0:4.4.0-2.rhaos4.11.el8 or higher.
This issue was patched in RHSA-2022:7398.
NVD Description
Note: Versions mentioned in the description apply only to the upstream libslirp package and not the libslirp package as distributed by RHEL.
See How to fix? for RHEL:8 relevant fixed versions and status.
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.
References
- https://access.redhat.com/security/cve/CVE-2022-32190
- https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/message/JXKTHIGE5F576MAPFYCIJXNRGBSPISUF/
- https://security.gentoo.org/glsa/202209-26
- https://go.dev/cl/423514
- https://go.dev/issue/54385
- https://groups.google.com/g/golang-announce/c/x49AQzIVX-s
- https://pkg.go.dev/vuln/GO-2022-0988