SilverwareGames.io is a social network for users to play video games online. In version 1.1.8 and prior, due to an unobvious feature of PHP, hashes generated by built-in functions and starting with the 0e symbols were being handled as zero multiplied with the e number. Therefore, the hash value was equal to 0. The maintainers fixed this in version 1.1.9 by using === instead of == in comparisons where it is possible (e.g. on sign in/sign up handlers).
The product uses the wrong operator when comparing a string, such as using “==” when the .equals() method should be used instead.
| Name | Vendor | Start Version | End Version |
|---|---|---|---|
| Silverwaregames | Silverwaregames | * | 1.1.9 (excluding) |