Filtered by CWE-597
Total 3 CVE
CVE Vendors Products Updated CVSS v3.1
CVE-2021-4259 1 Phpredisadmin Project 1 Phpredisadmin 2024-05-17 9.8 Critical
A vulnerability was found in phpRedisAdmin up to 1.16.1. It has been classified as problematic. This affects the function authHttpDigest of the file includes/login.inc.php. The manipulation of the argument response leads to use of wrong operator in string comparison. Upgrading to version 1.16.2 is able to address this issue. The name of the patch is 31aa7661e6db6f4dffbf9a635817832a0a11c7d9. It is recommended to upgrade the affected component. The associated identifier of this vulnerability is VDB-216267.
CVE-2022-36072 1 Silverwaregames 1 Silverwaregames 2023-07-21 5.9 Medium
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).
CVE-2021-3797 1 Hestiacp 1 Control Panel 2021-09-27 9.8 Critical
hestiacp is vulnerable to Use of Wrong Operator in String Comparison