CVEbaza.plCWE DictionaryCWE-768
Common Weakness Enumeration

CWE-768

Incorrect Short Circuit Evaluation

Category: VariantCVE: 1
Description

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.

CVE vulnerabilities with CWE-768 (1)
3.3
CVSS
LOW
CVE-2026-35378

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.

pub. 2026-04-22
Information
ID: CWE-768
Type: Variant
Vulnerabilities: 1
MITRE CWE ↗
← CWE Dictionary