This page is experimental and may change significantly in future releases.
Returning a Mutable Object to an Untrusted Caller
Properties
id: d3f:CWE-375
- name
- Returning a Mutable Object to an Untrusted Caller
- definition
- Sending non-cloned mutable data as a return value may result in that data being altered or deleted by the calling function.
Neighbors
CWE-375 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-375 has no related weaknesses in this release.