Session ID Guessing Vulnerability in Active Record Session Store for Ruby on Rails
CVE-2019-25025
5.3MEDIUM
What is CVE-2019-25025?
The Active Record Session Store component, up to version 1.1.3 for Ruby on Rails, contains a vulnerability where it fails to use a constant-time comparison method when validating session IDs. This oversight allows attackers to exploit timing discrepancies, potentially making it easier to guess valid session IDs over time. This issue parallels other related vulnerabilities, highlighting the need for robust session management practices to safeguard user data.