CWE-374: Passing Mutable Objects to an External Function
This weakness involves passing mutable objects to external functions without creating a duplicate of the modifiable data, leading to unintended changes. It is crucial to treat data that should remain unchanged as constant or immutable.
Is your System Free of Underlying Vulnerabilities? Find Out Now