Vulnerability Description
The comm utility in uutils coreutils incorrectly consumes data from non-regular file inputs before performing comparison operations. The are_files_identical function opens and reads from both input paths to compare content without first verifying if the paths refer to regular files. If an input path is a FIFO or a pipe, this pre-read operation drains the stream, leading to silent data loss before the actual comparison logic is executed. Additionally, the utility may hang indefinitely if it attempts to pre-read from infinite streams like /dev/zero.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Uutils | Coreutils | < 0.6.0 |
Related Weaknesses (CWE)
References
- https://github.com/uutils/coreutils/pull/9545Issue TrackingPatch
- https://github.com/uutils/coreutils/releases/tag/0.6.0Release Notes
- https://github.com/uutils/coreutils/pull/9545Issue TrackingPatch
FAQ
What is CVE-2026-35347?
CVE-2026-35347 is a vulnerability with a CVSS score of 4.4 (MEDIUM). The comm utility in uutils coreutils incorrectly consumes data from non-regular file inputs before performing comparison operations. The are_files_identical function opens and reads from both input pa...
How severe is CVE-2026-35347?
CVE-2026-35347 has been rated MEDIUM with a CVSS base score of 4.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-35347?
Check the references section above for vendor advisories and patch information. Affected products include: Uutils Coreutils.