CWE-768: Incorrect Short Circuit Evaluation
The product contains a conditional statement with multiple logical expressions in which one of the non-leading expressions may produce side effects. This may lead to an unexpected state in the program after the execution of the conditional, because short-circuiting logic may prevent the side effects from occurring.
1 tracked CVEs are classified under this weakness.
Highest-risk vulnerabilities
- CVE-2026-35378 — uutils coreutils expr Local Denial of Service via Eager Evaluation of Parenthesized Subexpressions
Recently published
- CVE-2026-35378 — uutils coreutils expr Local Denial of Service via Eager Evaluation of Parenthesized Subexpressions