CVE-2023-0591

Severity CVSS v4.0:
Pending analysis
Type:
CWE-22 Path Traversal
Publication date:
31/01/2023
Last modified:
07/11/2023

Description

<br /> 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).<br /> <br /> 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&amp;#39;s possible to force ubi_reader to write outside of the extraction directory.<br /> <br /> <br /> <br /> This issue affects ubi-reader before 0.8.5.<br /> <br />

Vulnerable products and versions

CPE From Up to
cpe:2.3:a:ubi_reader_project:ubi_reader:*:*:*:*:*:*:*:* 0.8.5 (excluding)