CWE-783
Operator Precedence Logic Error
The product uses an expression in which operator precedence causes incorrect logic to be used.
Mitigation
Phase: Implementation
Description:
- Regularly wrap sub-expressions in parentheses, especially in security-critical code.
No CAPEC attack patterns related to this CWE.