Improper authentication in oauth-ruby - CVE-2016-11086
Published: May 1, 2025
oauth-ruby
Detailed vulnerability description
The vulnerability allows a remote attacker to bypass authentication process.
The vulnerability exists due to an error when validation X.509 certificates in lib/oauth/consumer.rb. The library skips certificate check if the certificate bundle cannot be found on the file system. A remote attacker can bypass authentication based on X.509 certificates using a self-signed certificate.