CVE-2023-0591: Path traversal in ubi-reader
(updated )
ubireader_extract_files is vulnerable to path traversal when run against specifically crafted UBIFS files, allowing the attacker to overwrite files outside of the extraction directory (provided the process has write access to that file or directory). This is due to the fact that a node name (dent_node.name) is considered trusted and joined to the extraction directory path during processing, then the node content is written to that joined path. By crafting a malicious UBIFS file with node names holding path traversal payloads (e.g. ../../tmp/outside.txt), it’s possible to force ubi_reader to write outside of the extraction directory. This issue affects ubi-reader before 0.8.5.
References
- github.com/advisories/GHSA-vp2x-3mc3-3cj4
- github.com/jrspruitt/ubi_reader
- github.com/jrspruitt/ubi_reader/commit/d5d68e6b1b9f7070c29df5f67fc060f579ae9139
- github.com/jrspruitt/ubi_reader/pull/57
- github.com/pypa/advisory-database/tree/main/vulns/ubi-reader/PYSEC-2023-51.yaml
- nvd.nist.gov/vuln/detail/CVE-2023-0591
- onekey.com/blog/security-advisory-remote-command-execution-in-binwalk
Detect and mitigate CVE-2023-0591 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 →