CWE-500: Public Static Field Not Marked Final
VariantDraftExploit Likelihood: High
An object contains a public static field that is not marked final, which might allow it to be modified in unexpected ways.
View on MITREBack to CWE Lookup
Extended Description
Public static variables can be read without an accessor and changed without a mutator by any classes in the application.
Technical Details
- Structure
- Simple
Applicable To
C++Java