Vulnerability Details : CVE-2023-0591
Potential exploit
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.
Vulnerability category: Directory traversal
Products affected by CVE-2023-0591
- cpe:2.3:a:ubi_reader_project:ubi_reader:*:*:*:*:*:*:*:*
Exploit prediction scoring system (EPSS) score for CVE-2023-0591
0.23%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 43 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2023-0591
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
5.5
|
MEDIUM | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N |
1.8
|
3.6
|
NIST | |
5.5
|
MEDIUM | CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:H/A:N |
1.8
|
3.6
|
ONEKEY GmbH |
CWE ids for CVE-2023-0591
-
The product uses external input to construct a pathname that is intended to identify a file or directory that is located underneath a restricted parent directory, but the product does not properly neutralize special elements within the pathname that can cause the pathname to resolve to a location that is outside of the restricted directory.Assigned by:
- nvd@nist.gov (Primary)
- research@onekey.com (Secondary)
References for CVE-2023-0591
-
https://github.com/jrspruitt/ubi_reader/pull/57
Fix path traversal vulnerability. by QKaiser · Pull Request #57 · jrspruitt/ubi_reader · GitHubPatch;Third Party Advisory
-
https://onekey.com/blog/security-advisory-remote-command-execution-in-binwalk/
ONEKEY - ONEKEYExploit;Third Party Advisory
Jump to