Vulnerability Description
Rails is a web-application framework. Starting with version 5.2.0, there is a possible sensitive session information leak in Active Storage. By default, Active Storage sends a Set-Cookie header along with the user's session cookie when serving blobs. It also sets Cache-Control to public. Certain proxies may cache the Set-Cookie, leading to an information leak. The vulnerability is fixed in 7.0.8.1 and 6.1.7.7.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Rubyonrails | Rails | >= 5.2.0, < 6.1.7.7 |
Related Weaknesses (CWE)
References
- https://discuss.rubyonrails.org/t/possible-sensitive-session-information-leak-inVendor Advisory
- https://github.com/rails/rails/commit/723f54566023e91060a67b03353e7c03e7436433Patch
- https://github.com/rails/rails/commit/78fe149509fac5b05e54187aaaef216fbb5fd0d3Patch
- https://github.com/rails/rails/security/advisories/GHSA-8h22-8cf7-hq6gVendor Advisory
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activestorage/CVE-2Third Party Advisory
- https://security.netapp.com/advisory/ntap-20240510-0013/Third Party Advisory
- https://discuss.rubyonrails.org/t/possible-sensitive-session-information-leak-inVendor Advisory
- https://github.com/rails/rails/commit/723f54566023e91060a67b03353e7c03e7436433Patch
- https://github.com/rails/rails/commit/78fe149509fac5b05e54187aaaef216fbb5fd0d3Patch
- https://github.com/rails/rails/security/advisories/GHSA-8h22-8cf7-hq6gVendor Advisory
- https://github.com/rubysec/ruby-advisory-db/blob/master/gems/activestorage/CVE-2Third Party Advisory
- https://security.netapp.com/advisory/ntap-20240510-0013/Third Party Advisory
FAQ
What is CVE-2024-26144?
CVE-2024-26144 is a vulnerability with a CVSS score of 5.3 (MEDIUM). Rails is a web-application framework. Starting with version 5.2.0, there is a possible sensitive session information leak in Active Storage. By default, Active Storage sends a Set-Cookie header along ...
How severe is CVE-2024-26144?
CVE-2024-26144 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2024-26144?
Check the references section above for vendor advisories and patch information. Affected products include: Rubyonrails Rails.