CWE-1105: Insufficient Encapsulation of Machine-Dependent Functionality
BaseIncomplete
The product or code uses machine-dependent functionality, but it does not sufficiently encapsulate or isolate this functionality from the rest of the code.
View on MITREBack to CWE Lookup
Extended Description
This issue makes it more difficult to port or maintain the product, which indirectly affects security by making it more difficult or time-consuming to find and/or fix vulnerabilities. It also might make it easier to introduce vulnerabilities.
Technical Details
- Structure
- Simple