CVE-2026-35365
MEDIUM EPSS 5.6%
Published Apr 22, 20262mo ago · Modified Jun 17, 20261w ago
6.6 CVSS 3.1
Published Apr 22, 2026 2mo ago
Last Modified Jun 17, 2026 1w ago
Description
The mv utility in uutils coreutils improperly handles directory trees containing symbolic links during moves across filesystem boundaries. Instead of preserving symlinks, the implementation expands them, copying the linked targets as real files or directories at the destination. This can lead to resource exhaustion (disk space or time) if symlinks point to large external directories, unexpected duplication of sensitive data into unintended locations, or infinite recursion and repeated copying in the presence of symlink loops.
CVSS Details
Base Score
Exploitability
Impact
Vector string
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:L Attack Vector Local
Attack Complexity Low
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity High
Availability Low
Threat Intelligence
EPSS Exploit Probability
5.6% percentile
Exploit & Patch Status
No Known Exploit
Patch Available
Weaknesses 1
CWE-59
Affected Products 1
| Vendor | Product | Version | Range |
|---|---|---|---|
| uutils | coreutils | * | <0.7.0 |
References 2
- github.com https://github.com/uutils/coreutils/pull/10546
- github.com https://github.com/uutils/coreutils/releases/tag/0.7.0
Remediation
- github.com https://github.com/uutils/coreutils/pull/10546