Authentication Bypass by Alternate Name
| Property | |
|---|---|
| Language | |
| Severity | |
| CWE | CWE-289: Authentication Bypass by Alternate Name |
| Confidence Level | Medium |
| Impact Level | Medium |
| Likelihood Level | Low |
Description#
Variable $VAR is assigned from two different sources: ‘$Y’ and ‘$R’. Make sure this is intended, as this could cause logic bugs if they are treated as they are the same object.