CWE-1075 — Unconditional Control Flow Transfer outside of Switch Block
CWE-1075: Unconditional Control Flow Transfer outside of Switch Block
MITRE CWE weakness
| Kind | Weakness |
| Abstraction | Base |
| Status | Incomplete |
| Likelihood of exploit | — |
Description
The product performs unconditional control transfer (such as a "goto") in code outside of a branching structure such as a switch block.
Common consequences
- Other: Reduce Maintainability, Increase Analytical Complexity
Mitigations
(none listed)
References
- CWE page: https://cwe.mitre.org/data/definitions/1075.html
- CWE list: https://cwe.mitre.org/data/index.html