
Find real vulnerabilities before they ship
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.
Base Score
5.3| Package (Ecosystem) | Introduced | Fixed | Limit |
|---|---|---|---|
| activestorage(RubyGems) | 5.2.0 | 6.1.7.7 | N/A |
| activestorage(RubyGems) | 7.0.0 | 7.0.8.1 | N/A |
| Base Score | 5.3 |
|---|---|
| Vector String | CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N |
| Base Severity | Medium |
| Version | 3.1 |
| Attack Vector (AV) | NETWORK |