Common Weakness Enumeration
CWE Definition / CWE-607
CWE-607: Public Static Final Field References Mutable Object
A public or protected static final field references a mutable object, which allows the object to be changed by malicious code, or accidentally from another package.
Published:7 May 2007
Organization:MITRE
Modified:11 Dec 2025
Related Weakness
CWE-471: Modification of Assumed-Immutable Data (MAID)
