CWE-768Variant

Incorrect Short Circuit Evaluation

Incomplete in the CWE catalog · 1 CVE mapped

1
CVEs mapped
3.3
Median CVSS
What it is

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.

Recent examples
3.3cvss
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.

LOWno explanation yet
0%
epss
The record
Technical detail
CWE ID
CWE-768
Abstraction
Variant
Structure
Simple
Status
Incomplete