Versions before and including 5.3.3, we are not enforcing the algorithms entry to be specified in the configuration.When algorithms is not specified in the configuration, with the combination of jwks-rsa or potentially other asymmetric crypto libraries, it may lead to authorization bypass.
The fix provided in the patch will not affect your users if you specified the algorithms allowed. The patch now makes algorithms a required configuration.