CVE-2026-35378: uutils coreutils expr Local Denial of Service via Eager Evaluation of Parenthesized Subexpressions
A logic error in the expr utility of uutils coreutils causes the program to evaluate parenthesized subexpressions during the parsing phase rather than at the execution phase. This implementation flaw prevents the utility from performing proper short-circuiting for logical OR (|) and AND (&) operations. As a result, arithmetic errors (such as division by zero) occurring within "dead" branches, branches that should be ignored due to short-circuiting, are raised as fatal errors. This divergence from GNU expr behavior can cause guarded expressions within shell scripts to fail with hard errors instead of returning expected boolean results, leading to premature script termination and breaking GNU-compatible shell control flow.
Affected Software
Remediation
Patch Available
Event History
Frequently Asked Questions
What is the severity of CVE-2026-35378?
CVE-2026-35378 is categorized as a Local Denial of Service vulnerability.
How do I fix CVE-2026-35378?
To fix CVE-2026-35378, update to the latest version of uutils coreutils where the vulnerability has been addressed.
What versions of uutils coreutils are affected by CVE-2026-35378?
CVE-2026-35378 affects all versions of uutils coreutils prior to the patched version.
What is the impact of CVE-2026-35378?
The impact of CVE-2026-35378 is a potential denial of service due to unhandled eager evaluation of parenthesized subexpressions.
Can CVE-2026-35378 be exploited remotely?
CVE-2026-35378 typically requires local access to exploit and does not appear to be remotely exploitable.