CVE-2019-0191: Path Traversal
(updated )
Apache Karaf kar deployer reads .kar
archives and extracts the paths from the repository/
and resources/
entries in the zip file. It then writes out the content of these paths to the Karaf repo and resources directories. However, it does not do any validation on the paths in the zip file. This means that a malicious user could craft a .kar file with ..
directory names and break out of the directories to write arbitrary content to the filesystem.
References
Detect and mitigate CVE-2019-0191 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →