Vulnerability Details : CVE-2020-26312
Dotmesh is a git-like command-line interface for capturing, organizing and sharing application states. In versions 0.8.1 and prior, the unsafe handling of symbolic links in an unpacking routine may
enable attackers to read and/or write to arbitrary locations outside the
designated target folder. The routine `untarFile` attempts to guard against creating symbolic links that point outside the directory a tar archive is extracted to. However, a malicious tarball first linking `subdir/parent` to `..` (allowed, because `subdir/..` falls within the archive root) and then linking `subdir/parent/escapes` to `..` results in a symbolic link pointing to the tarball’s parent directory, contrary to the routine’s goals. This issue may lead to arbitrary file write (with same permissions as the program running the unpack operation) if the attacker can control the archive file. Additionally, if the attacker has read access to the unpacked files, they may be able to read arbitrary system files the parent process has permissions to read. As of time of publication, no patch for this issue is available.
Vulnerability category: Memory Corruption
Products affected by CVE-2020-26312
Please log in to view affected product information.
Exploit prediction scoring system (EPSS) score for CVE-2020-26312
0.15%
Probability of exploitation activity in the next 30 days
EPSS Score History
~ 33 %
Percentile, the proportion of vulnerabilities that are scored at or less
CVSS scores for CVE-2020-26312
Base Score | Base Severity | CVSS Vector | Exploitability Score | Impact Score | Score Source | First Seen |
---|---|---|---|---|---|---|
8.1
|
HIGH | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N |
2.8
|
5.2
|
GitHub, Inc. | 2024-05-14 |
CWE ids for CVE-2020-26312
-
The product reads data past the end, or before the beginning, of the intended buffer.Assigned by: security-advisories@github.com (Secondary)
-
The product writes data past the end, or before the beginning, of the intended buffer.Assigned by: security-advisories@github.com (Secondary)
References for CVE-2020-26312
-
https://github.com/dotmesh-io/dotmesh/blob/master/pkg/archiver/tar.go#L255
dotmesh/pkg/archiver/tar.go at master · dotmesh-io/dotmesh · GitHub
-
https://securitylab.github.com/advisories/GHSL-2020-254-zipslip-dotmesh/
GHSL-2020-254: Arbitrary file read and/or write in dotmesh - CVE-2020-26312 | GitHub Security Lab
Jump to