This page is experimental and may change significantly in future releases.
Private Data Structure Returned From A Public Method
Properties
id: d3f:CWE-495
- name
- Private Data Structure Returned From A Public Method
- definition
- The product has a method that is declared public, but returns a reference to a private data structure, which could then be modified in unexpected ways.
Neighbors
CWE-495 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-495 has no related weaknesses in this release.