actionpack Improper Authentication vulnerability
Moderate severity
GitHub Reviewed
Published
Oct 24, 2017
to the GitHub Advisory Database
•
Updated Nov 10, 2023
Package
Affected versions
< 3.0.16
>= 3.1.0, < 3.1.7
>= 3.2.0, < 3.2.7
Patched versions
3.0.16
3.1.7
3.2.7
Description
Published by the National Vulnerability Database
Aug 8, 2012
Published to the GitHub Advisory Database
Oct 24, 2017
Reviewed
Jun 16, 2020
Last updated
Nov 10, 2023
The
decode_credentials
method inactionpack/lib/action_controller/metal/http_authentication.rb
in Ruby on Rails before 3.0.16, 3.1.x before 3.1.7, and 3.2.x before 3.2.7 converts Digest Authentication strings to symbols, which allows remote attackers to cause a denial of service by leveraging access to an application that uses awith_http_digest
helper method, as demonstrated by theauthenticate_or_request_with_http_digest
method.References