CWE-587
Assignment of a Fixed Address to a Pointer
The product sets a pointer to a specific address other than NULL or 0.
Mitigation
Phase: Implementation
Description:
- Never set a pointer to a fixed address.
No CAPEC attack patterns related to this CWE.