CWE-767: Access to Critical Private Variable via Public Method
The product defines a public method that reads or modifies a private variable.
Last updated
Overview
If an attacker modifies the variable to contain unexpected values, this could violate assumptions from other parts of the code. Additionally, if an attacker can read the private variable, it may expose sensitive information or make it easier to launch further attacks.
Real-world CVEs
4 recorded CVEs are caused by CWE-767 (Access to Critical Private Variable via Public Method). The highest-severity and most recent are shown first.