Vulnerability Description
An argument parsing error in the kill utility of uutils coreutils incorrectly interprets kill -1 as a request to send the default signal (SIGTERM) to PID -1. Sending a signal to PID -1 causes the kernel to terminate all processes visible to the caller, potentially leading to a system crash or massive process termination. This differs from GNU coreutils, which correctly recognizes -1 as a signal number in this context and would instead report a missing PID argument.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Uutils | Coreutils | < 0.6.0 |
Related Weaknesses (CWE)
References
- https://github.com/uutils/coreutils/pull/9700Issue TrackingPatch
- https://github.com/uutils/coreutils/releases/tag/0.6.0Release Notes
FAQ
What is CVE-2026-35369?
CVE-2026-35369 is a vulnerability with a CVSS score of 5.5 (MEDIUM). An argument parsing error in the kill utility of uutils coreutils incorrectly interprets kill -1 as a request to send the default signal (SIGTERM) to PID -1. Sending a signal to PID -1 causes the kern...
How severe is CVE-2026-35369?
CVE-2026-35369 has been rated MEDIUM with a CVSS base score of 5.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-35369?
Check the references section above for vendor advisories and patch information. Affected products include: Uutils Coreutils.