CWE-1061: Insufficient Encapsulation
The product does not sufficiently hide the internal representation and implementation details of data or methods, which might allow external components or modules to modify data unexpectedly, invoke unexpected functionality, or introduce dependencies that the programmer did not intend.
0 tracked CVEs are classified under this weakness.
More specific weaknesses
- CWE-1054 — Invocation of a Control Element at an Unnecessarily Deep Horizontal Layer
- CWE-1057 — Data Access Operations Outside of Expected Data Manager Component
- CWE-1062 — Parent Class with References to Child Class
- CWE-1083 — Data Access from Outside Expected Data Manager Component
- CWE-1090 — Method Containing Access of a Member Element from Another Class
- CWE-1100 — Insufficient Isolation of System-Dependent Functions